This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 6fbb301bb [KYUUBI #6363] [INFRA] Increase CI concurrency
6fbb301bb is described below
commit 6fbb301bbd60ec439488cef0405e98338e53b3c9
Author: Cheng Pan <[email protected]>
AuthorDate: Mon May 6 04:45:36 2024 +0000
[KYUUBI #6363] [INFRA] Increase CI concurrency
# :mag: Description
Previously, we were asked to limit the job concurrency to 10, while the new
policy is more relaxed.
> All workflows SHOULD have a job concurrency level less than or equal to
15. Just because 20 is the max, doesn't mean you should strive for 20.
https://infra.apache.org/github-actions-policy.html
## Types of changes :bookmark:
- [ ] 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 ๐งช
Monitor CI
---
# 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 #6363 from pan3793/ci-con.
Closes #6363
101121aa9 [Cheng Pan] [INFRA] Increase CI concurrency
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/master.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index ceadefca1..b4d9033ef 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
- max-parallel: 3
+ max-parallel: 6
matrix:
java:
- 8
@@ -175,7 +175,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
- max-parallel: 1
+ max-parallel: 2
matrix:
java:
- 8