-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Change GitHub runners to use Ubicloud #9014
Conversation
❌ @Electroid 3 files with test failures on linux-x64-baseline:
|
❌ @Electroid 1 files with test failures on linux-x64:
|
❌ @Electroid 1 files with test failures on bun-darwin-aarch64: |
❌ @Electroid 1 files with test failures on bun-darwin-x64:
|
❌🪟 @Electroid, there are 18 test regressions on Windows x86_64
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for digging into this @Electroid! Much needed!
@@ -48,7 +47,7 @@ jobs: | |||
tag: linux-aarch64 | |||
arch: aarch64 | |||
build_arch: arm64 | |||
runner: linux-arm64 | |||
runner: ubicloud-standard-16-arm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reading the concurrency limits on https://www.ubicloud.com/docs/github-actions-integration/price-performance#concurrency-limits sounds like you should not have too much -16
jobs in parallel, as they seem to share a total of 64 CPUs (seems to depend on the pricing plan)
smaller runners also have less RAM -> its a tradeoff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, I'm Ozgun, one of Ubicloud's founders. If you drop us an email at [email protected] about concurrency limits, we'd be happy to help out.
What does this PR do?
https://twitter.com/jarredsumner/status/1759597721877647644
How did you verify your code works?