@@ -21,12 +21,12 @@ concurrency:
21
21
22
22
jobs :
23
23
RunConfig :
24
- runs-on : [self-hosted, style-checker-aarch64 ]
24
+ runs-on : [self-hosted, altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce ]
25
25
outputs :
26
26
data : ${{ steps.runconfig.outputs.CI_DATA }}
27
27
steps :
28
28
- name : Check out repository code
29
- uses : ClickHouse /checkout@v1
29
+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
30
30
with :
31
31
clear-repository : true # to ensure correct digests
32
32
fetch-depth : 0 # to get a version
@@ -77,22 +77,17 @@ jobs:
77
77
uses : ./.github/workflows/reusable_test.yml
78
78
with :
79
79
test_name : Style check
80
- runner_type : style-checker-aarch64
80
+ runner_type : altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce
81
81
run_command : |
82
- python3 style_check.py
82
+ python3 style_check.py --no-push
83
83
data : ${{ needs.RunConfig.outputs.data }}
84
- secrets :
85
- secret_envs : |
86
- ROBOT_CLICKHOUSE_SSH_KEY<<RCSK
87
- ${{secrets.ROBOT_CLICKHOUSE_SSH_KEY}}
88
- RCSK
89
84
FastTest :
90
85
needs : [RunConfig, BuildDockers, StyleCheck]
91
86
if : ${{ !failure() && !cancelled() && contains(fromJson(needs.RunConfig.outputs.data).jobs_data.jobs_to_do, 'Fast test') }}
92
87
uses : ./.github/workflows/reusable_test.yml
93
88
with :
94
89
test_name : Fast test
95
- runner_type : builder
90
+ runner_type : altinity-on-demand, altinity-type-cpx51, altinity-in-ash, altinity-image-x86-app-docker-ce
96
91
data : ${{ needs.RunConfig.outputs.data }}
97
92
run_command : |
98
93
python3 fast_test_check.py
@@ -152,7 +147,7 @@ jobs:
152
147
uses : ./.github/workflows/reusable_test.yml
153
148
with :
154
149
test_name : Builds
155
- runner_type : style-checker-aarch64
150
+ runner_type : altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce
156
151
data : ${{ needs.RunConfig.outputs.data }}
157
152
158
153
CheckReadyForMerge :
@@ -163,7 +158,7 @@ jobs:
163
158
runs-on : [self-hosted, style-checker-aarch64]
164
159
steps :
165
160
- name : Check out repository code
166
- uses : ClickHouse /checkout@v1
161
+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
167
162
with :
168
163
filter : tree:0
169
164
- name : Check and set merge status
@@ -185,10 +180,10 @@ jobs:
185
180
FinishCheck :
186
181
if : ${{ !failure() && !cancelled() }}
187
182
needs : [RunConfig, BuildDockers, StyleCheck, FastTest, Builds_1, Builds_2, Builds_Report, Tests_1, Tests_2_ww, Tests_2]
188
- runs-on : [self-hosted, style-checker-aarch64 ]
183
+ runs-on : [self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-in-ash, altinity-image-x86-app-docker-ce ]
189
184
steps :
190
185
- name : Check out repository code
191
- uses : ClickHouse /checkout@v1
186
+ uses : Altinity /checkout@19599efdf36c4f3f30eb55d5bb388896faea69f
192
187
with :
193
188
filter : tree:0
194
189
- name : Finish label
@@ -211,5 +206,5 @@ jobs:
211
206
uses : ./.github/workflows/reusable_test.yml
212
207
with :
213
208
test_name : ClickHouse Keeper Jepsen
214
- runner_type : style-checker-aarch64
209
+ runner_type : altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce
215
210
data : ${{ needs.RunConfig.outputs.data }}
0 commit comments