RHOAIENG-63787: Update Openshift CI to use new Go version#79993
RHOAIENG-63787: Update Openshift CI to use new Go version#79993CiaraM100104 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 (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR updates the opendatahub-operator CI config to use ChangesBuild Environment Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
🚥 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: CiaraM100104 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 pull-ci-opendatahub-io-opendatahub-operator-main-images pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-e2e pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-rhoai-e2e |
|
@jeffdyoung: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@CiaraM100104: This pull request references RHOAIENG-63787 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. |
fix: updated image tag
08e1059 to
8b369b2
Compare
|
/pj-rehearse pull-ci-opendatahub-io-opendatahub-operator-main-images pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-e2e pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-rhoai-e2e |
|
@jeffdyoung: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-opendatahub-io-opendatahub-operator-main-images pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-e2e pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-rhoai-e2e |
|
@CiaraM100104: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-opendatahub-io-opendatahub-operator-main-images pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-e2e pull-ci-opendatahub-io-opendatahub-operator-main-opendatahub-operator-rhoai-e2e |
|
@CiaraM100104: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-9-golang-1.25-openshift-4.21 | ||
| tag: rhel-9-golang-1.26-openshift-5.0 |
There was a problem hiding this comment.
I believe that openshift 5.0 is the only tag that supports the 1.26 version of Go, if I'm not mistaken. I hadn't seen a tag with openshift-4.21 and golang 1.26
|
@CiaraM100104: The following tests 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. |
Updating Golang to version 1.26
JIRA: https://redhat.atlassian.net/browse/RHOAIENG-63787
Summary by CodeRabbit
This PR updates the OpenShift CI configuration for the opendatahub-io/opendatahub-operator repository in openshift/release. It bumps the CI build/toolchain from Go 1.25 to Go 1.26 by changing build_root.image_stream_tag.tag in ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml from rhel-9-golang-1.25-openshift-4.21 to rhel-9-golang-1.26-openshift-5.0. No other job steps, test definitions, or logic were modified.