Skip to content

HYPERFLEET-1309: bump hyperfleet-adapter CI builder to Go 1.26#81343

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
kuudori:HYPERFLEET-1309
Jul 1, 2026
Merged

HYPERFLEET-1309: bump hyperfleet-adapter CI builder to Go 1.26#81343
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
kuudori:HYPERFLEET-1309

Conversation

@kuudori

@kuudori kuudori commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump hyperfleet-adapter CI builder image from rhel-9-golang-1.25-openshift-4.21 to rhel-9-golang-1.26-openshift-4.23
  • Updates both main.yaml and main__presubmits.yaml configs

Test plan

  • CI presubmit jobs pass with new builder image
  • make lint, make test succeed in CI

Jira: 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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 1, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@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.

Details

In response to this:

Summary

  • Bump hyperfleet-adapter CI builder image from rhel-9-golang-1.25-openshift-4.21 to rhel-9-golang-1.26-openshift-4.23
  • Updates both main.yaml and main__presubmits.yaml configs

Test plan

  • CI presubmit jobs pass with new builder image
  • make lint, make test succeed in CI

Jira: HYPERFLEET-1309

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.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 24697a4b-391d-44ee-a0a5-e9c50371ed8c

📥 Commits

Reviewing files that changed from the base of the PR and between 218b75f and a953d06.

📒 Files selected for processing (2)
  • ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/openshift-hyperfleet-hyperfleet-adapter-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/openshift-hyperfleet-hyperfleet-adapter-main__presubmits.yaml

Walkthrough

Updated 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.

Changes

Hyperfleet adapter builder image update

Layer / File(s) Summary
Update builder image tag references
ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/openshift-hyperfleet-hyperfleet-adapter-main.yaml, ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/openshift-hyperfleet-hyperfleet-adapter-main__presubmits.yaml
base_images.base, build_root.image_stream_tag, and the presubmit build_root tag are all updated from the RHEL-9/Go 1.25/OpenShift 4.21 image to the RHEL-9/Go 1.26/OpenShift 4.23 image.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • openshift/release#81319: Same-pattern update bumping build_root/builder image stream tags to the rhel-9-golang-1.26-openshift-4.23 image.
🚥 Pre-merge checks | ✅ 5 | ❌ 10

❌ Failed checks (10 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Test Structure And Quality ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Microshift Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Single Node Openshift (Sno) Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Topology-Aware Scheduling Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ote Binary Stdout Contract ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ipv6 And Disconnected Network Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Weak-Crypto ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Container-Privileges ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Sensitive-Data-In-Logs ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: bumping the hyperfleet-adapter CI builder to Go 1.26.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from sherine-k and vkareh July 1, 2026 14:34
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 1, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@kuudori: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-presubmits-images openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-presubmits-integration openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-helm-test openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-lint openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-risk-scorer openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-unit openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-validate-commits openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@kuudori

kuudori commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-hyperfleet-hyperfleet-adapter-main-unit

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kuudori: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@kuudori

kuudori commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kuudori: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 1, 2026
name: builder
namespace: ocp
tag: rhel-9-golang-1.25-openshift-4.21
tag: rhel-9-golang-1.26-openshift-4.23

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious where did you get these version?

@ma-hill

ma-hill commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2026
@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@kuudori: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 705ade2 into openshift:main Jul 1, 2026
20 checks passed
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants