-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Reduce appveyor churn #1429
Reduce appveyor churn #1429
Conversation
@gnzlbg: no appropriate reviewer found, use r? to override |
@bors: r+ |
📌 Commit 3f8cff7 has been approved by |
Reduce appveyor churn This should reduce the Appveyorn churn for other projects a bit more. Please let me know if there is anything else that can be done. Maybe the infra team could discuss whether to document some general guidelines for rust-lang and rust-lang-nursery projects, and write them down somewhere. I would be willing to help. cc @RalfJung @Mark-Simulacrum
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-travis, status-appveyor |
Thanks a lot! Another thing you could do is not run the full AppVeyor test suite on every push to every PR. Currently that's about 15min each time. Maybe running one of the 4 jobs is representative enough that the rest can be covered by bors (including try builds if you want pre-landing testing)? |
Sadly this isn't the case - the only thing we test here is the system ABI, and that's completely different for each of the targets running on appveyor. What we could do is move those jobs to Azure Pipelines, once we get a green light to land #1376 . |
I was thinking the same for Miri (re: moving to Azure). ;) So, how long until we'll have congestion there? :D Do you know how many runners we collectively have there? |
No idea, but if rust-lang/rust ends up completely switching to Azure, I suppose the infra team will make an announcement about what their plan is, and what to do with the other repos in the org. |
This should reduce the Appveyorn churn for other projects a bit more.
Please let me know if there is anything else that can be done. Maybe the infra team could discuss whether to document some general guidelines for rust-lang and rust-lang-nursery projects, and write them down somewhere. I would be willing to help.
cc @RalfJung @Mark-Simulacrum