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
444ea95a
"tests/vscode:/vscode.git/clone" did not exist on "61a51f5f23d7ce6b8acf61b5aa170e01d7658d74"
Unverified
Commit
444ea95a
authored
Jan 11, 2022
by
Lysandre Debut
Committed by
GitHub
Jan 11, 2022
Browse files
Print out durations of all scheduled tests (#15102)
parent
285131bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+52
-0
No files found.
.github/workflows/self-scheduled.yml
View file @
444ea95a
...
...
@@ -51,6 +51,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_gpu_durations.txt
-
name
:
Run examples tests on GPU
if
:
${{ always() }}
env
:
...
...
@@ -67,6 +71,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/examples_torch_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/examples_torch_gpu_durations.txt
-
name
:
Run all pipeline tests on GPU
if
:
${{ always() }}
env
:
...
...
@@ -78,6 +86,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_pipeline_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_pipeline_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -119,6 +131,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_flax_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_flax_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -163,6 +179,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_tf_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_tf_gpu_durations.txt
-
name
:
Run all pipeline tests on GPU
if
:
${{ always() }}
env
:
...
...
@@ -176,6 +196,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_tf_pipeline_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_tf_pipeline_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -215,6 +239,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_xla_tpu_failures_short.txt
-
name
:
Tests durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_xla_tpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -258,6 +286,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_multi_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_multi_gpu_durations.txt
-
name
:
Run all pipeline tests on GPU
if
:
${{ always() }}
env
:
...
...
@@ -269,6 +301,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_pipeline_multi_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_pipeline_multi_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -313,6 +349,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_tf_multi_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_tf_multi_gpu_durations.txt
-
name
:
Run all pipeline tests on GPU
if
:
${{ always() }}
env
:
...
...
@@ -326,6 +366,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_tf_pipeline_multi_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_tf_pipeline_multi_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -403,6 +447,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_cuda_extensions_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_cuda_extensions_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
@@ -443,6 +491,10 @@ jobs:
if
:
${{ always() }}
run
:
cat reports/tests_torch_cuda_extensions_multi_gpu_failures_short.txt
-
name
:
Test durations
if
:
${{ always() }}
run
:
cat reports/tests_torch_cuda_extensions_multi_gpu_durations.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
...
...
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