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

Conversation

MyroTk
Copy link
Collaborator

@MyroTk MyroTk commented Oct 11, 2023

Changelog category (leave one):

  • Build/Testing/Packaging Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

  • Moving to larger server instances to speed up build stages

@altinity-robot
Copy link
Collaborator

altinity-robot commented Oct 11, 2023

This is an automated comment for commit e48efdc with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟡 pending

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Push to DockerhubThe check for building and pushing the CI related docker images to docker hub🟢 success

@@ -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

@MyroTk MyroTk closed this Oct 17, 2023
@MyroTk MyroTk deleted the 23.3.13_builds_speed_up branch October 17, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants