Make verify_boot_sources_reimported flexible to select DataSources#4968
Make verify_boot_sources_reimported flexible to select DataSources#4968geetikakay wants to merge 1 commit into
Conversation
Signed-off-by: Geetika Kapoor <gkapoor@redhat.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4968 +/- ##
==========================================
- Coverage 98.67% 98.65% -0.03%
==========================================
Files 25 25
Lines 2487 2448 -39
==========================================
- Hits 2454 2415 -39
Misses 33 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:
|
|
/build-and-push-container |
|
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-4968 published |
Allow callers to limit DataSource verification to a specific set, skipping custom DataSources without imagestreams. Ref: RedHatQE#4968 Signed-off-by: Ramón Lobillo <rlobillo@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ramón Lobillo <rlobillo@redhat.com>
Allow callers to limit DataSource verification to a specific set, skipping custom DataSources without imagestreams. Ref: RedHatQE#4968 Signed-off-by: Ramón Lobillo <rlobillo@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ramón Lobillo <rlobillo@redhat.com>
|
closing because we have #4983 |
What this PR does / why we need it:
Add optional data_source_names filter so callers can limit verification
to specific DataSources.
Which issue(s) this PR fixes:
Filtering unwanted datasources like custom ones without any imagestream. This should be seen as a w/a only.
Special notes for reviewer:
jira-ticket:
More context refer : https://redhat.atlassian.net/browse/CNV-88015