|
81 | 81 | secrets: inherit |
82 | 82 | with: |
83 | 83 | test_name: Compatibility check (release) |
84 | | - runner_type: style-checker |
| 84 | + runner_type: self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-in-ash, altinity-image-x86-app-docker-ce |
85 | 85 | data: ${{ needs.RunConfig.outputs.data }} |
86 | 86 | CompatibilityCheckAarch64: |
87 | 87 | needs: [RunConfig, BuilderDebAarch64] |
|
90 | 90 | secrets: inherit |
91 | 91 | with: |
92 | 92 | test_name: Compatibility check (aarch64) |
93 | | - runner_type: style-checker |
| 93 | + runner_type: self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-in-ash, altinity-image-x86-app-docker-ce |
94 | 94 | data: ${{ needs.RunConfig.outputs.data }} |
95 | 95 | ######################################################################################### |
96 | 96 | #################################### ORDINARY BUILDS #################################### |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | # run report check for failed builds to indicate the CI error |
209 | 209 | if: ${{ !cancelled() && needs.RunConfig.result == 'success' && contains(fromJson(needs.RunConfig.outputs.data).jobs_data.jobs_to_do, 'Builds') }} |
210 | 210 | needs: [RunConfig, BuilderDebRelease, BuilderDebAarch64, BuilderDebAsan, BuilderDebUBsan, BuilderDebMsan, BuilderDebTsan, BuilderDebDebug, BuilderBinDarwin, BuilderBinDarwinAarch64] |
211 | | - runs-on: [self-hosted, style-checker-aarch64] |
| 211 | + runs-on: [self-hosted, altinity-on-demand, altinity-type-cax41, altinity-in-hel1, altinity-image-arm-app-docker-ce] |
212 | 212 | steps: |
213 | 213 | - name: Check out repository code |
214 | 214 | uses: Altinity/checkout@19599efdf36c4f3f30eb55d5bb388896faea69f |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | secrets: inherit |
264 | 264 | with: |
265 | 265 | test_name: Install packages (release) |
266 | | - runner_type: style-checker |
| 266 | + runner_type: self-hosted, altinity-on-demand, altinity-type-cpx41, altinity-in-ash, altinity-image-x86-app-docker-ce |
267 | 267 | data: ${{ needs.RunConfig.outputs.data }} |
268 | 268 | run_command: | |
269 | 269 | python3 install_check.py "$CHECK_NAME" |
|
0 commit comments