-
Notifications
You must be signed in to change notification settings - Fork 3
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
(Archiving) Use tag when fetching spring files #2730
Conversation
Archiving three files using the tag reduced the run time from 20 minutes to 30 seconds:
|
Updating job statuses ran for 27 seconds as well:
|
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.
💯
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.
Nice solution 👍
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Deployed to production:
|
Description
Closes #2729. The intent is to speed up the archive CLI commands by filtering the spring files we fetch with the newly added archive location tag.
Changed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan