ROX-28151: custom registry cleanup#16176
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 5a7fec1. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16176 +/- ##
==========================================
- Coverage 48.80% 48.78% -0.03%
==========================================
Files 2696 2701 +5
Lines 201493 201905 +412
==========================================
+ Hits 98340 98497 +157
- Misses 95394 95644 +250
- Partials 7759 7764 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5f63d54 to
8f83cd6
Compare
3f49f22 to
05066b1
Compare
8f83cd6 to
15ab479
Compare
05066b1 to
eade0bb
Compare
15ab479 to
1e3cc73
Compare
fix rebase mention #16176 nil check
d1e3217 to
19b236f
Compare
|
This PR needs to be rebased |
eade0bb to
371ec5e
Compare
19b236f to
bd20b8f
Compare
371ec5e to
a88508c
Compare
janisz
left a comment
There was a problem hiding this comment.
How about extracting maximum number of registries kept in memory, to a separated PR to make it easier to review
a88508c to
d9d376a
Compare
f4ae8f9 to
dc7da70
Compare
dc7da70 to
3511616
Compare
style: minor logging formatting fix rebase rebase fixes fix rebase remove max registries guard
3511616 to
57c7d2d
Compare
|
@parametalol: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest |
|
Caution There are some errors in your PipelineRun template.
|
Description
The unused registries are not freed, which may lead to a memory leak.
This PR introduces a cleanup procedure to delete registries not being accessed for 2 days.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI
Current dependencies on/for this PR: