openshift-logging: Update Go builders for Loki Operator to 1.26#81159
openshift-logging: Update Go builders for Loki Operator to 1.26#81159xperimental wants to merge 1 commit 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: Enterprise Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (3)
WalkthroughThe Loki release CI configs update Go builder image tags in 6.0, 6.2, and 6.5, and reconfigure the 6.4 operator source build to use ChangesOpenShift Loki CI builder updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
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 |
cdee3b5 to
d93be18
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xperimental The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@xperimental: The following test failed, say
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 @btaani @JoaoBraveCoding
/assign @xperimental
Summary by CodeRabbit
This PR updates the OpenShift Logging (
openshift-logging) CI configuration for the Loki Operator to use Go 1.26 for its build environment.Concretely:
ci-operator/config/openshift/loki/openshift-loki-release-6.0.yaml,openshift-loki-release-6.2.yaml, andopenshift-loki-release-6.5.yaml, the CIbuild_root.image_stream_tag.tagis bumped from the Go 1.24/1.25-based builder images to the Go 1.26-based builder image tag.ci-operator/config/openshift/loki/openshift-loki-release-6.4.yaml, the priorgo_builderbase image wiring is removed and theloki-operatorsource stage is changed to use adockerfile_literalstage that pullsregistry.redhat.io/ubi9/go-toolset:latest, withbasepassed as thego-toolsetinput.Overall, affected Loki Operator release jobs are moved onto the Go 1.26 toolchain in their CI build setups.