[KYUUBI #6164] Limit max parallel for each GitHub Actions workflow
# 🔍 Description We are asked by ASF Infra to set a max-parallel limit for each workflow. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Let's see the CI results. --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6164 from pan3793/max-parallel. Closes #6164 beb528159 [Cheng Pan] Limit max parallel for each GitHub Actions workflow Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
bb54334fa7
commit
a5da03e282
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java:
|
||||
- 8
|
||||
@ -180,6 +181,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java:
|
||||
- 8
|
||||
@ -245,6 +247,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java:
|
||||
- 8
|
||||
@ -300,6 +303,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java:
|
||||
- 8
|
||||
@ -341,6 +345,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java:
|
||||
- 8
|
||||
@ -528,6 +533,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
java: [ 8 ]
|
||||
zookeeper: ["3.4", "3.5", "3.6", "3.7" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user