Added Prow CI oadp-1.4#81162
Conversation
|
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 selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR adds OADP CLI 1.4 CI operator config, image mirroring, and Tide branch inclusion. ChangesOADP CLI 1.4 release wiring
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: NicholasYancey The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
db985d4 to
f97eb79
Compare
|
/ok-to-test |
|
/pj-rehearse auto-ack |
|
@NicholasYancey: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
f97eb79 to
31eaa39
Compare
|
/pj-rehearse auto-ack |
|
@NicholasYancey: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@NicholasYancey: 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. |
Why the changes were made
migtools/oadp-cli has an oadp-1.4 release branch, but openshift/release has no Prow CI for it yet (only oadp-dev, oadp-1.5, oadp-1.6). PRs targeting oadp-1.4 therefore have no presubmit image build and no mirroring for that branch.
Summary by CodeRabbit
This PR extends OpenShift CI infrastructure for
migtools/oadp-cliby adding Prow/migtools and mirroring support for theoadp-1.4release branch. Practically, PRs targetingoadp-1.4will now have their presubmit build and image promotion/mirroring handled the same way as the already-supportedoadp-dev,oadp-1.5, andoadp-1.6branches.Concretely, it:
ci-operatorconfiguration foroadp-cli-oadp-1.4, including the builder image stream tag (Konveyor namespace) and an OADP CLI image artifact mapping (witharm64additional architecture) plus promotion rules into theoadp-cliimage namespace.ci:konveyor_oadp-cli_oadp-cli-oadp-1.4image is mirrored to the correspondingquay.io/konveyor/oadp-cli-binaries:oadp-1.4-latesttag.oadp-1.4in the set of branches considered for automated CI triggering.Prow comments also indicate approval to proceed with testing via
/ok-to-testand auto-acknowledgement for the rehearsal process.