: No-Jira: Update oc-mirror download url in openshift-tests-private CI configs - #82407
: No-Jira: Update oc-mirror download url in openshift-tests-private CI configs#82407redhat-chai-bot wants to merge 3 commits into
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: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughPrivate test image definitions update builder images to RHEL 9/Golang 1.26/OpenShift 5.0 and switch oc-mirror downloads from the dev-preview path to the candidate path. ChangesPrivate test image updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 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: redhat-chai-bot 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 |
|
/pj-rehearse auto-ack |
|
@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
c394f0c to
32bd0f5
Compare
|
/retitle: No-Jira: Update oc-mirror download url in openshift-tests-private CI configs |
|
@redhat-chai-bot: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/pj-rehearse |
|
@miyadav: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse |
|
@miyadav: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@redhat-chai-bot: |
|
/pj-rehearse |
|
@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse |
|
@miyadav: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@miyadav, |
Change the oc-mirror download URL from ocp-dev-preview/latest (which no longer hosts the file) to ocp/candidate. This fixes the postsubmit image build job that was failing due to the missing tarball.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
78e4ea5 to
3bcfa49
Compare
|
/pj-rehearse |
|
@miyadav: your |
|
/pj-rehearse |
|
@miyadav: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@redhat-chai-bot: 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. |
|
@memodi @sergiordlr , looking for labels on this to be merged to unblock push of openshift-test-private images .. |
The
oc-mirror.rhel9.tar.gzfile has been removed from\nmirror2.openshift.com/pub/openshift-v4/x86_64/clients/ocp-dev-preview/latest/,\ncausing thebranch-ci-openshift-openshift-tests-private-main-images-images\npostsubmit to fail during image build.\n\nThis prevents thetests-private:latestimage from being promoted to the\ncinamespace, resulting in stale images for downstream consumers (e.g.\ncloud-provider-ibmstill runs removed tests like OCP-70566).\n\nThis PR removes the two oc-mirror download/install lines from the\ndockerfile_literalRUN command in both affected CI config files:\n-openshift-openshift-tests-private-main__images.yaml\n-openshift-openshift-tests-private-release-5.0__images.yaml@miyadav requested in Slack thread
Summary by CodeRabbit
openshift-tests-privateCI image build definitions for both the main andrelease-5.0configurations inci-operator/config/openshift/openshift-tests-private/.builderimage stream tag torhel-9-golang-1.26-openshift-5.0in bothopenshift-openshift-tests-private-main__images.yamlandopenshift-openshift-tests-private-release-5.0__images.yaml.dockerfile_literalRUNstep to download theoc-mirror.rhel9.tar.gztarball from${MIRRORURL}/ocp/candidate/(instead of the prior dev-preview path), preventing image build failures from a missing artifact and supporting promotion of the latesttests-privateimage to thecinamespace.opminstallation logic unchanged (still downloaded from${MIRRORURL}/ocp/candidate/).