Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
9ab80a99
Unverified
Commit
9ab80a99
authored
Aug 19, 2024
by
Dhruv Nair
Committed by
GitHub
Aug 19, 2024
Browse files
[CI] Add `fail-fast=False` to CUDA nightly and slow tests (#9214)
* update * update
parent
940b8e03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+1
-0
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+2
-0
No files found.
.github/workflows/nightly_tests.yml
View file @
9ab80a99
...
...
@@ -116,6 +116,7 @@ jobs:
run
:
shell
:
bash
strategy
:
fail-fast
:
false
max-parallel
:
2
matrix
:
module
:
[
models
,
schedulers
,
lora
,
others
,
single_file
,
examples
]
...
...
.github/workflows/push_tests.yml
View file @
9ab80a99
...
...
@@ -112,6 +112,8 @@ jobs:
run
:
shell
:
bash
strategy
:
fail-fast
:
false
max-parallel
:
2
matrix
:
module
:
[
models
,
schedulers
,
lora
,
others
,
single_file
]
steps
:
...
...
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