@@ -29,7 +29,7 @@ on: # yamllint disable-line rule:truthy
2929
3030jobs :
3131 DockerHubPushAarch64 :
32- runs-on : [self-hosted, altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce ]
32+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker-aarch64 ]
3333 steps :
3434 - name : Check out repository code
3535 uses : Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6
4747 path : ${{ runner.temp }}/docker_images_check/changed_images_aarch64.json
4848
4949 DockerHubPushAmd64 :
50- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce ]
50+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
5151 steps :
5252 - name : Check out repository code
5353 uses : Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6
6666
6767 DockerHubPush :
6868 needs : [DockerHubPushAmd64, DockerHubPushAarch64]
69- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-image-x86-app-docker-ce ]
69+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
7070 steps :
7171 - name : Check out repository code
7272 uses : Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6
@@ -110,7 +110,7 @@ jobs:
110110 secrets : inherit
111111 with :
112112 test_name : Compatibility check X86
113- runner_type : altinity-on-demand, altinity-type-cpx41, altinity-image-x86-app-docker-ce
113+ runner_type : altinity-on-demand, altinity-style-checker
114114 timeout_minutes : 180
115115 run_command : |
116116 cd "$REPO_COPY/tests/ci"
@@ -122,7 +122,7 @@ jobs:
122122 secrets : inherit
123123 with :
124124 test_name : Compatibility check Aarch64
125- runner_type : altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce
125+ runner_type : altinity-on-demand, altinity-style-checker-aarch64
126126 run_command : |
127127 cd "$REPO_COPY/tests/ci"
128128 python3 compatibility_check.py --check-name "Compatibility check (aarch64)" --check-glibc
@@ -138,7 +138,7 @@ jobs:
138138 build_name : package_release
139139 checkout_depth : 0
140140 timeout_minutes : 180
141- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
141+ runner_type : altinity-on-demand, altinity-builder
142142 additional_envs : |
143143 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
144144
@@ -150,7 +150,7 @@ jobs:
150150 build_name : package_aarch64
151151 checkout_depth : 0
152152 timeout_minutes : 180
153- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
153+ runner_type : altinity-on-demand, altinity-builder
154154 additional_envs : |
155155 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
156156
@@ -162,7 +162,7 @@ jobs:
162162 build_name : package_asan
163163 checkout_depth : 0
164164 timeout_minutes : 180
165- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
165+ runner_type : altinity-on-demand, altinity-builder
166166 additional_envs : |
167167 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
168168
@@ -174,7 +174,7 @@ jobs:
174174 build_name : package_ubsan
175175 checkout_depth : 0
176176 timeout_minutes : 180
177- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
177+ runner_type : altinity-on-demand, altinity-builder
178178 additional_envs : |
179179 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
180180
@@ -186,7 +186,7 @@ jobs:
186186 build_name : package_tsan
187187 checkout_depth : 0
188188 timeout_minutes : 180
189- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
189+ runner_type : altinity-on-demand, altinity-builder
190190 additional_envs : |
191191 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
192192
@@ -198,7 +198,7 @@ jobs:
198198 build_name : package_msan
199199 checkout_depth : 0
200200 timeout_minutes : 180
201- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
201+ runner_type : altinity-on-demand, altinity-builder
202202 additional_envs : |
203203 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
204204
@@ -210,7 +210,7 @@ jobs:
210210 build_name : package_debug
211211 checkout_depth : 0
212212 timeout_minutes : 180
213- runner_type : altinity-on-demand, altinity-type-ccx53, altinity-in-ash, altinity-image-x86-app-docker-ce
213+ runner_type : altinity-on-demand, altinity-builder
214214 additional_envs : |
215215 CLICKHOUSE_STABLE_VERSION_SUFFIX=altinitystable
216216
@@ -221,7 +221,7 @@ jobs:
221221 needs :
222222 - BuilderDebRelease
223223 - BuilderDebAarch64
224- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce ]
224+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
225225 timeout-minutes : 180
226226 steps :
227227 - name : Check out repository code
@@ -257,7 +257,7 @@ jobs:
257257 secrets : inherit
258258 with :
259259 test_name : ClickHouse build check
260- runner_type : altinity-on-demand, altinity-type-cpx41, altinity-image-x86-app-docker-ce
260+ runner_type : altinity-on-demand, altinity-style-checker
261261 timeout_minutes : 180
262262 additional_envs : |
263263 NEEDS_DATA<<NDENV
@@ -274,7 +274,7 @@ jobs:
274274 - BuilderDebRelease
275275 - BuilderDebAarch64
276276 - SignRelease
277- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-image-x86-app-docker-ce ]
277+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
278278 timeout-minutes : 180
279279 steps :
280280 - name : Check out repository code
@@ -295,7 +295,7 @@ jobs:
295295 secrets : inherit
296296 with :
297297 test_name : Install packages (amd64)
298- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
298+ runner_type : altinity-on-demand, altinity-func-tester
299299 run_command : |
300300 cd "$REPO_COPY/tests/ci"
301301 python3 install_check.py "$CHECK_NAME"
@@ -306,7 +306,7 @@ jobs:
306306 secrets : inherit
307307 with :
308308 test_name : Install packages (arm64)
309- runner_type : altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce
309+ runner_type : altinity-on-demand, altinity-func-tester-aarch64
310310 run_command : |
311311 cd "$REPO_COPY/tests/ci"
312312 python3 install_check.py "$CHECK_NAME"
@@ -320,7 +320,7 @@ jobs:
320320 secrets : inherit
321321 with :
322322 test_name : Stateless tests (release)
323- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
323+ runner_type : altinity-on-demand, altinity-func-tester
324324 additional_envs : |
325325 KILL_TIMEOUT=10800
326326 run_command : |
@@ -333,7 +333,7 @@ jobs:
333333 secrets : inherit
334334 with :
335335 test_name : Stateless tests (aarch64)
336- runner_type : altinity-on-demand, altinity-type-cax41, altinity-image-arm-snapshot-docker_ipv6_arm
336+ runner_type : altinity-on-demand, altinity-func-tester-aarch64
337337 additional_envs : |
338338 KILL_TIMEOUT=10800
339339 run_command : |
@@ -346,7 +346,7 @@ jobs:
346346 secrets : inherit
347347 with :
348348 test_name : Stateless tests (asan)
349- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
349+ runner_type : altinity-on-demand, altinity-func-tester
350350 additional_envs : |
351351 KILL_TIMEOUT=10800
352352 batches : 4
@@ -360,7 +360,7 @@ jobs:
360360 secrets : inherit
361361 with :
362362 test_name : Stateless tests (tsan)
363- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
363+ runner_type : altinity-on-demand, altinity-func-tester
364364 additional_envs : |
365365 KILL_TIMEOUT=10800
366366 batches : 4
@@ -374,7 +374,7 @@ jobs:
374374 secrets : inherit
375375 with :
376376 test_name : Stateless tests (ubsan)
377- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
377+ runner_type : altinity-on-demand, altinity-func-tester
378378 additional_envs : |
379379 KILL_TIMEOUT=10800
380380 batches : 4
@@ -388,7 +388,7 @@ jobs:
388388 secrets : inherit
389389 with :
390390 test_name : Stateless tests (msan)
391- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
391+ runner_type : altinity-on-demand, altinity-func-tester
392392 additional_envs : |
393393 KILL_TIMEOUT=10800
394394 batches : 4
@@ -402,7 +402,7 @@ jobs:
402402 secrets : inherit
403403 with :
404404 test_name : Stateless tests (debug)
405- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
405+ runner_type : altinity-on-demand, altinity-func-tester
406406 additional_envs : |
407407 KILL_TIMEOUT=10800
408408 batches : 4
@@ -419,7 +419,7 @@ jobs:
419419 secrets : inherit
420420 with :
421421 test_name : Stateful tests (release)
422- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
422+ runner_type : altinity-on-demand, altinity-func-tester
423423 additional_envs : |
424424 KILL_TIMEOUT=3600
425425 run_command : |
@@ -432,7 +432,7 @@ jobs:
432432 secrets : inherit
433433 with :
434434 test_name : Stateful tests (aarch64)
435- runner_type : altinity-on-demand, altinity-type-cax41, altinity-image-arm-snapshot-docker_ipv6_arm
435+ runner_type : altinity-on-demand, altinity-func-tester-aarch64
436436 additional_envs : |
437437 KILL_TIMEOUT=3600
438438 run_command : |
@@ -445,7 +445,7 @@ jobs:
445445 secrets : inherit
446446 with :
447447 test_name : Stateful tests (asan)
448- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
448+ runner_type : altinity-on-demand, altinity-func-tester
449449 additional_envs : |
450450 KILL_TIMEOUT=3600
451451 run_command : |
@@ -458,7 +458,7 @@ jobs:
458458 secrets : inherit
459459 with :
460460 test_name : Stateful tests (tsan)
461- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
461+ runner_type : altinity-on-demand, altinity-func-tester
462462 additional_envs : |
463463 KILL_TIMEOUT=3600
464464 run_command : |
@@ -471,7 +471,7 @@ jobs:
471471 secrets : inherit
472472 with :
473473 test_name : Stateful tests (msan)
474- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
474+ runner_type : altinity-on-demand, altinity-func-tester
475475 additional_envs : |
476476 KILL_TIMEOUT=3600
477477 run_command : |
@@ -484,7 +484,7 @@ jobs:
484484 secrets : inherit
485485 with :
486486 test_name : Stateful tests (ubsan)
487- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
487+ runner_type : altinity-on-demand, altinity-func-tester
488488 additional_envs : |
489489 KILL_TIMEOUT=3600
490490 run_command : |
@@ -497,7 +497,7 @@ jobs:
497497 secrets : inherit
498498 with :
499499 test_name : Stateful tests (debug)
500- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
500+ runner_type : altinity-on-demand, altinity-func-tester
501501 additional_envs : |
502502 KILL_TIMEOUT=3600
503503 run_command : |
@@ -513,7 +513,7 @@ jobs:
513513 secrets : inherit
514514 with :
515515 test_name : Stress test (asan)
516- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
516+ runner_type : altinity-on-demand, altinity-func-tester
517517 run_command : |
518518 cd "$REPO_COPY/tests/ci"
519519 python3 stress_check.py "$CHECK_NAME"
@@ -524,7 +524,7 @@ jobs:
524524 secrets : inherit
525525 with :
526526 test_name : Stress test (tsan)
527- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
527+ runner_type : altinity-on-demand, altinity-func-tester
528528 run_command : |
529529 cd "$REPO_COPY/tests/ci"
530530 python3 stress_check.py "$CHECK_NAME"
@@ -535,7 +535,7 @@ jobs:
535535 secrets : inherit
536536 with :
537537 test_name : Stress test (msan)
538- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
538+ runner_type : altinity-on-demand, altinity-func-tester
539539 run_command : |
540540 cd "$REPO_COPY/tests/ci"
541541 python3 stress_check.py "$CHECK_NAME"
@@ -546,7 +546,7 @@ jobs:
546546 secrets : inherit
547547 with :
548548 test_name : Stress test (ubsan)
549- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
549+ runner_type : altinity-on-demand, altinity-func-tester
550550 run_command : |
551551 cd "$REPO_COPY/tests/ci"
552552 python3 stress_check.py "$CHECK_NAME"
@@ -557,7 +557,7 @@ jobs:
557557 secrets : inherit
558558 with :
559559 test_name : Stress test (debug)
560- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-snapshot-docker_ipv6_x86
560+ runner_type : altinity-on-demand, altinity-func-tester
561561 run_command : |
562562 cd "$REPO_COPY/tests/ci"
563563 python3 stress_check.py "$CHECK_NAME"
@@ -571,7 +571,7 @@ jobs:
571571 secrets : inherit
572572 with :
573573 test_name : Integration tests (asan)
574- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
574+ runner_type : altinity-on-demand, altinity-func-tester
575575 batches : 4
576576 timeout_minutes : 180
577577 run_command : |
@@ -584,7 +584,7 @@ jobs:
584584 secrets : inherit
585585 with :
586586 test_name : Integration tests (asan, analyzer)
587- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
587+ runner_type : altinity-on-demand, altinity-func-tester
588588 batches : 6
589589 timeout_minutes : 180
590590 run_command : |
@@ -597,7 +597,7 @@ jobs:
597597 secrets : inherit
598598 with :
599599 test_name : Integration tests (tsan)
600- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
600+ runner_type : altinity-on-demand, altinity-func-tester
601601 batches : 6
602602 timeout_minutes : 180
603603 run_command : |
@@ -610,7 +610,7 @@ jobs:
610610 secrets : inherit
611611 with :
612612 test_name : Integration tests (release)
613- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
613+ runner_type : altinity-on-demand, altinity-func-tester
614614 batches : 6
615615 timeout_minutes : 180
616616 run_command : |
@@ -625,7 +625,7 @@ jobs:
625625 uses : ./.github/workflows/regression.yml
626626 secrets : inherit
627627 with :
628- runner_type : altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup- regression
628+ runner_type : altinity-on-demand, altinity-regression-tester
629629 commit : release
630630 arch : release
631631 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }}
@@ -635,14 +635,14 @@ jobs:
635635 uses : ./.github/workflows/regression.yml
636636 secrets : inherit
637637 with :
638- runner_type : altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
638+ runner_type : altinity-on-demand, altinity-regression-tester-aarch64
639639 commit : release
640640 arch : aarch64
641641 build_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'release' && github.sha }}
642642
643643 SignRelease :
644644 needs : [BuilderDebRelease]
645- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-in-ash, altinity-image-x86-app-docker-ce ]
645+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
646646 timeout-minutes : 180
647647 steps :
648648 - name : Set envs
@@ -716,7 +716,7 @@ jobs:
716716 - RegressionTestsRelease
717717 - RegressionTestsAarch64
718718 - SignRelease
719- runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx31, altinity-image-x86-app-docker-ce ]
719+ runs-on : [self-hosted, altinity-on-demand, altinity-style-checker ]
720720 steps :
721721 - name : Check out repository code
722722 uses : Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f6
0 commit comments