1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Set max parallel jobs on slow test runners (#7878)

* set max parallel

* update

* update

* update
This commit is contained in:
Dhruv Nair
2024-05-09 19:42:18 +05:30
committed by GitHub
parent 305f2b4498
commit 1087a510b5

View File

@@ -56,6 +56,7 @@ jobs:
needs: setup_torch_cuda_pipeline_matrix
strategy:
fail-fast: false
max-parallel: 8
matrix:
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
runs-on: [single-gpu, nvidia-gpu, t4, ci]