Skip to content

OCM-22871 | fix: restore ROSA CI build root to Go 1.25#77262

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
olucasfreitas:OCM-22871-rosa-go125-builder-fix
Apr 1, 2026
Merged

OCM-22871 | fix: restore ROSA CI build root to Go 1.25#77262
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
olucasfreitas:OCM-22871-rosa-go125-builder-fix

Conversation

@olucasfreitas
Copy link
Copy Markdown
Contributor

Summary

  • switch the openshift/rosa ci-operator build root from rhel-9-golang-1.26-openshift-4.21 back to rhel-9-golang-1.25-openshift-4.21
  • unblock ROSA presubmits that now fail before any job steps can run because the Go 1.26 builder tag is missing
  • keep the fix minimal and scoped to the bad tag introduced in OCM-22871 | chore: bump ROSA CI build root to Go 1.26 #77185

Why

openshift/release PR #77185 changed the ROSA build root to rhel-9-golang-1.26-openshift-4.21, but that tag is not published in OpenShift CI.

The failing ROSA presubmit logs on openshift/rosa#3229 now show:

step [input:root] failed: failed to wait for importing imagestreamtags ... unable to import tag ... [dockerimage.image.openshift.io \"quay.io/openshift/ci:ocp_builder_rhel-9-golang-1.26-openshift-4.21\" not found, dockerimage.image.openshift.io \"quay-proxy.ci.openshift.org/openshift/ci:ocp_builder_rhel-9-golang-1.26-openshift-4.21\" not found]

Reverting to the available Go 1.25 builder restores the existing CI build root until a real 4.21 Go 1.26 builder exists.

Validation

  • confirmed openshift/release main currently points openshift/rosa at rhel-9-golang-1.26-openshift-4.21
  • checked the failing build, lint, and test Prow logs on openshift/rosa#3229; each fails while importing the missing 1.26 builder tag
  • ran make ci-operator-config
  • ran make ci-operator-checkconfig

The Go 1.26 builder tag referenced by openshift/rosa does not exist in OpenShift CI, so the presubmits fail before build, lint, or test can start. Switch the build root back to the available Go 1.25 stream to unblock ROSA pipeline execution.

Made-with: Cursor
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 1, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

could not load configuration from candidate revision of release repo: failed to load ci-operator configuration from release repo: failed to load ci-operator config (error unmarshaling JSON: json: cannot unmarshal object into Go struct field ReleaseBuildConfiguration.images of type []api.ProjectDirectoryImageBuildStepConfiguration)
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 openshift-ci bot requested review from jerichokeyne and yuwang-RH April 1, 2026 17:16
@amandahla
Copy link
Copy Markdown
Contributor

/approve
/lgmt

@amandahla
Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci bot commented Apr 1, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amandahla, olucasfreitas

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

@olucasfreitas
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Apr 1, 2026
@olucasfreitas
Copy link
Copy Markdown
Contributor Author

/retest-required

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 1, 2026

@olucasfreitas: 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 cdb8d40 into openshift:main Apr 1, 2026
13 checks passed
HarshwardhanPatil07 pushed a commit to HarshwardhanPatil07/release that referenced this pull request Apr 2, 2026
The Go 1.26 builder tag referenced by openshift/rosa does not exist in OpenShift CI, so the presubmits fail before build, lint, or test can start. Switch the build root back to the available Go 1.25 stream to unblock ROSA pipeline execution.

Made-with: Cursor
vimauro pushed a commit to vimauro/release that referenced this pull request Apr 2, 2026
The Go 1.26 builder tag referenced by openshift/rosa does not exist in OpenShift CI, so the presubmits fail before build, lint, or test can start. Switch the build root back to the available Go 1.25 stream to unblock ROSA pipeline execution.

Made-with: Cursor
acornett21 pushed a commit to acornett21/openshift-release that referenced this pull request Apr 3, 2026
The Go 1.26 builder tag referenced by openshift/rosa does not exist in OpenShift CI, so the presubmits fail before build, lint, or test can start. Switch the build root back to the available Go 1.25 stream to unblock ROSA pipeline execution.

Made-with: Cursor
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.

3 participants