ci-operator: fix OKD SCOS 4.22 build_root to use 4.23 release golang image - #83862
Conversation
|
Important Review skippedToo many files! This PR contains 162 files, which is 62 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (162)
You can disable this status message by setting the 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 |
|
/pj-rehearse pull-ci-openshift-csi-external-provisioner-release-4.22-okd-scos-images |
|
@Prashanth684: 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 <noreply@anthropic.com>
f31bc33 to
ffaca7b
Compare
|
[REHEARSALNOTIFIER]
A total of 324 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-cluster-capi-operator-release-4.22-okd-scos-images |
|
@Prashanth684: 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. |
Summary
Fix OKD SCOS 4.22 build failures caused by a missing
build_rootimage.Problem
PR #83853 updated OKD SCOS 4.22 configs from golang-1.25 to golang-1.26. However, the release image
rhel-9-release-golang-1.26-openshift-4.22does not exist in the CI image streams, causing all 4.22 OKD builds to fail.Fix
Update
build_root.image_stream_tag.tagin all 162 OKD SCOS 4.22 config files:The
base_imagesandimages[].inputsbuilder references (rhel-9-golang-1.26-openshift-4.22) are not changed — only thebuild_rootrelease image tag is swapped to the 4.23 version.Validation
make update: passedmake ci-operator-checkconfig: passedrhel-9-release-golang-1.26-openshift-4.22AI-generated. Review for accuracy.
@Prashanth684 requested in Slack thread