Skip to content

Commit 809953b

Browse files
authored
Merge pull request #935 from Altinity/regression_fixes_25.6
Antalya 25.6.5 Support Split Regression Suites
2 parents 31d52f6 + 504eabb commit 809953b

10 files changed

+260
-39
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ jobs:
13841384
secrets: inherit
13851385
with:
13861386
runner_type: altinity-on-demand, altinity-regression-tester
1387-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
1387+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
13881388
arch: release
13891389
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
13901390
timeout_minutes: 300
@@ -1396,7 +1396,7 @@ jobs:
13961396
secrets: inherit
13971397
with:
13981398
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1399-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
1399+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
14001400
arch: aarch64
14011401
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
14021402
timeout_minutes: 300

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4247,24 +4247,24 @@ jobs:
42474247

42484248
RegressionTestsRelease:
42494249
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-->')}}
42514251
uses: ./.github/workflows/regression.yml
42524252
secrets: inherit
42534253
with:
42544254
runner_type: altinity-on-demand, altinity-regression-tester
4255-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
4255+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
42564256
arch: release
42574257
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
42584258
timeout_minutes: 300
42594259
workflow_config: ${{ needs.config_workflow.outputs.data }}
42604260
RegressionTestsAarch64:
42614261
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-->')}}
42634263
uses: ./.github/workflows/regression.yml
42644264
secrets: inherit
42654265
with:
42664266
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4267-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
4267+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
42684268
arch: aarch64
42694269
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
42704270
timeout_minutes: 300

.github/workflows/merge_queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
secrets: inherit
354354
with:
355355
runner_type: altinity-on-demand, altinity-regression-tester
356-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
356+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
357357
arch: release
358358
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
359359
timeout_minutes: 300
@@ -365,7 +365,7 @@ jobs:
365365
secrets: inherit
366366
with:
367367
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
368-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
368+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
369369
arch: aarch64
370370
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
371371
timeout_minutes: 300

.github/workflows/nightly_fuzzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
secrets: inherit
260260
with:
261261
runner_type: altinity-on-demand, altinity-regression-tester
262-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
262+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
263263
arch: release
264264
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
265265
timeout_minutes: 300
@@ -271,7 +271,7 @@ jobs:
271271
secrets: inherit
272272
with:
273273
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
274-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
274+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
275275
arch: aarch64
276276
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
277277
timeout_minutes: 300

.github/workflows/nightly_jepsen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
secrets: inherit
260260
with:
261261
runner_type: altinity-on-demand, altinity-regression-tester
262-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
262+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
263263
arch: release
264264
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
265265
timeout_minutes: 300
@@ -271,7 +271,7 @@ jobs:
271271
secrets: inherit
272272
with:
273273
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
274-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
274+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
275275
arch: aarch64
276276
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
277277
timeout_minutes: 300

.github/workflows/nightly_statistics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
secrets: inherit
132132
with:
133133
runner_type: altinity-on-demand, altinity-regression-tester
134-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
134+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
135135
arch: release
136136
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
137137
timeout_minutes: 300
@@ -143,7 +143,7 @@ jobs:
143143
secrets: inherit
144144
with:
145145
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
146-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
146+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
147147
arch: aarch64
148148
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
149149
timeout_minutes: 300

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3675,24 +3675,24 @@ jobs:
36753675

36763676
RegressionTestsRelease:
36773677
needs: [config_workflow, build_amd_release]
3678-
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-->')}}
3678+
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-->')}}
36793679
uses: ./.github/workflows/regression.yml
36803680
secrets: inherit
36813681
with:
36823682
runner_type: altinity-on-demand, altinity-regression-tester
3683-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
3683+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
36843684
arch: release
36853685
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
36863686
timeout_minutes: 300
36873687
workflow_config: ${{ needs.config_workflow.outputs.data }}
36883688
RegressionTestsAarch64:
36893689
needs: [config_workflow, build_arm_release]
3690-
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-->')}}
3690+
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-->')}}
36913691
uses: ./.github/workflows/regression.yml
36923692
secrets: inherit
36933693
with:
36943694
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
3695-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
3695+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
36963696
arch: aarch64
36973697
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
36983698
timeout_minutes: 300

0 commit comments

Comments
 (0)