Skip to content

Commit 8cdced6

Browse files
authored
[CI] Continue running CI when gb200 errors out (#7537)
gb200 is broken at the moment, this should allow the rest of CI to still run.
1 parent 559237b commit 8cdced6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests-nvidia.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
integration-tests-nvidia:
1212
runs-on: ${{ matrix.runner }}
1313
timeout-minutes: 60
14+
# Let A100 and H100 continue even if GB200 fails, as it's a bit flaky
15+
continue-on-error: ${{ matrix.runner[0] == 'nvidia-gb200'}}
1416
strategy:
1517
matrix:
1618
runner: ${{ fromJson(inputs.matrix) }}

0 commit comments

Comments
 (0)