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 3, 2023
1 parent d6d0dda commit 57025a6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# path: ${{ runner.temp }}/docker_images_check/changed_images_aarch64.json
# Former DockerHubPushAmd64
DockerHubPush:
runs-on: [self-hosted, style-checker, on-demand, type-cpx41, image-x86-app-docker-ce]
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Check out repository code
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# path: ${{ runner.temp }}/changed_images.json
CompatibilityCheck:
needs: [BuilderDebRelease]
runs-on: [self-hosted, style-checker, on-demand, type-cpx41, image-x86-app-docker-ce]
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
#########################################################################################
BuilderDebRelease:
needs: [DockerHubPush]
runs-on: [self-hosted, builder, on-demand, type-cpx41, image-x86-app-docker-ce]
runs-on: [self-hosted, builder, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
needs:
- BuilderDebRelease
# - BuilderDebAarch64
runs-on: [self-hosted, style-checker, on-demand, type-cpx41, image-x86-app-docker-ce]
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Check out repository code
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
needs:
- BuilderDebRelease
# - BuilderDebAarch64
runs-on: [self-hosted, style-checker, on-demand, type-cpx41, image-x86-app-docker-ce]
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
if: ${{ success() || failure() }}
steps:
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
- BuilderDebRelease
- SignRelease
# - BuilderDebAarch64
runs-on: [self-hosted, style-checker, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Check out repository code
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
##############################################################################################
FunctionalStatelessTestRelease:
needs: [tests_start]
runs-on: [self-hosted, func-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, func-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
##############################################################################################
FunctionalStatefulTestRelease:
needs: [tests_start]
runs-on: [self-hosted, func-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, func-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -602,7 +602,7 @@ jobs:
#############################################################################################
IntegrationTestsRelease0:
needs: [tests_start]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
sudo rm -fr "$TEMP_PATH"
IntegrationTestsRelease1:
needs: [tests_start]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, stress-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -689,7 +689,7 @@ jobs:
matrix:
SUITE: [aes_encryption, aggregate_functions, atomic_insert, base_58, clickhouse_keeper, datetime64_extended_range, disk_level_encryption, dns, example, extended_precision_data_types, kafka, kerberos, lightweight_delete, map_type, part_moves_between_shards, rbac, selects, ssl_server, tiered_storage, window_functions]
needs: [regression_start]
runs-on: [self-hosted, regression-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, regression-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_REPORT_KEY_ID }}
Expand Down Expand Up @@ -752,7 +752,7 @@ jobs:
matrix:
STORAGE: [minio, aws_s3, gcs]
needs: [regression_start]
runs-on: [self-hosted, regression-tester, on-demand, type-cpx31, image-x86-app-docker-ce]
runs-on: [self-hosted, regression-tester, on-demand, type-cpx51, image-x86-app-docker-ce]
timeout-minutes: 180
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_REPORT_KEY_ID }}
Expand Down

0 comments on commit 57025a6

Please sign in to comment.