Skip to content

chore: bump HyperFleet CI builder images to Go 1.26#82222

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
kuudori:chore/hyperfleet-go-1.26-ci-configs
Jul 21, 2026
Merged

chore: bump HyperFleet CI builder images to Go 1.26#82222
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
kuudori:chore/hyperfleet-go-1.26-ci-configs

Conversation

@kuudori

@kuudori kuudori commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update build_root and base_images for hyperfleet-broker, hyperfleet-credential-provider, and hyperfleet-e2e CI configs from rhel-9-golang-1.25 to rhel-9-golang-1.26-openshift-4.23
  • Aligns with hyperfleet-api, hyperfleet-sentinel, and hyperfleet-adapter which were already on Go 1.26
  • Required because the component repos are bumping their go.mod to go 1.26.0 (bingo removal PRs)

Files changed (8)

  • hyperfleet-broker/ - main.yaml + presubmits.yaml (was 1.25-openshift-4.21)
  • hyperfleet-credential-provider/ - main.yaml + images.yaml (was 1.25-openshift-4.22)
  • hyperfleet-e2e/ - main.yaml + e2e.yaml + images.yaml + rc-e2e.yaml (was 1.25-openshift-4.22)

Test plan

  • CI jobs for broker, credential-provider, and e2e pass with the new builder image

Summary by CodeRabbit

  • Updated HyperFleet broker, credential-provider, and E2E CI builder images to rhel-9-golang-1.26-openshift-4.23.
  • Aligns these component repositories with Go 1.26 requirements and existing HyperFleet CI infrastructure.
  • Applies to presubmit, image, main, and E2E CI configurations; validation consists of confirming the affected CI jobs pass.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kuudori, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't checkout base SHA c9d6997e6d15ff94e171955902e31c9c803d9f78: error checking out "c9d6997e6d15ff94e171955902e31c9c803d9f78": exit status 128 fatal: unable to read tree (c9d6997e6d15ff94e171955902e31c9c803d9f78)

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.

Update build_root and base_images for hyperfleet-broker,
hyperfleet-credential-provider, and hyperfleet-e2e from
rhel-9-golang-1.25 to rhel-9-golang-1.26-openshift-4.23,
matching hyperfleet-api, hyperfleet-sentinel, and
hyperfleet-adapter which were already updated.
@kuudori
kuudori force-pushed the chore/hyperfleet-go-1.26-ci-configs branch from b4075ca to fc29b11 Compare July 21, 2026 14:09
@coderabbitai

coderabbitai Bot commented Jul 21, 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: 7f152edd-6613-4be6-95e6-69fc6e22f8c2

📥 Commits

Reviewing files that changed from the base of the PR and between c9d6997 and fc29b11.

📒 Files selected for processing (8)
  • ci-operator/config/openshift-hyperfleet/hyperfleet-broker/openshift-hyperfleet-hyperfleet-broker-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-broker/openshift-hyperfleet-hyperfleet-broker-main__presubmits.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-credential-provider/openshift-hyperfleet-hyperfleet-credential-provider-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-credential-provider/openshift-hyperfleet-hyperfleet-credential-provider-main__images.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__e2e.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__images.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__rc-e2e.yaml

Walkthrough

Hyperfleet broker, credential provider, and E2E CI configurations update their builder image references from Go 1.25/OpenShift 4.21 or 4.22 streams to the RHEL 9, Go 1.26, OpenShift 4.23 stream.

Changes

Hyperfleet CI builder image updates

Layer / File(s) Summary
Synchronize builder image references
ci-operator/config/openshift-hyperfleet/*
Broker, credential provider, and E2E configurations now use rhel-9-golang-1.26-openshift-4.23; the broker base image and build root are updated together.

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

Possibly related PRs

  • openshift/release#82218: Updates related CI build-root configurations to the OpenShift 4.23 / Go 1.26 builder image.

Suggested reviewers: ciaranroche, ruclo

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: updating HyperFleet CI builder images 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.
Stable And Deterministic Test Names ✅ Passed Changed files only update CI builder image tags; no Ginkgo test titles or test definitions were modified.
Test Structure And Quality ✅ Passed Only CI YAML changed; no Ginkgo test code was added or modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Patch only updates ci-operator YAML builder-image tags; no new Ginkgo tests or test bodies were added, so MicroShift compatibility isn’t implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo test files changed; the diff is limited to CI YAML image-tag updates, so SNO test compatibility isn’t applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The diff only updates ci-operator builder image tags in CI config; no deployment manifests, operators, controllers, or scheduling constraints were changed.
Ote Binary Stdout Contract ✅ Passed PR only updates ci-operator YAML builder image tags; no Go/test binaries or suite setup code changed, so stdout contract is unaffected.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only bumps CI builder image tags in YAML; no new Ginkgo tests or networking logic were added, so this compatibility check is not applicable.
No-Weak-Crypto ✅ Passed Touched files only update CI builder image tags; exact weak-crypto scans found no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto usage.
Container-Privileges ✅ Passed No changed ci-operator manifests set privileged, hostPID/Network/IPC, allowPrivilegeEscalation, SYS_ADMIN, or root containers; only nested-podman capability appears.
No-Sensitive-Data-In-Logs ✅ Passed Diff only updates CI builder image tags in 8 YAML files; no log statements or secret-bearing fields were added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 Ruclo and ciaranRoche July 21, 2026 14:11
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 21, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kuudori: pj-rehearse could not automatically process this event because the request waited in queue for longer than 5 minutes. Use /pj-rehearse to trigger rehearsals manually.

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Caution

Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted.

Error details
putComment timed out

@kuudori

kuudori commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@rh-amarin

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 21, 2026
@openshift-ci

openshift-ci Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kuudori, rh-amarin

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

@kuudori

kuudori commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

/rehearsals-ack

@kuudori

kuudori commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse 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 21, 2026
@kuudori

kuudori commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@openshift-ci

openshift-ci Bot commented Jul 21, 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 28a222c into openshift:main Jul 21, 2026
14 checks passed
fracappa pushed a commit to fracappa/release that referenced this pull request Jul 22, 2026
Update build_root and base_images for hyperfleet-broker,
hyperfleet-credential-provider, and hyperfleet-e2e from
rhel-9-golang-1.25 to rhel-9-golang-1.26-openshift-4.23,
matching hyperfleet-api, hyperfleet-sentinel, and
hyperfleet-adapter which were already updated.
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. 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.

2 participants