Skip to content

HYPERFLEET-983: Fix broken Go toolchain in HyperFleet CI build image#77920

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
rafabene:HYPERFLEET-983-fix-build-root-image
Apr 16, 2026
Merged

HYPERFLEET-983: Fix broken Go toolchain in HyperFleet CI build image#77920
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
rafabene:HYPERFLEET-983-fix-build-root-image

Conversation

@rafabene
Copy link
Copy Markdown
Contributor

@rafabene rafabene commented Apr 16, 2026

Summary

  • Switch build_root from jasee/openshift-build:rhel-9-golang-1.25 (broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21 across all 5 HyperFleet repos
  • 13 CI config files updated: hyperfleet-api, hyperfleet-adapter, hyperfleet-sentinel, hyperfleet-broker, adapter-pull-secret (main + release-0.2 branches)
  • Unblocks 10 PRs currently failing CI across all HyperFleet repos

Root cause

The Quay.io image quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 was rebuilt on April 15 with a broken Go 1.25 toolchain causing redeclaration errors in internal/abi/map_swiss.go.

Test plan

  • CI rehearsal jobs pass with the new build image
  • Verify blocked PRs can be retested after merge

JIRA: https://redhat.atlassian.net/browse/HYPERFLEET-983

Summary by CodeRabbit

  • Chores
    • Updated build configuration references across OpenShift Hyperfleet projects (adapter-pull-secret, hyperfleet-adapter, hyperfleet-api, hyperfleet-broker, and hyperfleet-sentinel) to use updated build infrastructure tags. No impact on product functionality.

Switch build_root from jasee/openshift-build:rhel-9-golang-1.25
(broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21
across all 5 HyperFleet repos (13 config files).
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

openshift-ci-robot commented Apr 16, 2026

@rafabene: This pull request references HYPERFLEET-983 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 bug to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Switch build_root from jasee/openshift-build:rhel-9-golang-1.25 (broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21 across all 5 HyperFleet repos
  • 13 CI config files updated: hyperfleet-api, hyperfleet-adapter, hyperfleet-sentinel, hyperfleet-broker, adapter-pull-secret (main + release-0.2 branches)
  • Unblocks 10 PRs currently failing CI across all HyperFleet repos

Root cause

The Quay.io image quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 was rebuilt on April 15 with a broken Go 1.25 toolchain causing redeclaration errors in internal/abi/map_swiss.go.

Test plan

  • CI rehearsal jobs pass with the new build image
  • Verify blocked PRs can be retested after merge

JIRA: https://redhat.atlassian.net/browse/HYPERFLEET-983

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.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 16, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 831ae8cf-ad33-495f-9d3a-417bb4faf50e

📥 Commits

Reviewing files that changed from the base of the PR and between f0a9c3b and 6d40069.

📒 Files selected for processing (13)
  • ci-operator/config/openshift-hyperfleet/adapter-pull-secret/openshift-hyperfleet-adapter-pull-secret-main.yaml
  • ci-operator/config/openshift-hyperfleet/adapter-pull-secret/openshift-hyperfleet-adapter-pull-secret-main__presubmits.yaml
  • 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
  • ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/openshift-hyperfleet-hyperfleet-adapter-release-0.2__presubmits.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-api/openshift-hyperfleet-hyperfleet-api-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-api/openshift-hyperfleet-hyperfleet-api-main__presubmits.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-api/openshift-hyperfleet-hyperfleet-api-release-0.2__presubmits.yaml
  • 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-sentinel/openshift-hyperfleet-hyperfleet-sentinel-main.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-sentinel/openshift-hyperfleet-hyperfleet-sentinel-main__presubmits.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-sentinel/openshift-hyperfleet-hyperfleet-sentinel-release-0.2__presubmits.yaml

Walkthrough

Updated CI image stream tag references across 13 OpenShift Hyperfleet configuration files, replacing the build image source from openshift-build in namespace jasee tagged rhel-9-golang-1.25 with builder in namespace ocp tagged rhel-9-golang-1.25-openshift-4.21.

Changes

Cohort / File(s) Summary
Adapter Pull Secret
ci-operator/config/openshift-hyperfleet/adapter-pull-secret/*
Updated build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21.
Hyperfleet Adapter
ci-operator/config/openshift-hyperfleet/hyperfleet-adapter/*
Updated build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21 across main, presubmits, and release-0.2 configs.
Hyperfleet API
ci-operator/config/openshift-hyperfleet/hyperfleet-api/*
Updated build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21 across main, presubmits, and release-0.2 configs.
Hyperfleet Broker
ci-operator/config/openshift-hyperfleet/hyperfleet-broker/openshift-hyperfleet-hyperfleet-broker-main.yaml
Updated both base_images mapping key and build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21.
Hyperfleet Broker
ci-operator/config/openshift-hyperfleet/hyperfleet-broker/openshift-hyperfleet-hyperfleet-broker-main__presubmits.yaml
Updated build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21.
Hyperfleet Sentinel
ci-operator/config/openshift-hyperfleet/hyperfleet-sentinel/*
Updated build_root.image_stream_tag from openshift-build (jasee) to builder (ocp) with tag rhel-9-golang-1.25-openshift-4.21 across main, presubmits, and release-0.2 configs.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 10
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly and specifically describes the main change: fixing a broken Go toolchain in the HyperFleet CI build image. This directly aligns with the changeset's core objective of updating the build_root image configuration across all modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed Pull request modifies only CI/CD configuration files (YAML) with no Go test files or Ginkgo test code present or modified.
Test Structure And Quality ✅ Passed PR modifies only YAML CI configuration files with no Ginkgo test code changes, making the Ginkgo test quality check not applicable.
Microshift Test Compatibility ✅ Passed This PR only modifies CI build configuration YAML files and does not add any new Ginkgo e2e tests.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This pull request modifies only CI operator configuration YAML files in the ci-operator/config/ directory. The changes exclusively update build_root.image_stream_tag references across HyperFleet repositories' CI configurations—replacing a broken quay.io image with a working ocp/builder image. No new Ginkgo e2e tests are being added to this repository, so the Single Node OpenShift (SNO) test compatibility check is not applicable to this PR.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only CI operator configuration files with build-time image references and test commands, not deployment manifests, operator code, or Kubernetes scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR modifies only YAML CI configuration files in ci-operator/config/ directory with no Go source code changes, making OTE Binary Stdout Contract check not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR modifies only CI configuration files (13 YAML files in ci-operator/config/). No new Ginkgo e2e tests, test files, or test definitions are added.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

openshift-ci-robot commented Apr 16, 2026

@rafabene: This pull request references HYPERFLEET-983 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 bug to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Switch build_root from jasee/openshift-build:rhel-9-golang-1.25 (broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21 across all 5 HyperFleet repos
  • 13 CI config files updated: hyperfleet-api, hyperfleet-adapter, hyperfleet-sentinel, hyperfleet-broker, adapter-pull-secret (main + release-0.2 branches)
  • Unblocks 10 PRs currently failing CI across all HyperFleet repos

Root cause

The Quay.io image quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 was rebuilt on April 15 with a broken Go 1.25 toolchain causing redeclaration errors in internal/abi/map_swiss.go.

Test plan

  • CI rehearsal jobs pass with the new build image
  • Verify blocked PRs can be retested after merge

JIRA: https://redhat.atlassian.net/browse/HYPERFLEET-983

Summary by CodeRabbit

  • Chores
  • Updated build configuration references across OpenShift Hyperfleet projects (adapter-pull-secret, hyperfleet-adapter, hyperfleet-api, hyperfleet-broker, and hyperfleet-sentinel) to use updated build infrastructure tags. No impact on product functionality.

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.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@rafabene: 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-sentinel-release-0.2-presubmits-images openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-release-0.2-presubmits-integration openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-presubmits-images openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-presubmits-integration openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-helm-test openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-images openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-images-images openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-lint openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-sentinel-main-unit openshift-hyperfleet/hyperfleet-sentinel presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-broker-main-presubmits-images openshift-hyperfleet/hyperfleet-broker presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-broker-main-presubmits-integration openshift-hyperfleet/hyperfleet-broker presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-broker-main-lint openshift-hyperfleet/hyperfleet-broker presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-broker-main-unit openshift-hyperfleet/hyperfleet-broker 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-images-images 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-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-unit openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-release-0.2-presubmits-images openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-hyperfleet-adapter-release-0.2-presubmits-integration openshift-hyperfleet/hyperfleet-adapter presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-adapter-pull-secret-main-presubmits-images openshift-hyperfleet/adapter-pull-secret presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-adapter-pull-secret-main-presubmits-integration openshift-hyperfleet/adapter-pull-secret presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-adapter-pull-secret-main-images-images openshift-hyperfleet/adapter-pull-secret presubmit Ci-operator config changed
pull-ci-openshift-hyperfleet-adapter-pull-secret-main-lint openshift-hyperfleet/adapter-pull-secret presubmit Ci-operator config changed

A total of 35 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

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

@rafabene
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@rafabene: 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 Apr 16, 2026
@ciaranRoche
Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 16, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ciaranRoche, rafabene

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-merge-bot openshift-merge-bot Bot merged commit be78e4a into openshift:main Apr 16, 2026
14 checks passed
HarshwardhanPatil07 pushed a commit to HarshwardhanPatil07/release that referenced this pull request Apr 23, 2026
…penshift#77920)

Switch build_root from jasee/openshift-build:rhel-9-golang-1.25
(broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21
across all 5 HyperFleet repos (13 config files).
Prucek pushed a commit to Prucek/release that referenced this pull request Apr 29, 2026
…penshift#77920)

Switch build_root from jasee/openshift-build:rhel-9-golang-1.25
(broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21
across all 5 HyperFleet repos (13 config files).
BATMAN-JD pushed a commit to BATMAN-JD/release that referenced this pull request May 1, 2026
…penshift#77920)

Switch build_root from jasee/openshift-build:rhel-9-golang-1.25
(broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21
across all 5 HyperFleet repos (13 config files).
fjglira pushed a commit to fjglira/release that referenced this pull request Jun 3, 2026
…penshift#77920)

Switch build_root from jasee/openshift-build:rhel-9-golang-1.25
(broken since Apr 15) to ocp/builder:rhel-9-golang-1.25-openshift-4.21
across all 5 HyperFleet repos (13 config files).
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