Skip to content

Commit 9ab80a9

Browse files
authored
[CI] Add fail-fast=False to CUDA nightly and slow tests (#9214)
* update * update
1 parent 940b8e0 commit 9ab80a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run:
117117
shell: bash
118118
strategy:
119+
fail-fast: false
119120
max-parallel: 2
120121
matrix:
121122
module: [models, schedulers, lora, others, single_file, examples]

.github/workflows/push_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
run:
113113
shell: bash
114114
strategy:
115+
fail-fast: false
116+
max-parallel: 2
115117
matrix:
116118
module: [models, schedulers, lora, others, single_file]
117119
steps:

0 commit comments

Comments
 (0)