Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using bigger servers for build jobs #316

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
#########################################################################################
BuilderDebRelease:
needs: [DockerHubPush]
runs-on: [self-hosted, builder, on-demand, type-cpx51, image-x86-app-docker-ce]
runs-on: [self-hosted, builder, on-demand, type-ccx53, image-x86-app-docker-ce]
timeout-minutes: 180
steps:
- name: Set envs
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
sudo rm -fr "$TEMP_PATH" "$CACHES_PATH"
BuilderDebAarch64:
needs: [DockerHubPush]
runs-on: [self-hosted, builder, on-demand, type-cax41, image-arm-app-docker-ce]
runs-on: [self-hosted, builder, on-demand, type-ccx53, image-x86-app-docker-ce]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, are we sure want to build ARM on x86?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

x86 builders are faster and we can use bigger runners.

ClickHouse is doing the same thing, example https://github.com/ClickHouse/ClickHouse/actions/runs/6463594924/job/17552134767#step:2:6

steps:
- name: Set envs
run: |
Expand Down