Skip to content

Commit

Permalink
also remove BuilderSpecialReport
Browse files Browse the repository at this point in the history
  • Loading branch information
strtgbb committed Oct 10, 2024
1 parent 4a95fd7 commit a0ed0fb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/backport_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ######################################
############################################################################################
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
if: ${{ !failure() && !cancelled() }}
needs:
- BuilderReport
- BuilderSpecialReport
# - BuilderSpecialReport
- FunctionalStatelessTestAsan
- FunctionalStatefulTestDebug
- StressTestTsan
Expand Down
46 changes: 23 additions & 23 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -573,7 +573,7 @@ jobs:
- DockerServerImage
- DockerKeeperImage
- BuilderReport
- BuilderSpecialReport
# - BuilderSpecialReport
- MarkReleaseReady
- FunctionalStatelessTestDebug
- FunctionalStatelessTestRelease
Expand Down

0 comments on commit a0ed0fb

Please sign in to comment.