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
e2f07c01
Unverified
Commit
e2f07c01
authored
Aug 16, 2021
by
Lysandre Debut
Committed by
GitHub
Aug 16, 2021
Browse files
Ci continue through smi failure (#13140)
* Continue on error * Specific * Temporary patch
parent
73caccde
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+2
-0
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+3
-0
No files found.
.github/workflows/self-push.yml
View file @
e2f07c01
...
...
@@ -155,6 +155,7 @@ jobs:
fetch-depth
:
2
-
name
:
NVIDIA-SMI
continue-on-error
:
true
run
:
|
nvidia-smi
...
...
@@ -318,6 +319,7 @@ jobs:
fetch-depth
:
2
-
name
:
NVIDIA-SMI
continue-on-error
:
true
run
:
|
nvidia-smi
...
...
.github/workflows/self-scheduled.yml
View file @
e2f07c01
...
...
@@ -150,6 +150,7 @@ jobs:
uses
:
actions/checkout@v2
-
name
:
NVIDIA-SMI
continue-on-error
:
true
run
:
|
nvidia-smi
...
...
@@ -204,6 +205,7 @@ jobs:
uses
:
actions/checkout@v2
-
name
:
NVIDIA-SMI
continue-on-error
:
true
run
:
|
nvidia-smi
...
...
@@ -300,6 +302,7 @@ jobs:
uses
:
actions/checkout@v2
-
name
:
NVIDIA-SMI
continue-on-error
:
true
run
:
|
nvidia-smi
...
...
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