Skip to content

Commit

Permalink
limit to 150 concurrent jobs per workflow (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Dec 3, 2024
1 parent fe3b3bb commit a5b59e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
name: ${{ matrix.IMAGE_REPO }}
needs: compute-matrix
strategy:
max-parallel: 150
matrix: ${{ fromJSON(needs.compute-matrix.outputs.MATRIX) }}
fail-fast: false
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run:
name: build (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }}, ${{ matrix.LINUX_VER }}, ${{ matrix.ARCH }})
strategy:
max-parallel: 150
matrix:
ARCH: ${{ fromJSON(inputs.ARCHES) }}
CUDA_VER: ["${{ inputs.CUDA_VER }}"]
Expand Down

0 comments on commit a5b59e8

Please sign in to comment.