Skip to content
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: disable alt build during try builds #73444

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

pietroalbini
Copy link
Member

The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it.

This will free up a builder.

r? @Mark-Simulacrum

The build is not actually needed often, and it can be added back on a
case-by-case basis if a specific PR needs access to it.
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 17, 2020
@Mark-Simulacrum
Copy link
Member

Have we confirmed that we're not using this in any known infra (e.g. crater)? If so we probably want docs at least and maybe a crater PR to give a nicer error or so.

@pietroalbini
Copy link
Member Author

I checked Crater and it turns out it's not using alt builds at all. I misremembered during the meeting. As far as I'm aware perf and Crater are the only two tools dealing with try builds, the other consumer of CI artifacts (bisection) only uses auto builds.

@Mark-Simulacrum
Copy link
Member

Yes, I think that's correct. @bors r+ in that case.

@bors
Copy link
Contributor

bors commented Jun 18, 2020

📌 Commit afde860 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 18, 2020
Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 20, 2020
…ark-Simulacrum

ci: disable alt build during try builds

The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it.

This will free up a builder.

r? @Mark-Simulacrum
RalfJung added a commit to RalfJung/rust that referenced this pull request Jun 20, 2020
…ark-Simulacrum

ci: disable alt build during try builds

The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it.

This will free up a builder.

r? @Mark-Simulacrum
RalfJung added a commit to RalfJung/rust that referenced this pull request Jun 20, 2020
…ark-Simulacrum

ci: disable alt build during try builds

The alt build is not actually needed often, and it can be added back on a case-by-case basis if a specific PR needs access to it.

This will free up a builder.

r? @Mark-Simulacrum
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 20, 2020
Rollup of 9 pull requests

Successful merges:

 - rust-lang#72600 (Properly encode AnonConst into crate metadata)
 - rust-lang#73055 (remove leftover mentions of `skol` and `int` from the compiler)
 - rust-lang#73058 (Support sanitizers on aarch64-unknown-linux-gnu)
 - rust-lang#73171 (RISC-V Emulated Testing)
 - rust-lang#73404 (Update CFGuard syntax)
 - rust-lang#73444 (ci: disable alt build during try builds)
 - rust-lang#73471 (Prevent attacker from manipulating FPU tag word used in SGX enclave)
 - rust-lang#73539 (Deprecate `Vec::remove_item`)
 - rust-lang#73543 (Clean up E0695 explanation)

Failed merges:

r? @ghost
@bors bors merged commit 7930ee6 into rust-lang:master Jun 20, 2020
@pietroalbini pietroalbini deleted the ci-remove-try-alt branch December 23, 2020 23:00
@cuviper cuviper added this to the 1.46 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants