Skip to content

OCM-22871 | chore: bump ROSA CI build root to Go 1.26#77185

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
olucasfreitas:OCM-22871-rosa-go126-ci
Mar 31, 2026
Merged

OCM-22871 | chore: bump ROSA CI build root to Go 1.26#77185
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
olucasfreitas:OCM-22871-rosa-go126-ci

Conversation

@olucasfreitas
Copy link
Copy Markdown
Contributor

Summary

  • bump the openshift/rosa ci-operator build root from rhel-9-golang-1.24-openshift-4.21 to rhel-9-golang-1.26-openshift-4.21
  • align ROSA Prow build, lint, and test presubmits with the Go 1.26.1 requirement now declared in the ROSA repository
  • fix the external CI drift that is currently blocking ROSA PR validation

Why

ROSA PR openshift/rosa#3229 updates the repo to Go 1.26.1 to remediate CVE-2026-25679.

The repo-local changes are green under local verification and Konflux, but the external Prow presubmits are still booting with the old build root:

build_root:
  image_stream_tag:
    tag: rhel-9-golang-1.24-openshift-4.21

That causes the Prow jobs to fail before they can validate the ROSA code changes. The failing logs on openshift/rosa#3229 show:

go.mod requires go >= 1.26.1 (running go 1.24.13; GOTOOLCHAIN=local)

and:

golangci-lint.mod requires go >= 1.26.1 (running go 1.24.13)

Validation

  • inspected the current ci-operator config for openshift/rosa
  • confirmed the failing build, lint, and test Prow logs on openshift/rosa#3229 are all caused by the stale Go 1.24 build root
  • kept this PR minimal to match ROSA's previous ci-operator Go version bumps in this same file

Move the openshift/release ci-operator build root for openshift/rosa from the Go 1.24 builder to the Go 1.26 builder so ROSA presubmits run with a toolchain that satisfies the repository's Go 1.26.1 requirement.

Made-with: Cursor
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 31, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 31, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 31, 2026
@olucasfreitas olucasfreitas marked this pull request as ready for review March 31, 2026 17:33
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@olucasfreitas: 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-rosa-master-build openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-commits openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-coverage openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-advanced openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-arm openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-private-link openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-shared-vpc openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-advanced openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-private-link openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-shared-vpc openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-images-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-images-release-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-lint openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-test openshift/rosa presubmit Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-external-auth-medium-low-f7 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-hibernation-f14 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-advanced-prod-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-shared-vpc-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-advanced-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-upgrade-z-stream-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-shared-vpc-upgrade-y-stream-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-upgrade-y-stream-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-private-link-critical-high-f3 N/A periodic Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-private-link-medium-low-f7 N/A periodic Ci-operator config changed

A total of 44 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.

@amandahla
Copy link
Copy Markdown
Contributor

Suggestion: change to use this as well #76985

@amandahla
Copy link
Copy Markdown
Contributor

/approve
/lgtm

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

openshift-ci bot commented Mar 31, 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 Mar 31, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 31, 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 dc779e6 into openshift:main Mar 31, 2026
13 checks passed
HarshwardhanPatil07 pushed a commit to HarshwardhanPatil07/release that referenced this pull request Apr 2, 2026
Move the openshift/release ci-operator build root for openshift/rosa from the Go 1.24 builder to the Go 1.26 builder so ROSA presubmits run with a toolchain that satisfies the repository's Go 1.26.1 requirement.

Made-with: Cursor
acornett21 pushed a commit to acornett21/openshift-release that referenced this pull request Apr 3, 2026
Move the openshift/release ci-operator build root for openshift/rosa from the Go 1.24 builder to the Go 1.26 builder so ROSA presubmits run with a toolchain that satisfies the repository's Go 1.26.1 requirement.

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