Skip to content

Commit 87ee343

Browse files
authored
Merge branch 'antalya-25.6.5' into builds/25.6.5/stateless-enable-ipv6
2 parents ca39d07 + 809953b commit 87ee343

File tree

13 files changed

+293
-594
lines changed

13 files changed

+293
-594
lines changed

.github/workflows/backport_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ jobs:
16401640
secrets: inherit
16411641
with:
16421642
runner_type: altinity-on-demand, altinity-regression-tester
1643-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
1643+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
16441644
arch: release
16451645
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
16461646
timeout_minutes: 300
@@ -1652,7 +1652,7 @@ jobs:
16521652
secrets: inherit
16531653
with:
16541654
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1655-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
1655+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
16561656
arch: aarch64
16571657
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
16581658
timeout_minutes: 300

.github/workflows/master.yml

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

50645064
RegressionTestsRelease:
50655065
needs: [config_workflow, build_amd_release]
5066-
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-->')}}
5066+
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-->')}}
50675067
uses: ./.github/workflows/regression.yml
50685068
secrets: inherit
50695069
with:
50705070
runner_type: altinity-on-demand, altinity-regression-tester
5071-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
5071+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
50725072
arch: release
50735073
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
50745074
timeout_minutes: 300
50755075
workflow_config: ${{ needs.config_workflow.outputs.data }}
50765076
RegressionTestsAarch64:
50775077
needs: [config_workflow, build_arm_release]
5078-
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-->')}}
5078+
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-->')}}
50795079
uses: ./.github/workflows/regression.yml
50805080
secrets: inherit
50815081
with:
50825082
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
5083-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
5083+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
50845084
arch: aarch64
50855085
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
50865086
timeout_minutes: 300

.github/workflows/merge_queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
secrets: inherit
410410
with:
411411
runner_type: altinity-on-demand, altinity-regression-tester
412-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
412+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
413413
arch: release
414414
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
415415
timeout_minutes: 300
@@ -421,7 +421,7 @@ jobs:
421421
secrets: inherit
422422
with:
423423
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
424-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
424+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
425425
arch: aarch64
426426
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
427427
timeout_minutes: 300

.github/workflows/nightly_fuzzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
secrets: inherit
300300
with:
301301
runner_type: altinity-on-demand, altinity-regression-tester
302-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
302+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
303303
arch: release
304304
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
305305
timeout_minutes: 300
@@ -311,7 +311,7 @@ jobs:
311311
secrets: inherit
312312
with:
313313
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
314-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
314+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
315315
arch: aarch64
316316
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
317317
timeout_minutes: 300

.github/workflows/nightly_jepsen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
secrets: inherit
300300
with:
301301
runner_type: altinity-on-demand, altinity-regression-tester
302-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
302+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
303303
arch: release
304304
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
305305
timeout_minutes: 300
@@ -311,7 +311,7 @@ jobs:
311311
secrets: inherit
312312
with:
313313
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
314-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
314+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
315315
arch: aarch64
316316
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
317317
timeout_minutes: 300

.github/workflows/nightly_statistics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
secrets: inherit
148148
with:
149149
runner_type: altinity-on-demand, altinity-regression-tester
150-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
150+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
151151
arch: release
152152
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
153153
timeout_minutes: 300
@@ -159,7 +159,7 @@ jobs:
159159
secrets: inherit
160160
with:
161161
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
162-
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
162+
commit: 38b4f3c4cbcf7b38c97e16793c210a1496075af7
163163
arch: aarch64
164164
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
165165
timeout_minutes: 300

0 commit comments

Comments
 (0)