-
Notifications
You must be signed in to change notification settings - Fork 13.4k
GHA: enable running multiple try builds at the same time #70628
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
While for auto, try and PR builds we only want the latest commit to be tested, that's not true for try builds: each commit pushed to the branch is a different PR being tested, and we want multiple PRs to be tested in parallel if there is enough demand. Fixes rust-lang#70569
(rust_highfive has picked a reviewer for you, use r? to override) |
...unless Niko wants to review CI PRs :) |
@bors try |
⌛ Trying commit 824dcd4 with merge 50720fae71e739e39af3680c24c486ea20354c94... |
I thought we had fixed this in highfive recently? If not, can you do so? r=me if testing succeeds |
☀️ Try build successful - checks-azure |
@bors r=Mark-Simulacrum rollup I'll send a PR to highfive soon. |
📌 Commit 824dcd4 has been approved by |
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
@bors rollup- |
@bors rollup=never p=1 |
☀️ Test successful - checks-azure |
While for auto, try and PR builds we only want the latest commit to be tested, that's not true for try builds: each commit pushed to the branch is a different PR being tested, and we want multiple PRs to be tested in parallel if there is enough demand.
Fixes #70569