This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch pipe-it-defreq-1.3.3 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9cc15449e054f7236c0f2346c65e6a4b785e4dcc Author: Steve Yurong Su <[email protected]> AuthorDate: Tue Aug 20 20:03:31 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/unit-test.yml | 2 -- 4 files changed, 9 insertions(+), 6 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/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/**'
