Skip to content

Commit

Permalink
[KYUUBI #6164] Limit max parallel for each GitHub Actions workflow
Browse files Browse the repository at this point in the history
# 🔍 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

beb5281 [Cheng Pan] Limit max parallel for each GitHub Actions workflow

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 committed Mar 11, 2024
1 parent bb54334 commit a5da03e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
java:
- 8
Expand Down Expand Up @@ -180,6 +181,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
java:
- 8
Expand Down Expand Up @@ -245,6 +247,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
java:
- 8
Expand Down Expand Up @@ -300,6 +303,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
java:
- 8
Expand Down Expand Up @@ -341,6 +345,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
max-parallel: 1
matrix:
java:
- 8
Expand Down Expand Up @@ -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" ]
Expand Down

0 comments on commit a5da03e

Please sign in to comment.