This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 0974ee900b6 Reduce CI max-parallel (#12620)
0974ee900b6 is described below
commit 0974ee900b6174dce5ff0aa4e1883bdf58aa4afd
Author: Haonan <[email protected]>
AuthorDate: Thu May 30 15:50:06 2024 +0800
Reduce CI max-parallel (#12620)
---
.github/workflows/cluster-it-1c1d.yml | 2 +-
.github/workflows/multi-language-client.yml | 2 +-
.github/workflows/pipe-it-2cluster.yml | 6 +++---
.github/workflows/unit-test.yml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/cluster-it-1c1d.yml
b/.github/workflows/cluster-it-1c1d.yml
index 41b2960832b..ce707e715e8 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -32,7 +32,7 @@ jobs:
Simple:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index ee387cf96b7..fcf9c23e87b 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -29,7 +29,7 @@ jobs:
cpp:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os}}
diff --git a/.github/workflows/pipe-it-2cluster.yml
b/.github/workflows/pipe-it-2cluster.yml
index e2ffcc50598..d9c5f0e6ad1 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -30,7 +30,7 @@ jobs:
auto-create-schema:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
java: [17]
# StrongConsistencyClusterMode is ignored now because RatisConsensus
has not been supported yet.
@@ -66,7 +66,7 @@ jobs:
manual-create-schema:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
java: [17]
# StrongConsistencyClusterMode is ignored now because RatisConsensus
has not been supported yet.
@@ -103,7 +103,7 @@ jobs:
subscription:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
java: [ 17 ]
# StrongConsistencyClusterMode is ignored now because RatisConsensus
has not been supported yet.
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 98ff9dceeea..4d3d6648698 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -35,7 +35,7 @@ jobs:
unit-test:
strategy:
fail-fast: false
- max-parallel: 20
+ max-parallel: 15
matrix:
java: [ 8, 17 ]
os: [ ubuntu-latest, windows-latest ]