-
Notifications
You must be signed in to change notification settings - Fork 251
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 optimizations #3129
CI optimizations #3129
Conversation
4addb23
to
64cca00
Compare
6b1f39d
to
7b66a09
Compare
7b66a09
to
411c7bc
Compare
the documentation changes had quite a performance hit but this is still faster than it was before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
16m -> 11m for the longest job is quite a nice improvement (31~%), LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, only one idea that can be ignored
92a1e3f
to
186df38
Compare
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
cargo xtask fmt-packages
command to ensure that all changed code is formatted correctly.CHANGELOG.md
in the proper section.Extra:
Pull Request Details 📖
Description
This gets CI build times down a little bit - not what I was hoping for but at least something
This PR
Some other randomly picked PR
Partially addresses #3069 (this is just the YAML ported to the xtask - missing the part about "enforce full MSRV checks")
Testing
Compare the build times here with another recent branch