From 78e491c7ffe6dd8e1cd5356cd807f12395c536ee Mon Sep 17 00:00:00 2001 From: Steve Yurong Su Date: Tue, 20 Aug 2024 19:57:20 +0800 Subject: [PATCH] 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 48900e543149f..0b718d16ab4a2 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 8c570e9b7763a..fab2085dbc7cd 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 4c638bf7701b0..4b6a3878f1785 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 d601cde3fa588..a63299d6f64ba 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 27fd0297fc660..729eeb099c496 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 ee9f7ec4e9372..ff3017806c262 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/**'