Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
5ac07513
Unverified
Commit
5ac07513
authored
Oct 22, 2020
by
Sam Shleifer
Committed by
GitHub
Oct 22, 2020
Browse files
[gh ci] less output ( --durations=50) (#7989)
parent
5ae935d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+4
-4
No files found.
.github/workflows/self-scheduled.yml
View file @
5ac07513
...
@@ -59,7 +59,7 @@ jobs:
...
@@ -59,7 +59,7 @@ jobs:
RUN_SLOW
:
yes
RUN_SLOW
:
yes
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=0
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=
5
0
-
name
:
Run examples tests on GPU
-
name
:
Run examples tests on GPU
env
:
env
:
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
pip install -r examples/requirements.txt
pip install -r examples/requirements.txt
python -m pytest -n 1 --dist=loadfile -s examples --durations=0
python -m pytest -n 1 --dist=loadfile -s examples --durations=
5
0
run_all_tests_torch_and_tf_multiple_gpu
:
run_all_tests_torch_and_tf_multiple_gpu
:
runs-on
:
[
self-hosted
,
multi-gpu
]
runs-on
:
[
self-hosted
,
multi-gpu
]
...
@@ -120,7 +120,7 @@ jobs:
...
@@ -120,7 +120,7 @@ jobs:
RUN_SLOW
:
yes
RUN_SLOW
:
yes
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=0
python -m pytest -n 1 --dist=loadfile -s ./tests/ --durations=
5
0
-
name
:
Run examples tests on GPU
-
name
:
Run examples tests on GPU
env
:
env
:
...
@@ -130,4 +130,4 @@ jobs:
...
@@ -130,4 +130,4 @@ jobs:
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
pip install -r examples/requirements.txt
pip install -r examples/requirements.txt
python -m pytest -n 1 --dist=loadfile -s examples --durations=0
python -m pytest -n 1 --dist=loadfile -s examples --durations=
5
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment