Skip to content

Commit

Permalink
Set max-parallel to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Mar 29, 2024
1 parent cc2698e commit e25b88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
suite: ${{ fromJson(needs.matrix.outputs.suite) }}
mode: ${{ fromJson(needs.matrix.outputs.mode) }}
dtype: ${{ fromJson(needs.matrix.outputs.dtype) }}
max-parallel: 4
max-parallel: 8
fail-fast: false
timeout-minutes: 720
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
suite: ${{ fromJson(needs.matrix.outputs.suite) }}
mode: ${{ fromJson(needs.matrix.outputs.mode) }}
dtype: ${{ fromJson(needs.matrix.outputs.dtype) }}
max-parallel: 4
max-parallel: 8
fail-fast: false
timeout-minutes: 720
defaults:
Expand Down

0 comments on commit e25b88f

Please sign in to comment.