-
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 runner in dist-i686-msvc #133175
Conversation
@bors try |
ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc
☀️ Try build successful - checks-actions |
@bors try |
1 similar comment
@bors try |
ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc
What a committed team 😂 |
☀️ Try build successful - checks-actions |
Yeah, looks good! Let's do this. @bors r+ |
There is no mention of actual time change after this pr. I found few build time from before: 1.14, 1.20 (https://github.com/rust-lang-ci/rust/actions/runs/11862100462/job/33060812301), 1.26, so this degrades build times 1.5x? |
Hey, you are right, sorry! This moves the build time from ~80 minutes to (apparently) 1h 53 minutes. However, on average auto builds take more than 2h 30 minutes. An auto build is done when the the slowest job finishes (which for now are often the macos ones). So making this job slower has no impact on the auto builds velocity. 👍 |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#123947 (Add vec_deque::Iter::as_slices and friends) - rust-lang#125405 (Add std::thread::add_spawn_hook.) - rust-lang#133175 (ci: use free runner in dist-i686-msvc) - rust-lang#133183 (Mention std::fs::remove_dir_all in std::fs::remove_dir) - rust-lang#133188 (Add `visit` methods to ast nodes that already have `walk`s on ast visitors) - rust-lang#133201 (Remove `TokenKind::InvalidPrefix`) - rust-lang#133207 (Default-enable `llvm_tools_enabled` when no `config.toml` is present) - rust-lang#133213 (Correct the tier listing of `wasm32-wasip2`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#133175 - MarcoIeni:dist-i686-msvc-free, r=Kobzol ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc
I already tried this in #132316 (comment) and I thought this would take too long. However, the slowness was due to llvm cache not being hit.
Instead, we need to compare timings with an llvm cache hit.
So now I'm trying again.
try-job: dist-i686-msvc