Unverified Commit 9ab80a99 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[CI] Add `fail-fast=False` to CUDA nightly and slow tests (#9214)

* update

* update
parent 940b8e03
...@@ -116,6 +116,7 @@ jobs: ...@@ -116,6 +116,7 @@ jobs:
run: run:
shell: bash shell: bash
strategy: strategy:
fail-fast: false
max-parallel: 2 max-parallel: 2
matrix: matrix:
module: [models, schedulers, lora, others, single_file, examples] module: [models, schedulers, lora, others, single_file, examples]
......
...@@ -112,6 +112,8 @@ jobs: ...@@ -112,6 +112,8 @@ jobs:
run: run:
shell: bash shell: bash
strategy: strategy:
fail-fast: false
max-parallel: 2
matrix: matrix:
module: [models, schedulers, lora, others, single_file] module: [models, schedulers, lora, others, single_file]
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment