Skip to content

Commit

Permalink
Set max parallel jobs on slow test runners (#7878)
Browse files Browse the repository at this point in the history
* set max parallel

* update

* update

* update
  • Loading branch information
DN6 authored May 9, 2024
1 parent 305f2b4 commit 1087a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1087a51

Please sign in to comment.