@@ -4247,24 +4247,24 @@ jobs:
4247
4247
4248
4248
RegressionTestsRelease :
4249
4249
needs : [config_workflow, build_amd_release]
4250
- if : ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFtZF9yZWxlYXNlKQ ==') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_regression-->')}}
4250
+ if : ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'REMOVE_BEFORE_MERGE_QnVpbGQgKGFtZF9yZWxlYXNlKQ ==') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_regression-->')}}
4251
4251
uses : ./.github/workflows/regression.yml
4252
4252
secrets : inherit
4253
4253
with :
4254
4254
runner_type : altinity-on-demand, altinity-regression-tester
4255
- commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
4255
+ commit : 38b4f3c4cbcf7b38c97e16793c210a1496075af7
4256
4256
arch : release
4257
4257
build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4258
4258
timeout_minutes : 300
4259
4259
workflow_config : ${{ needs.config_workflow.outputs.data }}
4260
4260
RegressionTestsAarch64 :
4261
4261
needs : [config_workflow, build_arm_release]
4262
- if : ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'QnVpbGQgKGFybV9yZWxlYXNlKQ ==') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_regression-->') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_aarch64-->')}}
4262
+ if : ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'REMOVE_BEFORE_MERGE_QnVpbGQgKGFybV9yZWxlYXNlKQ ==') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_regression-->') && !contains(fromJson(needs.config_workflow.outputs.data).pull_request.body, '[x] <!---ci_exclude_aarch64-->')}}
4263
4263
uses : ./.github/workflows/regression.yml
4264
4264
secrets : inherit
4265
4265
with :
4266
4266
runner_type : altinity-on-demand, altinity-regression-tester-aarch64
4267
- commit : 5723e20cbc49b347114c7b90c7316a44dafa5328
4267
+ commit : 38b4f3c4cbcf7b38c97e16793c210a1496075af7
4268
4268
arch : aarch64
4269
4269
build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4270
4270
timeout_minutes : 300
0 commit comments