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
b9962b86
Unverified
Commit
b9962b86
authored
Aug 12, 2021
by
Sylvain Gugger
Committed by
GitHub
Aug 12, 2021
Browse files
Ci last fix (#13103)
* Only report failures on failures * Fix typo * Put it everywhere
parent
f5cd2769
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+6
-6
No files found.
.github/workflows/self-push.yml
View file @
b9962b86
...
...
@@ -68,7 +68,7 @@ jobs:
fi
-
name
:
Failure short reports
if
:
${{
always
() }}
if
:
${{
failure
() }}
run
:
cat reports/tests_torch_gpu_failures_short.txt
-
name
:
Test suite reports artifacts
...
...
@@ -125,7 +125,7 @@ jobs:
# fi
#
# - name: Failure short reports
# if: ${{
always
() }}
# if: ${{
failure
() }}
# run: cat reports/tests_tf_gpu_failures_short.txt
#
# - name: Test suite reports artifacts
...
...
@@ -184,7 +184,7 @@ jobs:
fi
-
name
:
Failure short reports
if
:
${{
always
() }}
if
:
${{
failure
() }}
run
:
cat reports/tests_torch_multi_gpu_failures_short.txt
-
name
:
Test suite reports artifacts
...
...
@@ -241,7 +241,7 @@ jobs:
# fi
#
# - name: Failure short reports
# if: ${{
always
() }}
# if: ${{
failure
() }}
# run: cat reports/tests_tf_multi_gpu_failures_short.txt
#
# - name: Test suite reports artifacts
...
...
@@ -296,7 +296,7 @@ jobs:
fi
-
name
:
Failure short reports
if
:
${{
always
() }}
if
:
${{
failure
() }}
run
:
cat reports/tests_torch_cuda_extensions_gpu_failures_short.txt
-
name
:
Test suite reports artifacts
...
...
@@ -351,7 +351,7 @@ jobs:
fi
-
name
:
Failure short reports
if
:
${{
always
() }}
if
:
${{
failure
() }}
run
:
cat reports/tests_torch_cuda_extensions_multi_gpu_failures_short.txt
-
name
:
Test suite reports artifacts
...
...
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