From a0ed0fb12933366dac8b5e01a4b0dd6074a3b2bf Mon Sep 17 00:00:00 2001 From: Stuart <146047128+strtgbb@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:05:04 -0400 Subject: [PATCH] also remove BuilderSpecialReport --- .github/workflows/backport_branches.yml | 26 +++++++------- .github/workflows/master.yml | 46 ++++++++++++------------- .github/workflows/release_branches.yml | 28 +++++++-------- 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/.github/workflows/backport_branches.yml b/.github/workflows/backport_branches.yml index eacfc0578aae..6970a384734c 100644 --- a/.github/workflows/backport_branches.yml +++ b/.github/workflows/backport_branches.yml @@ -168,18 +168,18 @@ jobs: test_name: ClickHouse build check runner_type: style-checker-aarch64 data: ${{ needs.RunConfig.outputs.data }} - BuilderSpecialReport: - # run report check for failed builds to indicate the CI error - if: ${{ !cancelled() }} - needs: - - RunConfig - # - BuilderBinDarwin - # - BuilderBinDarwinAarch64 - uses: ./.github/workflows/reusable_test.yml - with: - test_name: ClickHouse special build check - runner_type: style-checker-aarch64 - data: ${{ needs.RunConfig.outputs.data }} + # BuilderSpecialReport: + # # run report check for failed builds to indicate the CI error + # if: ${{ !cancelled() }} + # needs: + # - RunConfig + # - BuilderBinDarwin + # - BuilderBinDarwinAarch64 + # uses: ./.github/workflows/reusable_test.yml + # with: + # test_name: ClickHouse special build check + # runner_type: style-checker-aarch64 + # data: ${{ needs.RunConfig.outputs.data }} ############################################################################################ #################################### INSTALL PACKAGES ###################################### ############################################################################################ @@ -251,7 +251,7 @@ jobs: if: ${{ !failure() && !cancelled() }} needs: - BuilderReport - - BuilderSpecialReport + # - BuilderSpecialReport - FunctionalStatelessTestAsan - FunctionalStatefulTestDebug - StressTestTsan diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 52e574b46e5b..50a4fb11e26f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -281,29 +281,29 @@ jobs: test_name: ClickHouse build check runner_type: style-checker-aarch64 data: ${{ needs.RunConfig.outputs.data }} - BuilderSpecialReport: - # run report check for failed builds to indicate the CI error - if: ${{ !cancelled() }} - needs: - - RunConfig - - BuilderBinAarch64 - # - BuilderBinDarwin - # - BuilderBinDarwinAarch64 - - BuilderBinFreeBSD - - BuilderBinPPC64 - - BuilderBinRISCV64 - - BuilderBinS390X - - BuilderBinAmd64Compat - - BuilderBinAarch64V80Compat - - BuilderBinClangTidy - - BuilderBinAmd64Musl - - BuilderDebReleaseCoverage - - BuilderBinRelease - uses: ./.github/workflows/reusable_test.yml - with: - test_name: ClickHouse special build check - runner_type: style-checker-aarch64 - data: ${{ needs.RunConfig.outputs.data }} + # BuilderSpecialReport: + # # run report check for failed builds to indicate the CI error + # if: ${{ !cancelled() }} + # needs: + # - RunConfig + # - BuilderBinAarch64 + # - BuilderBinDarwin + # - BuilderBinDarwinAarch64 + # - BuilderBinFreeBSD + # - BuilderBinPPC64 + # - BuilderBinRISCV64 + # - BuilderBinS390X + # - BuilderBinAmd64Compat + # - BuilderBinAarch64V80Compat + # - BuilderBinClangTidy + # - BuilderBinAmd64Musl + # - BuilderDebReleaseCoverage + # - BuilderBinRelease + # uses: ./.github/workflows/reusable_test.yml + # with: + # test_name: ClickHouse special build check + # runner_type: style-checker-aarch64 + # data: ${{ needs.RunConfig.outputs.data }} MarkReleaseReady: if: ${{ !failure() && !cancelled() }} needs: diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index bdb7c19da7a2..cbac8a03f030 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -230,19 +230,19 @@ jobs: test_name: ClickHouse build check runner_type: altinity-on-demand, altinity-setup-reporter, altinity-type-cax11, altinity-in-hel1, altinity-image-arm-system-ubuntu-22.04 data: ${{ needs.RunConfig.outputs.data }} - BuilderSpecialReport: - # run report check for failed builds to indicate the CI error - if: ${{ !cancelled() }} - needs: - - RunConfig - # - BuilderBinDarwin - # - BuilderBinDarwinAarch64 - uses: ./.github/workflows/reusable_test.yml - secrets: inherit - with: - test_name: ClickHouse special build check - runner_type: altinity-on-demand, altinity-setup-reporter, altinity-type-cax11, altinity-in-hel1, altinity-image-arm-system-ubuntu-22.04 - data: ${{ needs.RunConfig.outputs.data }} + # BuilderSpecialReport: + # # run report check for failed builds to indicate the CI error + # if: ${{ !cancelled() }} + # needs: + # - RunConfig + # - BuilderBinDarwin + # - BuilderBinDarwinAarch64 + # uses: ./.github/workflows/reusable_test.yml + # secrets: inherit + # with: + # test_name: ClickHouse special build check + # runner_type: altinity-on-demand, altinity-setup-reporter, altinity-type-cax11, altinity-in-hel1, altinity-image-arm-system-ubuntu-22.04 + # data: ${{ needs.RunConfig.outputs.data }} MarkReleaseReady: if: ${{ !failure() && !cancelled() }} needs: @@ -573,7 +573,7 @@ jobs: - DockerServerImage - DockerKeeperImage - BuilderReport - - BuilderSpecialReport + # - BuilderSpecialReport - MarkReleaseReady - FunctionalStatelessTestDebug - FunctionalStatelessTestRelease