Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
1087a510
Unverified
Commit
1087a510
authored
May 09, 2024
by
Dhruv Nair
Committed by
GitHub
May 09, 2024
Browse files
Set max parallel jobs on slow test runners (#7878)
* set max parallel * update * update * update
parent
305f2b44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+1
-0
No files found.
.github/workflows/push_tests.yml
View file @
1087a510
...
@@ -56,6 +56,7 @@ jobs:
...
@@ -56,6 +56,7 @@ jobs:
needs
:
setup_torch_cuda_pipeline_matrix
needs
:
setup_torch_cuda_pipeline_matrix
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
max-parallel
:
8
matrix
:
matrix
:
module
:
${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
module
:
${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
...
...
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