chore: clean up pr-image-mirror jobs#79279
Conversation
Duplicate since Konflux has a PR build also. Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (49)
📒 Files selected for processing (49)
💤 Files with no reviewable changes (49)
WalkthroughThis PR removes the ChangesRemoval of PR image-mirror workflow steps
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@dhaiducek: all tests passed! 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. |
|
/cc @tesshuflower |
|
/lgtm Thanks Dale! |
Duplicate since Konflux has a PR build also.
Summary
This PR removes duplicate
pr-image-mirrorCI pipeline steps from 40 stolostron component configuration files in the OpenShift CI infrastructure. The removal is necessary because Konflux—a separate build system—now handles image mirroring for pull requests, making the Prow-basedpr-image-mirrorjobs redundant.Changes
The PR modifies CI operator configurations for six stolostron components across multiple release/backplane versions:
cluster-permission(8 versions)clusterlifecycle-state-metrics(8 versions)klusterlet-addon-controller(8 versions)managed-serviceaccount(8 versions)managedcluster-import-controller(8 versions)multicloud-operators-foundation(6 versions)In each affected configuration file, the
pr-image-mirrortest step—which previously ran theocm-ci-image-mirrorworkflow on pull requests—has been removed. This eliminates the duplicate image mirroring that now occurs automatically through Konflux's PR build pipeline.Postsubmit image mirroring (
pr-merge-image-mirror) and publish jobs remain intact, ensuring image publishing on merges continues as before.