This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch reduce-pipe-it in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 3168339ecdea50c2f95ae521ffde9ed9cc250c61 Author: Steve Yurong Su <[email protected]> AuthorDate: Thu May 30 10:35:35 2024 +0800 Pipe IT: Reduce CI FT runner usage --- .github/workflows/pipe-it-2cluster.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipe-it-2cluster.yml b/.github/workflows/pipe-it-2cluster.yml index a3a95fec481..e2ffcc50598 100644 --- a/.github/workflows/pipe-it-2cluster.yml +++ b/.github/workflows/pipe-it-2cluster.yml @@ -34,8 +34,7 @@ jobs: matrix: java: [17] # StrongConsistencyClusterMode is ignored now because RatisConsensus has not been supported yet. - cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode] - cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode] + cluster: [LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: @@ -54,7 +53,7 @@ jobs: -P with-integration-tests \ -DskipUTs \ -DintegrationTest.forkCount=1 -DConfigNodeMaxHeapSize=256 -DDataNodeMaxHeapSize=1024 -DDataNodeMaxDirectMemorySize=768 \ - -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 }} \ + -DClusterConfigurations=${{ matrix.cluster }},${{ matrix.cluster }} \ -pl integration-test \ -am -PMultiClusterIT2AutoCreateSchema - name: Upload Artifact @@ -109,7 +108,7 @@ jobs: java: [ 17 ] # StrongConsistencyClusterMode is ignored now because RatisConsensus has not been supported yet. cluster1: [ LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode ] - cluster2: [ LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, StrongConsistencyClusterMode ] + cluster2: [ ScalableSingleNodeMode ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps:
