HYPERFLEET-1309: bump hyperfleet-adapter CI builder to Go 1.26#81343
Conversation
|
@kuudori: This pull request references HYPERFLEET-1309 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)
WalkthroughUpdated builder image tag references in the Hyperfleet adapter CI configuration files, changing from RHEL-9/Go 1.25/OpenShift 4.21 to RHEL-9/Go 1.26/OpenShift 4.23 across base_images, build_root, and presubmit configurations. ChangesHyperfleet adapter builder image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5 | ❌ 10❌ Failed checks (10 inconclusive)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run 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 |
|
[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: |
|
/pj-rehearse pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-unit |
|
@kuudori: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse auto-ack |
|
@kuudori: 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-4.23 |
There was a problem hiding this comment.
Just curious where did you get these version?
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kuudori, ma-hill 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 |
|
@kuudori: 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
rhel-9-golang-1.25-openshift-4.21torhel-9-golang-1.26-openshift-4.23main.yamlandmain__presubmits.yamlconfigsTest plan
make lint,make testsucceed in CIJira: HYPERFLEET-1309
Summary by CodeRabbit
Updated the Hyperfleet adapter CI configuration to use the Go 1.26 / OpenShift 4.23 builder image instead of the previous Go 1.25 / OpenShift 4.21 image. This affects both the main CI config and presubmit job definitions, so Hyperfleet adapter CI will now build and test against the newer builder environment.