-
Notifications
You must be signed in to change notification settings - Fork 309
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
feat(packages): Clean older registry packages #7847
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7847 +/- ##
============================================
- Coverage 67.16% 67.06% -0.11%
+ Complexity 2049 2041 -8
============================================
Files 357 356 -1
Lines 17158 17045 -113
Branches 2461 2438 -23
============================================
- Hits 11525 11431 -94
+ Misses 4611 4594 -17
+ Partials 1022 1020 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
52be3e9
to
1228905
Compare
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.
@heliocastro I would replace wherever you use 'clean' with 'clean up' as you not making these packages clean but you are making things tidy.
1228905
to
86a16d9
Compare
.github/actions/clean_up_package_registry/clean_up_package_registry.py
Outdated
Show resolved
Hide resolved
86a16d9
to
e4171b2
Compare
9d2615f
to
9475384
Compare
9598c0a
to
bc95ff7
Compare
To avoid exceed the limit of package storage for the organization on the defined registry, all packages not tagged as latest or version will be removed to the minimum limit defined. Default is allow last 3 intermediary packages (snapshots) remains on registry. Signed-off-by: Helio Chissini de Castro <[email protected]>
bc95ff7
to
ce36c2f
Compare
To avoid exceed the limit of package storage for the organization on the defined registry, all packages not tagged as latest or version will be removed to the minimum limit defined.
Default is allow last 3 intermediary packages (snapshots) remains on registry.