MGMT-24455: update IBIO CI build root to Go 1.26#80079
Conversation
|
@shay23bra: This pull request references MGMT-24455 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. 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. |
|
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 (2)
WalkthroughThis PR updates the Go toolchain and OpenShift version used for building the image-based-install-operator. The build root image stream tag is bumped from ChangesBuild Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shay23bra 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 |
|
[REHEARSALNOTIFIER]
A total of 32 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-image-based-install-operator-backplane-5.0-unit-test |
|
@rccrdpccl: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@shay23bra: 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
https://redhat.atlassian.net/browse/MGMT-24455
Summary by CodeRabbit
This PR updates the CI build root configuration for the Image-Based Install Operator (IBIO) to use Go 1.26. Specifically, it modifies the CI pipeline configurations for both the
mainandbackplane-5.0branches to use a newer RHEL 9 base image with Go 1.26 instead of the previous 1.25 version.Changes:
ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-main.yamlto referencerhel-9-release-golang-1.26-openshift-5.0ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-backplane-5.0.yamlto reference the same Go 1.26 imageThis aligns the IBIO's CI infrastructure with the Go 1.26 upgrade effort and ensures both branches build with the newer Go version and OpenShift 5.0 base image.