Skip to content

Commit 42ee48a

Browse files
committed
don't waste runners, disable regression for now
1 parent 611b004 commit 42ee48a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/master.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,30 +3999,30 @@ jobs:
39993999
docker_image: altinityinfra/clickhouse-keeper
40004000
version: ${{ fromJson(needs.config_workflow.outputs.data).custom_data.version.string }}
40014001

4002-
RegressionTestsRelease:
4003-
needs: [config_workflow, build_amd_release]
4004-
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'regression')}}
4005-
uses: ./.github/workflows/regression.yml
4006-
secrets: inherit
4007-
with:
4008-
runner_type: altinity-on-demand, altinity-regression-tester
4009-
commit: 7f798b66f2d2acf18cd202d9a0f39ec64fbc062b
4010-
arch: release
4011-
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4012-
timeout_minutes: 300
4013-
workflow_config: ${{ needs.config_workflow.outputs.data }}
4014-
RegressionTestsAarch64:
4015-
needs: [config_workflow, build_arm_release]
4016-
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'regression') && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'aarch64')}}
4017-
uses: ./.github/workflows/regression.yml
4018-
secrets: inherit
4019-
with:
4020-
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4021-
commit: 7f798b66f2d2acf18cd202d9a0f39ec64fbc062b
4022-
arch: aarch64
4023-
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4024-
timeout_minutes: 300
4025-
workflow_config: ${{ needs.config_workflow.outputs.data }}
4002+
# RegressionTestsRelease:
4003+
# needs: [config_workflow, build_amd_release]
4004+
# if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'regression')}}
4005+
# uses: ./.github/workflows/regression.yml
4006+
# secrets: inherit
4007+
# with:
4008+
# runner_type: altinity-on-demand, altinity-regression-tester
4009+
# commit: 7f798b66f2d2acf18cd202d9a0f39ec64fbc062b
4010+
# arch: release
4011+
# build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4012+
# timeout_minutes: 300
4013+
# workflow_config: ${{ needs.config_workflow.outputs.data }}
4014+
# RegressionTestsAarch64:
4015+
# needs: [config_workflow, build_arm_release]
4016+
# if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'regression') && !contains(fromJson(needs.config_workflow.outputs.data).ci_settings.exclude_keywords, 'aarch64')}}
4017+
# uses: ./.github/workflows/regression.yml
4018+
# secrets: inherit
4019+
# with:
4020+
# runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4021+
# commit: 7f798b66f2d2acf18cd202d9a0f39ec64fbc062b
4022+
# arch: aarch64
4023+
# build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4024+
# timeout_minutes: 300
4025+
# workflow_config: ${{ needs.config_workflow.outputs.data }}
40264026

40274027
SignRelease:
40284028
needs: [config_workflow, build_amd_release]

0 commit comments

Comments
 (0)