This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch reduce_max_parallel in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 506be3ec68c2eb2700a9b500165b6806b96f6b2c Author: HTHou <[email protected]> AuthorDate: Thu May 30 15:41:10 2024 +0800 Reduce CI max-parallel --- .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 dce53c567fa..681cee9a9dc 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: java: [11] os: [ ubuntu-latest, windows-latest ] 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 a3a95fec481..192ab47edbd 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. @@ -67,7 +67,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. @@ -104,7 +104,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 896fc69b25a..179ae22a690 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, 11, 17 ] os: [ ubuntu-latest, windows-latest ]
