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
renzhc
diffusers_dcu
Commits
64a8cd62
Unverified
Commit
64a8cd62
authored
Mar 01, 2024
by
Dhruv Nair
Committed by
GitHub
Mar 01, 2024
Browse files
[CI] Remove max parallel flag on slow test runners (#7162)
update
parent
5d3923b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+1
-2
No files found.
.github/workflows/push_tests.yml
View file @
64a8cd62
...
@@ -21,7 +21,7 @@ env:
...
@@ -21,7 +21,7 @@ env:
jobs
:
jobs
:
setup_torch_cuda_pipeline_matrix
:
setup_torch_cuda_pipeline_matrix
:
name
:
Setup Torch Pipelines CUDA Slow Tests Matrix
name
:
Setup Torch Pipelines CUDA Slow Tests Matrix
runs-on
:
docker-gpu
runs-on
:
[
single-gpu
,
nvidia-gpu
,
t4
,
ci
]
container
:
container
:
image
:
diffusers/diffusers-pytorch-cpu
# this is a CPU image, but we need it to fetch the matrix
image
:
diffusers/diffusers-pytorch-cpu
# this is a CPU image, but we need it to fetch the matrix
options
:
--shm-size "16gb" --ipc host
options
:
--shm-size "16gb" --ipc host
...
@@ -62,7 +62,6 @@ jobs:
...
@@ -62,7 +62,6 @@ jobs:
needs
:
setup_torch_cuda_pipeline_matrix
needs
:
setup_torch_cuda_pipeline_matrix
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
max-parallel
:
1
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