-
Notifications
You must be signed in to change notification settings - Fork 12.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
CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux #132396
CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux #132396
Conversation
@bors try |
…6_64-gnu-tools-and-x86_64-rust-for-linux, r=<try> CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux try-job: x86_64-gnu-tools try-job: x86_64-rust-for-linux
☀️ Try build successful - checks-actions |
@Kobzol looks great 🥳 Imo we can merge this 👍 |
I don't think there's any skipping in try builds here, definitely not in the RfL job, AFAIK. Anyway, it looks good, let's see what happens with CI times. @bors r+ |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#130693 (Add `minicore` test auxiliary and support `//@ add-core-stubs` directive in ui/assembly/codegen tests) - rust-lang#132316 (CI: use free runners for 3 fast windows jobs) - rust-lang#132354 (Add `lp64e` RISC-V ABI) - rust-lang#132395 (coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable) - rust-lang#132396 (CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-and-x86_64-rust-for-linux, r=Kobzol CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux try-job: x86_64-gnu-tools try-job: x86_64-rust-for-linux
Similar to #132316
I noticed that some jobs running on large runners are significantly faster than the rest of the auto build.
Here's some data based on the latest 97 auto builds:
x86_64-gnu-tools
: 64 minutesx86_64-rust-for-linux
: 33 minutesIn this PR I switch these jobs from large runners to free runners, to see if we can save some resources.
Imo if the try builds don't take longer than the average duration of the auto build we could merge this PR.
try-job: x86_64-gnu-tools
try-job: x86_64-rust-for-linux