-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 hack: add capv-janitor for automated ci cleanup #2681
🌱 hack: add capv-janitor for automated ci cleanup #2681
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2681 +/- ##
==========================================
+ Coverage 64.49% 64.68% +0.19%
==========================================
Files 119 119
Lines 8640 8640
==========================================
+ Hits 5572 5589 +17
+ Misses 2633 2621 -12
+ Partials 435 430 -5 ☔ View full report in Codecov by Sentry. |
261d643
to
75f922b
Compare
/retest (flake) |
75f922b
to
2cbfb68
Compare
I'll take a look next week |
Main comment is this one: #2681 (comment) (potentially a lot follows from that) |
4b2c353
to
dfca622
Compare
dfca622
to
d393aca
Compare
38625a6
to
db154f6
Compare
db154f6
to
2f9794b
Compare
/lgtm /hold Not sure if you want further reviews. |
LGTM label has been added. Git tree hash: 1231d9b9be95628c71325e35491ebf33eb726886
|
/approve |
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.
/hold cancel
Great work here!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Adds
hack/tools/janitor
, a small tool which can be run as cronjob in CI to cleanup leftover objects over time.As of now cleanup was done manually but since running jobs in parallel, we may have more leftover objects so its more often required to cleanup things.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #