Skip to content

Commit 7563ad6

Browse files
DN6sayakpaul
authored andcommitted
Set max parallel jobs on slow test runners (#7878)
* set max parallel * update * update * update
1 parent 582071f commit 7563ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
needs: setup_torch_cuda_pipeline_matrix
5757
strategy:
5858
fail-fast: false
59+
max-parallel: 8
5960
matrix:
6061
module: ${{ fromJson(needs.setup_torch_cuda_pipeline_matrix.outputs.pipeline_test_matrix) }}
6162
runs-on: [single-gpu, nvidia-gpu, t4, ci]

0 commit comments

Comments
 (0)