-
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
Move us to the new large runners pool #109332
Conversation
This comment has been minimized.
This comment has been minimized.
r=me with CI fixed |
@bors r+ rollup=never p=10 |
📌 Commit 17bfe2d27a668f25e87a9c2232986c3b7bf807df has been approved by It is now in the queue for this repository. |
⌛ Testing commit 17bfe2d27a668f25e87a9c2232986c3b7bf807df with merge ad588e4376ffe0ce18b57db072761e27a1525e43... |
Fixed. Missed a permission on the rust-lang-ci org. |
This comment has been minimized.
This comment has been minimized.
@bors r- We need the 2019 windows version, not latest, apparently. Multiple latest versions is confusing. |
💔 Test failed - checks-actions |
For now this keeps all the configuration identical (AFAICT) but we'll likely want to play with the specifics to move some of the slower builders to larger machines and the faster builders to smaller machines, likely reducing overall usage and improving CI times.
17bfe2d
to
f83dfd9
Compare
☀️ Test successful - checks-actions |
Finished benchmarking commit (da7c50c): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
…k-Simulacrum [beta] backport This PR backports: - rust-lang#109332: Move us to the new large runners pool - rust-lang#109156: Fix linker detection for clang with prefix - rust-lang#109111: Create dirs for build_triple - rust-lang#109094: Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" Also bumps us to the latest released stable, 1.68.2. r? `@Mark-Simulacrum`
For now this keeps all the configuration identical (AFAICT) but we'll likely want to play with the specifics to move some of the slower builders to larger machines and the faster builders to smaller machines, likely reducing overall usage and improving CI times. I think we should leave that to later though, not worry about it just yet.
r? @pietroalbini