ROX-33448: Set container image idv2 when merging cron jobs#19330
ROX-33448: Set container image idv2 when merging cron jobs#19330charmik-redhat wants to merge 3 commits intomasterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at ddd37eb. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #19330 +/- ##
==========================================
+ Coverage 49.61% 49.67% +0.05%
==========================================
Files 2680 2689 +9
Lines 202195 202539 +344
==========================================
+ Hits 100327 100603 +276
- Misses 94390 94425 +35
- Partials 7478 7511 +33
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:
|
|
@charmik-redhat: The following test 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
The mergeCronJobs func in deployment datastore sets the container image IDs of the cron jobs. When doing that, it should also set IDV2 of container images.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
Updates unit test to verify IDV2 is set.