This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch enlarge-test-cases in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 1575d93ad3fd077748fa1971ae7259c563dd92dc Author: Steve Yurong Su <[email protected]> AuthorDate: Tue Apr 2 20:18:14 2024 +0800 Update pipe-it-2cluster.yml --- .github/workflows/pipe-it-2cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipe-it-2cluster.yml b/.github/workflows/pipe-it-2cluster.yml index f4567f2a042..4b94fa473c1 100644 --- a/.github/workflows/pipe-it-2cluster.yml +++ b/.github/workflows/pipe-it-2cluster.yml @@ -31,11 +31,11 @@ jobs: strategy: fail-fast: false matrix: - java: [ 17 ] + java: [ 8, 11, 17 ] # StrongConsistencyClusterMode is ignored now because RatisConsensus has not been supported yet. cluster1: [ LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode ] cluster2: [ LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode, LightWeightStandaloneMode, ScalableSingleNodeMode, HighPerformanceMode ] - os: [ ubuntu-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4
