2222 data : ${{ steps.runconfig.outputs.CI_DATA }}
2323 steps :
2424 - name : Check out repository code
25- uses : ClickHouse /checkout@v1
25+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
2626 with :
2727 clear-repository : true # to ensure correct digests
2828 fetch-depth : 0 # to get version
@@ -164,7 +164,7 @@ jobs:
164164 runs-on : [self-hosted, style-checker-aarch64]
165165 steps :
166166 - name : Check out repository code
167- uses : ClickHouse /checkout@v1
167+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
168168 - name : Download reports
169169 run : |
170170 python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --infile ${{ toJson(needs.RunConfig.outputs.data) }} --pre --job-name Builds
@@ -194,7 +194,7 @@ jobs:
194194 uses : ./.github/workflows/reusable_test.yml
195195 with :
196196 test_name : Install packages (aarch64)
197- runner_type : style-checker-aarch64
197+ runner_type : altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce
198198 data : ${{ needs.RunConfig.outputs.data }}
199199 run_command : |
200200 python3 install_check.py "$CHECK_NAME"
@@ -229,7 +229,7 @@ jobs:
229229 uses : ./.github/workflows/reusable_test.yml
230230 with :
231231 test_name : Stress test (tsan)
232- runner_type : func-tester
232+ runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-system-ubuntu-22.04
233233 data : ${{ needs.RunConfig.outputs.data }}
234234# ############################################################################################
235235# ############################ INTEGRATION TESTS #############################################
@@ -240,15 +240,15 @@ jobs:
240240 uses : ./.github/workflows/reusable_test.yml
241241 with :
242242 test_name : Integration tests (asan, old analyzer)
243- runner_type : func-tester
243+ runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-system-ubuntu-22.04
244244 data : ${{ needs.RunConfig.outputs.data }}
245245 IntegrationTestsTsan :
246246 needs : [RunConfig, BuilderDebTsan]
247247 if : ${{ !failure() && !cancelled() }}
248248 uses : ./.github/workflows/reusable_test.yml
249249 with :
250250 test_name : Integration tests (tsan)
251- runner_type : func-tester
251+ runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-system-ubuntu-22.04
252252 data : ${{ needs.RunConfig.outputs.data }}
253253 FinishCheck :
254254 if : ${{ !cancelled() }}
@@ -265,7 +265,7 @@ jobs:
265265 runs-on : [self-hosted, style-checker]
266266 steps :
267267 - name : Check out repository code
268- uses : ClickHouse /checkout@v1
268+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
269269 with :
270270 clear-repository : true
271271 - name : Finish label
0 commit comments