Skip to content

NO-ISSUE: Bump golang for USHIFT jobs - #81256

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
pacevedom:ushift-go-bump-5.0
Jun 30, 2026
Merged

NO-ISSUE: Bump golang for USHIFT jobs#81256
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
pacevedom:ushift-go-bump-5.0

Conversation

@pacevedom

@pacevedom pacevedom commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

This PR updates OpenShift CI configuration for MicroShift jobs to use the Go 1.26 RHEL 9 release images instead of Go 1.25. The affected build-root and periodic job definitions for both main and release 4.23 / 5.0 tracks now point at the newer golang image tags, ensuring USHIFT/MicroShift CI runs against the updated toolchain.

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@pacevedom: This pull request explicitly references no jira issue.

Details

In response to this:

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-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 30, 2026
@pacevedom

Copy link
Copy Markdown
Contributor Author

/pj-rehearse more

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@coderabbitai

coderabbitai Bot commented Jun 30, 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: 943918a0-2e7d-4500-a2bd-1bf49df121a9

📥 Commits

Reviewing files that changed from the base of the PR and between 844be7e and 3139c5e.

📒 Files selected for processing (5)
  • ci-operator/config/openshift/microshift/openshift-microshift-main.yaml
  • ci-operator/config/openshift/microshift/openshift-microshift-release-4.23.yaml
  • ci-operator/config/openshift/microshift/openshift-microshift-release-4.23__periodics.yaml
  • ci-operator/config/openshift/microshift/openshift-microshift-release-5.0.yaml
  • ci-operator/config/openshift/microshift/openshift-microshift-release-5.0__periodics.yaml

Walkthrough

Five MicroShift CI operator configuration files have their build_root.image_stream_tag.tag updated from rhel-9-release-golang-1.25-openshift-4.23 to the corresponding Go 1.26 tag for each respective OpenShift release branch (4.23 or 5.0).

Changes

Go 1.26 builder bump for MicroShift CI

Layer / File(s) Summary
Go 1.26 tag update in all MicroShift configs
ci-operator/config/openshift/microshift/openshift-microshift-main.yaml, ci-operator/config/openshift/microshift/openshift-microshift-release-4.23.yaml, ci-operator/config/openshift/microshift/openshift-microshift-release-4.23__periodics.yaml, ci-operator/config/openshift/microshift/openshift-microshift-release-5.0.yaml, ci-operator/config/openshift/microshift/openshift-microshift-release-5.0__periodics.yaml
build_root.image_stream_tag.tag changed from rhel-9-release-golang-1.25-openshift-4.23 to the matching rhel-9-release-golang-1.26 tag for each branch (4.23 or 5.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/release#81159: Same build_root.image_stream_tag.tag bump from Go 1.25 to Go 1.26, applied to the Loki operator CI configs.
  • openshift/release#81177: Same Go 1.26/OpenShift 5.0 build root tag update applied to oc-tnf CI configs.

Suggested labels

lgtm, approved, ok-to-test, rehearsals-ack

🚥 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 and concisely describes the main change: bumping the Go version for USHIFT jobs.
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 Only CI YAML build-root image tags changed; no Ginkgo test files or It/Describe/Context/When titles were added or modified.
Test Structure And Quality ✅ Passed PR only updates MicroShift CI YAML build-root tags; no Ginkgo/test code was changed, so the test-structure checklist doesn’t apply.
Microshift Test Compatibility ✅ Passed PR only changes MicroShift CI YAML build_root image tags; no Go/Ginkgo test files were added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only MicroShift ci-operator YAML build_root tags changed; no new Ginkgo tests or SNO-sensitive test logic were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only ci-operator build_root image tags changed in MicroShift job configs; no manifests, controllers, or scheduling constraints were added.
Ote Binary Stdout Contract ✅ Passed PR only bumps ci-operator YAML build_root tags for MicroShift; no process-level code or stdout writes are added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates ci-operator YAML build_root tags; no Ginkgo test code or network assumptions were added.
No-Weak-Crypto ✅ Passed The PR only bumps build_root golang image tags in MicroShift CI YAML; no crypto algorithms, custom crypto, or secret comparisons were added.
Container-Privileges ✅ Passed The changed YAMLs only bump build_root image tags; no privileged, hostPID/network/IPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings appear.
No-Sensitive-Data-In-Logs ✅ Passed Only build_root image tags changed; no added logging or secret/PII output appears in the touched MicroShift CI YAMLs.
✨ 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 copejon and pmtk June 30, 2026 09:18
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 30, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@pacevedom: 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-microshift-release-5.0-e2e-aws-ai-model-serving openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-footprint-and-performance openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-arm openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-arm-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-arm-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-c2cc openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-c2cc-arm openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-periodic-arm-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-periodic-arm-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-periodic-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-periodic-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-release-arm-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-release-arm-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-release-el10 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-release-el9 openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-upstream openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-bootc-upstream-arm openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-cache openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-cache-arm openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-periodic openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-periodic-arm openshift/microshift presubmit Ci-operator config changed
pull-ci-openshift-microshift-release-5.0-e2e-aws-tests-release openshift/microshift presubmit Ci-operator config changed

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

@pacevedom

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@pacevedom: 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 Jun 30, 2026
@pmtk

pmtk commented Jun 30, 2026

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 30, 2026
@openshift-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pacevedom, pmtk

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-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@pacevedom: 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 85a00c3 into openshift:main Jun 30, 2026
24 checks passed
krisnababu pushed a commit to oharan2/release that referenced this pull request Jul 3, 2026
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jul 8, 2026
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
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