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

rong pushed a commit to branch pipe-it-defreq
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 78e491c7ffe6dd8e1cd5356cd807f12395c536ee
Author: Steve Yurong Su <[email protected]>
AuthorDate: Tue Aug 20 19:57:20 2024 +0800

    Pipe IT: Reduce FT runner cost by removing some manual-create-schema test 
cases
---
 .github/workflows/cluster-it-1c1d.yml       | 2 --
 .github/workflows/cluster-it-1c3d.yml       | 2 --
 .github/workflows/pipe-it-2cluster.yml      | 9 +++++++++
 .github/workflows/table-cluster-it-1c1d.yml | 2 --
 .github/workflows/table-cluster-it-1c3d.yml | 2 --
 .github/workflows/unit-test.yml             | 2 --
 6 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/cluster-it-1c1d.yml 
b/.github/workflows/cluster-it-1c1d.yml
index 48900e54314..0b718d16ab4 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -5,7 +5,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
@@ -14,7 +13,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml 
b/.github/workflows/cluster-it-1c3d.yml
index 8c570e9b776..fab2085dbc7 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -5,7 +5,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
@@ -14,7 +13,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
diff --git a/.github/workflows/pipe-it-2cluster.yml 
b/.github/workflows/pipe-it-2cluster.yml
index 4c638bf7701..4b6a3878f17 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -77,6 +77,15 @@ jobs:
         cluster1: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
         cluster2: [LightWeightStandaloneMode, ScalableSingleNodeMode, 
HighPerformanceMode]
         os: [ ubuntu-latest ]
+        exclude:
+          - cluster1: LightWeightStandaloneMode
+            cluster2: LightWeightStandaloneMode
+          - cluster1: LightWeightStandaloneMode
+            cluster2: ScalableSingleNodeMode
+          - cluster1: ScalableSingleNodeMode
+            cluster2: LightWeightStandaloneMode
+          - cluster1: HighPerformanceMode
+            cluster2: LightWeightStandaloneMode
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4
diff --git a/.github/workflows/table-cluster-it-1c1d.yml 
b/.github/workflows/table-cluster-it-1c1d.yml
index d601cde3fa5..a63299d6f64 100644
--- a/.github/workflows/table-cluster-it-1c1d.yml
+++ b/.github/workflows/table-cluster-it-1c1d.yml
@@ -5,7 +5,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
@@ -14,7 +13,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
diff --git a/.github/workflows/table-cluster-it-1c3d.yml 
b/.github/workflows/table-cluster-it-1c3d.yml
index 27fd0297fc6..729eeb099c4 100644
--- a/.github/workflows/table-cluster-it-1c3d.yml
+++ b/.github/workflows/table-cluster-it-1c3d.yml
@@ -5,7 +5,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
@@ -14,7 +13,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - pipe-meta-sync
       - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index ee9f7ec4e93..ff3017806c2 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -8,7 +8,6 @@ on:
     branches:
       - master
       - 'rel/*'
-      - pipe-meta-sync
       - "rc/*"
     paths-ignore:
       - 'docs/**'
@@ -17,7 +16,6 @@ on:
     branches:
       - master
       - 'rel/*'
-      - pipe-meta-sync
       - "rc/*"
     paths-ignore:
       - 'docs/**'

Reply via email to