ROX-32114: add base image column to images#18063
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at c299f62. To use with deploy scripts, first |
2e54cd2 to
f1da34b
Compare
21002f0 to
638821e
Compare
638821e to
962a5da
Compare
aa7ad47 to
f981e5e
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #18063 +/- ##
==========================================
- Coverage 48.92% 48.91% -0.02%
==========================================
Files 2619 2619
Lines 197514 197568 +54
==========================================
+ Hits 96631 96632 +1
- Misses 93504 93557 +53
Partials 7379 7379
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:
|
f981e5e to
43c3818
Compare
c-du
left a comment
There was a problem hiding this comment.
Would you like to add a test case somewhere? I saw you add fixtures but not test.
a1b6e68 to
2b3eabb
Compare
e0cba02 to
e3d6ea7
Compare
b437de0 to
c299f62
Compare
|
@daynewlee: 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. |
Description
In
images_v2table, we should track whether deployed/watched images are matched with base images.Also changed in
imagestable as backupThe base image info should be saved in
serializedcolumnUser-facing documentation
Testing and quality
Automated testing
How I validated my change
Will be added