Skip to content

Commit

Permalink
Don't use max-parallel for RunsOn runners
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Nov 25, 2024
1 parent 331dab4 commit 7eb89f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/jvm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run-id=${{ github.run_id }}
- tag=jvm-tests-build-containers-${{ matrix.container_id }}
strategy:
max-parallel: 2
matrix:
container_id:
- xgb-ci.manylinux2014_x86_64
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run-id=${{ github.run_id }}
- tag=main-build-containers-${{ matrix.container_id }}
strategy:
max-parallel: 2
matrix:
container_id:
- xgb-ci.gpu_build_rockylinux8
Expand Down Expand Up @@ -234,7 +233,6 @@ jobs:
- tag=main-test-cpp-gpu-${{ matrix.suite }}
strategy:
fail-fast: false
max-parallel: 2
matrix:
include:
- suite: gpu
Expand Down Expand Up @@ -273,7 +271,6 @@ jobs:
- tag=main-test-python-wheel-${{ matrix.description }}
strategy:
fail-fast: false
max-parallel: 2
matrix:
include:
- description: single-gpu
Expand Down

0 comments on commit 7eb89f3

Please sign in to comment.