Skip to content

Commit aa08a34

Browse files
committed
[Flax tests] NVIDIA-SMI failure should continue
1 parent 854260c commit aa08a34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/self-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
fetch-depth: 2
9898

9999
- name: NVIDIA-SMI
100+
continue-on-error: true
100101
run: |
101102
nvidia-smi
102103
@@ -269,6 +270,7 @@ jobs:
269270
fetch-depth: 2
270271

271272
- name: NVIDIA-SMI
273+
continue-on-error: true
272274
run: |
273275
nvidia-smi
274276

.github/workflows/self-scheduled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
uses: actions/checkout@v2
9696

9797
- name: NVIDIA-SMI
98+
continue-on-error: true
9899
run: |
99100
nvidia-smi
100101
@@ -300,6 +301,7 @@ jobs:
300301
uses: actions/checkout@v2
301302

302303
- name: NVIDIA-SMI
304+
continue-on-error: true
303305
run: |
304306
nvidia-smi
305307

0 commit comments

Comments
 (0)