Skip to content

Commit

Permalink
Update release_branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Aug 11, 2023
1 parent ade39b8 commit b7f632f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on: # yamllint disable-line rule:truthy

jobs:
DockerHubPushAarch64:
runs-on: [self-hosted, style-checker, on-demand, type-cax41]
runs-on: [self-hosted, style-checker, on-demand, type-cax41, image-arm-system-ubuntu-22.04]
steps:
- name: Check out repository code
uses: ClickHouse/checkout@v1
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
sudo rm -fr "$TEMP_PATH" "$CACHES_PATH"
BuilderDebAarch64:
needs: [DockerHubPush]
runs-on: [self-hosted, builder, on-demand, type-cax41]
runs-on: [self-hosted, builder, on-demand, type-cax41, image-arm-system-ubuntu-22.04]
steps:
- name: Set envs
run: |
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
FunctionalStatelessTestAarch64:
needs: [BuilderDebAarch64]
runs-on: [self-hosted, func-tester, on-demand, type-cax41]
runs-on: [self-hosted, func-tester, on-demand, type-cax41, image-arm-system-ubuntu-22.04]
steps:
- name: Set envs
run: |
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
#############################################################################################
IntegrationTestsRelease0:
needs: [BuilderDebRelease]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx51]
runs-on: [self-hosted, stress-tester, on-demand, type-ccx52]
steps:
- name: Set envs
run: |
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
sudo rm -fr "$TEMP_PATH"
IntegrationTestsRelease1:
needs: [BuilderDebRelease]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx41]
runs-on: [self-hosted, stress-tester, on-demand, type-ccx52]
steps:
- name: Set envs
run: |
Expand Down

0 comments on commit b7f632f

Please sign in to comment.