-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Teach buildbot to shutdown EC2 slaves when idle #18151
Comments
Looks like we just need to set |
Huh, we are currently setting build_wait_timeout to something very large (3 days), presumably to work around a bug. Not sure. |
Done. |
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Sep 25, 2024
…kril feat: Support the `${concat(...)}` metavariable expression I didn't follow rustc precisely, because I think it does some things wrongly (or they are FIXME), but I only allowed more code, not less. So we're all fine. Closes rust-lang#18145.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be so much better if we were not burning through CPU hours when there are no builds happening. AFAICT the EC2LatentBuildslave does not support this so may require upstream buildbot hacking.
Depends on #17852 to avoid lots of build failures.
The text was updated successfully, but these errors were encountered: