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
8d634b70
Unverified
Commit
8d634b70
authored
Jun 23, 2022
by
Yih-Dar
Committed by
GitHub
Jun 23, 2022
Browse files
Fix push CI artifact path (#17788)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
df8e6804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+2
-2
No files found.
.github/workflows/self-push.yml
View file @
8d634b70
...
...
@@ -353,14 +353,14 @@ jobs:
-
name
:
Failure short reports
if
:
${{ failure() }}
continue-on-error
:
true
run
:
cat reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu/failures_short.txt
run
:
cat
/workspace/transformers/
reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu/failures_short.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v2
with
:
name
:
${{ matrix.machine_type }}_run_tests_torch_cuda_extensions_gpu_test_reports
path
:
reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu
path
:
/workspace/transformers/
reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu
run_tests_torch_cuda_extensions_multi_gpu
:
name
:
Torch CUDA extension tests
...
...
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