Skip to content

Update rosa-e2e CI build image to Go 1.26#81350

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
dustman9000:rosa-e2e-go126
Jul 1, 2026
Merged

Update rosa-e2e CI build image to Go 1.26#81350
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
dustman9000:rosa-e2e-go126

Conversation

@dustman9000

@dustman9000 dustman9000 commented Jul 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Update rosa-e2e CI build image from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23 across all 11 CI operator configs.
  • Dependabot dependency bumps (kubernetes, ginkgo, gomega) pull in transitive deps requiring go >= 1.26.0, causing all presubmit checks to fail with go: go.mod requires go >= 1.26.0 (running go 1.24.11; GOTOOLCHAIN=local).

Test plan

  • CI operator config validates (ci-operator-config)
  • Rehearsal jobs pass
  • Dependabot PRs in openshift-online/rosa-e2e pass CI after merge

Summary by CodeRabbit

Updated the ROSA E2E OpenShift CI configurations to use the Go 1.26 build image (rhel-9-golang-1.26-openshift-4.23) instead of the older Go 1.24 image across all affected presubmit and periodic jobs. This aligns the CI environment with newer dependency requirements from Dependabot updates and should prevent the failing checks caused by the previous Go version.

Dependabot dependency bumps require go >= 1.26.0 but the CI build
image only has Go 1.24.11, causing all presubmit checks to fail.

Update from rhel-9-golang-1.24-openshift-4.22 to
rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
@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: 7c306e01-dae2-4b9c-a29c-606dd25988e9

📥 Commits

Reviewing files that changed from the base of the PR and between dcb222d and ba85b7d.

📒 Files selected for processing (11)
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osd-aws-integration.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osd-gcp-staging.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-integration.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-classic-integration.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-classic-staging.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-integration.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-production.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-staging.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__periodics.yaml
  • ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__upgrade.yaml

Walkthrough

This PR updates the build_root.image_stream_tag.tag value in eleven ROSA e2e CI operator configuration files, changing the build image from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.

Changes

Build Root Image Tag Bump

Layer / File(s) Summary
Update build_root image tag to 4.23 toolchain
ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main.yaml, ...main__ocm-fvt-osd-aws-integration.yaml, ...main__ocm-fvt-osd-gcp-staging.yaml, ...main__ocm-fvt-osdfm-integration.yaml, ...main__ocm-fvt-rosa-classic-integration.yaml, ...main__ocm-fvt-rosa-classic-staging.yaml, ...main__ocm-fvt-rosa-hcp-integration.yaml, ...main__ocm-fvt-rosa-hcp-production.yaml, ...main__ocm-fvt-rosa-hcp-staging.yaml, ...main__periodics.yaml, ...main__upgrade.yaml
Each file's build_root.image_stream_tag.tag is changed from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.

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

Possibly related PRs

  • openshift/release#81319: Same build_root.image_stream_tag.tag bump from 4.22 to rhel-9-*-1.26-openshift-4.23 toolchain in related CI configs.
🚥 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 matches the main change: upgrading the rosa-e2e CI build image 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 PASS: The PR only updates CI operator YAML build_root image tags; no Go/Ginkgo test titles or It/Describe/Context/When definitions are changed.
Test Structure And Quality ✅ Passed PR only updates rosa-e2e ci-operator YAML configs; no Ginkgo/Go test files or test logic were changed, so this check is not applicable.
Microshift Test Compatibility ✅ Passed Only CI operator YAML build_root tags changed; no Go/Ginkgo test files or test bodies were added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo tests were added; the PR only updates 11 rosa-e2e ci-operator YAML build_root tags, so SNO compatibility isn’t implicated.
Topology-Aware Scheduling Compatibility ✅ Passed Only ci-operator build_root image tags changed in 11 YAML configs; no deployment manifests, controllers, or topology/scheduling fields were added.
Ote Binary Stdout Contract ✅ Passed All touched files are ci-operator YAML image-tag updates; no process-level code or stdout logging was changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only CI operator YAML changed; no new Ginkgo tests or networking code were added, just build_root image tag bumps to Go 1.26.
No-Weak-Crypto ✅ Passed Touched files are only CI YAML configs; all 11 switch build_root to rhel-9-golang-1.26-openshift-4.23, with no crypto or secret-comparison code.
Container-Privileges ✅ Passed The PR only bumps build_root image tags; the changed YAMLs show no privileged, hostPID/network/IPC, allowPrivilegeEscalation, or root/securityContext flags.
No-Sensitive-Data-In-Logs ✅ Passed PASS: The diff only updates build_root image tags in 11 YAMLs; no new logging or sensitive strings were added.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci
openshift-ci Bot requested review from bmeng and jfrazierRedHat July 1, 2026 16:52
@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]
@dustman9000: 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-online-rosa-e2e-main-periodics-images openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-e2e-rosa-classic-smoke openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-e2e-rosa-hcp-smoke openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-images openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-lint openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-unit openshift-online/rosa-e2e presubmit Ci-operator config changed
pull-ci-openshift-online-rosa-e2e-main-upgrade-images openshift-online/rosa-e2e presubmit Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-staging-ocm-fvt-periodic-cs-rosa-hcp-zero-egress-upgrade-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osd-gcp-staging-ocm-fvt-periodic-cs-osd-ccs-gcp-ad-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-upgrade-rosa-classic-sts-upgrade-staging-y-minus-1 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-staging-ocm-fvt-periodic-cs-sanity-jira-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osd-gcp-staging-ocm-fvt-periodic-cs-osd-gcp-root-disk-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-21 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-staging-ocm-fvt-periodic-cs-rosa-hcp-amd64-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-e2e-staging-stable-4-21 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-19 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-classic-staging-ocm-fvt-periodic-cs-rosa-sts-shared-vpc-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-classic-staging-ocm-fvt-periodic-cs-rosa-sts-ad-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-hcp-fips-e2e-staging-stable-4-19 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-integration-ocm-fvt-periodic-cs-rosa-hcp-backup-cp-up-2-integration-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-fips-e2e-staging-stable-4-20 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-integration-ocm-fvt-periodic-osdfm-mc-autoscaling-integration N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-periodics-rosa-classic-sts-e2e-staging-stable-4-22 N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-staging-ocm-fvt-periodic-cs-rosa-hcp-y-upgrade-staging-main N/A periodic Ci-operator config changed
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-staging-ocm-fvt-periodic-cs-rosa-hcp-upgrade-staging-main N/A periodic Ci-operator config changed

A total of 73 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

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

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

@dustman9000

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@dustman9000: 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
@jfrazierRedHat

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: dustman9000, jfrazierRedHat

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 380cb81 into openshift:main Jul 1, 2026
14 checks passed
dustman9000 added a commit to dustman9000/rosa-e2e-1 that referenced this pull request Jul 1, 2026
Match the CI build image update (openshift/release#81350) so
Dependabot dependency bumps requiring go >= 1.26 can pass CI.

Update both go.mod and Containerfile base image from
rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.
dustman9000 added a commit to openshift-online/rosa-e2e that referenced this pull request Jul 1, 2026
Match the CI build image update (openshift/release#81350) so
Dependabot dependency bumps requiring go >= 1.26 can pass CI.

Update both go.mod and Containerfile base image from
rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.
krisnababu pushed a commit to oharan2/release that referenced this pull request Jul 3, 2026
Dependabot dependency bumps require go >= 1.26.0 but the CI build
image only has Go 1.24.11, causing all presubmit checks to fail.

Update from rhel-9-golang-1.24-openshift-4.22 to
rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
smulje pushed a commit to smulje/release that referenced this pull request Jul 9, 2026
Dependabot dependency bumps require go >= 1.26.0 but the CI build
image only has Go 1.24.11, causing all presubmit checks to fail.

Update from rhel-9-golang-1.24-openshift-4.22 to
rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
Dependabot dependency bumps require go >= 1.26.0 but the CI build
image only has Go 1.24.11, causing all presubmit checks to fail.

Update from rhel-9-golang-1.24-openshift-4.22 to
rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
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