Skip to content

Commit 226c6dd

Browse files
committed
fix a couple stuck/broken jobs
1 parent 4ee9d91 commit 226c6dd

File tree

11 files changed

+26
-21
lines changed

11 files changed

+26
-21
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
1387+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
1399+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ jobs:
23762376
fi
23772377
23782378
stateless_tests_azure_arm_asan_1_3:
2379-
runs-on: [..params..]
2379+
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64]
23802380
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_arm_binary]
23812381
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhenVyZSwgYXJtX2FzYW4sIDEvMyk=') }}
23822382
name: "Stateless tests (azure, arm_asan, 1/3)"
@@ -2417,7 +2417,7 @@ jobs:
24172417
fi
24182418
24192419
stateless_tests_azure_arm_asan_2_3:
2420-
runs-on: [..params..]
2420+
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64]
24212421
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_arm_binary]
24222422
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhenVyZSwgYXJtX2FzYW4sIDIvMyk=') }}
24232423
name: "Stateless tests (azure, arm_asan, 2/3)"
@@ -2458,7 +2458,7 @@ jobs:
24582458
fi
24592459
24602460
stateless_tests_azure_arm_asan_3_3:
2461-
runs-on: [..params..]
2461+
runs-on: [self-hosted, altinity-on-demand, altinity-func-tester-aarch64]
24622462
needs: [config_workflow, dockers_build_amd, dockers_build_arm, dockers_build_multiplatform_manifest, build_arm_binary]
24632463
if: ${{ !failure() && !cancelled() && !contains(fromJson(needs.config_workflow.outputs.data).cache_success_base64, 'U3RhdGVsZXNzIHRlc3RzIChhenVyZSwgYXJtX2FzYW4sIDMvMyk=') }}
24642464
name: "Stateless tests (azure, arm_asan, 3/3)"
@@ -4252,7 +4252,7 @@ jobs:
42524252
secrets: inherit
42534253
with:
42544254
runner_type: altinity-on-demand, altinity-regression-tester
4255-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
4255+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
42564256
arch: release
42574257
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
42584258
timeout_minutes: 300
@@ -4264,7 +4264,7 @@ jobs:
42644264
secrets: inherit
42654265
with:
42664266
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4267-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
4267+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
356+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
368+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
262+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
274+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
262+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
274+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
134+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
146+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4131,7 +4131,7 @@ jobs:
41314131
secrets: inherit
41324132
with:
41334133
runner_type: altinity-on-demand, altinity-regression-tester
4134-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
4134+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
41354135
arch: release
41364136
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41374137
timeout_minutes: 300
@@ -4143,7 +4143,7 @@ jobs:
41434143
secrets: inherit
41444144
with:
41454145
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
4146-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
4146+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
41474147
arch: aarch64
41484148
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41494149
timeout_minutes: 300

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ jobs:
17101710
secrets: inherit
17111711
with:
17121712
runner_type: altinity-on-demand, altinity-regression-tester
1713-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
1713+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
17141714
arch: release
17151715
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
17161716
timeout_minutes: 300
@@ -1722,7 +1722,7 @@ jobs:
17221722
secrets: inherit
17231723
with:
17241724
runner_type: altinity-on-demand, altinity-regression-tester-aarch64
1725-
commit: 36ae5e98d627bb18f821d4d72a552e127aeaedc8
1725+
commit: 5723e20cbc49b347114c7b90c7316a44dafa5328
17261726
arch: aarch64
17271727
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
17281728
timeout_minutes: 300

ci/defs/job_configs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,11 @@ class JobConfigs:
425425
)
426426
functional_tests_jobs_azure_master_only = (
427427
common_ft_job_config.set_allow_merge_on_failure(True).parametrize(
428+
runs_on=[
429+
RunnerLabels.FUNC_TESTER_ARM,
430+
RunnerLabels.FUNC_TESTER_ARM,
431+
RunnerLabels.FUNC_TESTER_ARM,
432+
],
428433
parameter=[
429434
"azure, arm_asan, 1/3",
430435
"azure, arm_asan, 2/3",

ci/jobs/clickbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def install():
1919
return (
2020
ch.install()
2121
and ch.clickbench_config_tweaks()
22-
and ch.create_log_export_config()
22+
# and ch.create_log_export_config()
2323
)
2424

2525
results.append(

0 commit comments

Comments
 (0)