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
3080fb71
Unverified
Commit
3080fb71
authored
Apr 21, 2023
by
Yih-Dar
Committed by
GitHub
Apr 21, 2023
Browse files
Fix Slack report for Nightly CI and Past CI (#22901)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
435abb22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils/notification_service.py
utils/notification_service.py
+1
-1
No files found.
utils/notification_service.py
View file @
3080fb71
...
...
@@ -958,7 +958,7 @@ if __name__ == "__main__":
"Torch CUDA extension tests"
:
"run_tests_torch_cuda_extensions_gpu_test_reports"
,
}
if
ci_event
==
"push"
:
if
ci_event
in
[
"push"
,
"Nightly CI"
]
or
ci_event
.
startswith
(
"Past CI"
)
:
del
additional_files
[
"Examples directory"
]
del
additional_files
[
"PyTorch pipelines"
]
del
additional_files
[
"TensorFlow pipelines"
]
...
...
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