Skip to content

Commit 64a8cd6

Browse files
authored
[CI] Remove max parallel flag on slow test runners (huggingface#7162)
update
1 parent 5d3923b commit 64a8cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
setup_torch_cuda_pipeline_matrix:
2323
name: Setup Torch Pipelines CUDA Slow Tests Matrix
24-
runs-on: docker-gpu
24+
runs-on: [single-gpu, nvidia-gpu, t4, ci]
2525
container:
2626
image: diffusers/diffusers-pytorch-cpu # this is a CPU image, but we need it to fetch the matrix
2727
options: --shm-size "16gb" --ipc host
@@ -62,7 +62,6 @@ jobs:
6262
needs: setup_torch_cuda_pipeline_matrix
6363
strategy:
6464
fail-fast: false
65-
max-parallel: 1
6665
matrix:
6766
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
6867
runs-on: [single-gpu, nvidia-gpu, t4, ci]

0 commit comments

Comments
 (0)