This is an automated email from the ASF dual-hosted git repository.

rong 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 4e686b9a824 Pipe: Enable github machines instead of self-hosted 
machines to run pipe IT (#11435)
4e686b9a824 is described below

commit 4e686b9a8242fb54925d937353c8b1c63a0ddee6
Author: Caideyipi <[email protected]>
AuthorDate: Tue Nov 7 13:14:00 2023 +0800

    Pipe: Enable github machines instead of self-hosted machines to run pipe IT 
(#11435)
    
    Co-authored-by: Steve Yurong Su <[email protected]>
---
 .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 7a25d9e5345..6d1b7283132 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -36,9 +36,8 @@ jobs:
         # StrongConsistencyClusterMode is ignored now because RatisConsensus 
has not been supported yet.
         cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
         cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
-    runs-on: [self-hosted, iotdb]
-    #      group: self-hosted
-    #      labels: iotdb
+        os: [ ubuntu-latest, windows-latest ]
+    runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java }}
@@ -54,7 +53,7 @@ jobs:
           mvn clean verify \
           -P with-integration-tests \
           -DskipUTs \
-          -DintegrationTest.forkCount=6 -DConfigNodeMaxHeapSize=256 
-DDataNodeMaxHeapSize=256 \
+          -DintegrationTest.forkCount=3 -DConfigNodeMaxHeapSize=256 
-DDataNodeMaxHeapSize=256 \
           -DClusterConfigurations=${{ matrix.cluster1 }},${{ matrix.cluster2 
}} \
           -pl integration-test \
           -am -PMultiClusterIT2

Reply via email to