chore: use go 1.26 + ocp 5.0 runner#79899
Conversation
We don't have go 1.26 in ocp 4 runner, so use 5.0. Assisted-by: Cursor Signed-off-by: Yftach Herzog <yherzog@redhat.com>
|
/pj-rehearse |
|
@yftacherzog: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
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 (3)
WalkthroughThree Konflux CI configuration files are updated to use Go 1.26 and OpenShift 5.0 builder images. Both the e2e test runner base image and build root image stream tags are changed from the Go 1.25 / OpenShift 4.21 variant to the Go 1.26 / OpenShift 5.0 variant across the main branch and two platform-specific configurations. ChangesKonflux CI Build Image Tag Update
Possibly related PRs
Suggested labels
Suggested reviewers
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 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)
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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@yftacherzog: 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gbenhaim, yftacherzog 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 |
We don't have go 1.26 in ocp 4 runner, so use 5.0.
Assisted-by: Cursor
Summary by CodeRabbit
This pull request updates the Konflux CI build configuration to use Go 1.26 with OpenShift 5.0 runners, upgrading from the previous Go 1.25 with OpenShift 4.21 setup. The change is necessary because Go 1.26 is not available in the OCP 4 runner environment.
Changes made:
Three Konflux CI configuration files were updated:
konflux-ci-konflux-ci-main.yamlkonflux-ci-konflux-ci-main__ocp420-arm64.yamlkonflux-ci-konflux-ci-main__ocp420.yamlIn each file, both the
base_images.e2e-test-runner.tagandbuild_root.image_stream_tag.tagwere updated fromrhel-9-release-golang-1.25-openshift-4.21torhel-9-release-golang-1.26-openshift-5.0.Impact:
This upgrades the CI/CD infrastructure for Konflux CI's build and test execution environment, ensuring compatibility with Go 1.26 while moving to the latest OpenShift 5.0 runtime.