Skip to content

MGMT-24455: update IBIO CI build root to Go 1.26#80079

Open
shay23bra wants to merge 1 commit into
openshift:mainfrom
shay23bra:MGMT-24455-upgrade-golang-1.26-ibio
Open

MGMT-24455: update IBIO CI build root to Go 1.26#80079
shay23bra wants to merge 1 commit into
openshift:mainfrom
shay23bra:MGMT-24455-upgrade-golang-1.26-ibio

Conversation

@shay23bra
Copy link
Copy Markdown

@shay23bra shay23bra commented Jun 4, 2026

Summary

https://redhat.atlassian.net/browse/MGMT-24455

Summary by CodeRabbit

This PR updates the CI build root configuration for the Image-Based Install Operator (IBIO) to use Go 1.26. Specifically, it modifies the CI pipeline configurations for both the main and backplane-5.0 branches to use a newer RHEL 9 base image with Go 1.26 instead of the previous 1.25 version.

Changes:

  • Updated ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-main.yaml to reference rhel-9-release-golang-1.26-openshift-5.0
  • Updated ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-backplane-5.0.yaml to reference the same Go 1.26 image

This aligns the IBIO's CI infrastructure with the Go 1.26 upgrade effort and ensures both branches build with the newer Go version and OpenShift 5.0 base image.

@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 4, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

openshift-ci-robot commented Jun 4, 2026

@shay23bra: This pull request references MGMT-24455 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 task to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

https://redhat.atlassian.net/browse/MGMT-24455

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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

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: 15892332-a23f-43ae-a1cf-eb1752ffeaed

📥 Commits

Reviewing files that changed from the base of the PR and between 0168ff1 and 8b1e647.

📒 Files selected for processing (2)
  • ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-backplane-5.0.yaml
  • ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-main.yaml

Walkthrough

This PR updates the Go toolchain and OpenShift version used for building the image-based-install-operator. The build root image stream tag is bumped from rhel-9-release-golang-1.25-openshift-4.23 to rhel-9-release-golang-1.26-openshift-5.0 in both the backplane-5.0 and main configuration files.

Changes

Build Configuration Update

Layer / File(s) Summary
Build Configuration Tags
ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-backplane-5.0.yaml, ci-operator/config/openshift/image-based-install-operator/openshift-image-based-install-operator-main.yaml
Build root image_stream_tag values are updated from golang-1.25-openshift-4.23 to golang-1.26-openshift-5.0 across both configuration files, upgrading the Go compiler and OpenShift versions used for CI builds.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openshift/release#77681: Updates CI build configuration to bump the Go toolchain by changing builder image tags (Go 1.26 for image-based-install-operator in main configuration).

Suggested labels

lgtm, approved

Suggested reviewers

  • jlpadilla
  • sosiouxme
🚥 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 specifically describes the main change: updating the IBIO CI build root to Go 1.26, which matches the two YAML configuration file updates.
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 PR contains only CI configuration file changes updating Go version tags; no Ginkgo test files or test title declarations are present, so the test naming check does not apply.
Test Structure And Quality ✅ Passed PR contains only CI/CD pipeline configuration YAML files, not Ginkgo test code. The custom check for test structure and quality is not applicable to this pull request.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR; it only updates CI configuration files with Go version changes, so the MicroShift test compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates CI build configuration YAML files with a Go version upgrade (1.25→1.26) and adds no Ginkgo e2e tests, making the SNO compatibility check inapplicable.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only updates CI build configuration (Go version in build_root), not deployment manifests, operator code, or controllers; therefore the topology-aware scheduling check does not apply.
Ote Binary Stdout Contract ✅ Passed PR only modifies CI configuration files (.yaml/.OWNERS); no application code changes; OTE Binary Stdout Contract check not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR contains only CI configuration changes (Go version update), not new Ginkgo e2e tests. Check requires new tests to be added; condition not met.
No-Weak-Crypto ✅ Passed PR contains only CI configuration updates (Go version tags), no cryptographic code changes or weak crypto patterns introduced.
Container-Privileges ✅ Passed PR updates only CI operator pipeline configs with Go version upgrade. No container privilege escalation flags found in the code changes.
No-Sensitive-Data-In-Logs ✅ Passed PR only updates Go version tag (1.25→1.26) in CI config files; no logging statements or sensitive data (passwords, tokens, API keys, PII) added or exposed.

✏️ 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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 4, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: shay23bra
Once this PR has been reviewed and has the lgtm label, please assign eliorerz for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 requested review from leo8a and tsorya June 4, 2026 09:20
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@shay23bra: 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-image-based-install-operator-main-build openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-e2e-ibio openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-e2e-ibio-v4v6 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-e2e-ibio-v6v4 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-ibio-reinstall openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-ibio-reinstall-v4v6 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-ibio-reinstall-v6v4 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-images openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-integration openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-main-unit-test openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-build openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-e2e-ibio openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-e2e-ibio-v4v6 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-e2e-ibio-v6v4 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-ibio-reinstall openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-ibio-reinstall-v4v6 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-ibio-reinstall-v6v4 openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-images openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-integration openshift/image-based-install-operator presubmit Ci-operator config changed
pull-ci-openshift-image-based-install-operator-backplane-5.0-unit-test openshift/image-based-install-operator presubmit Ci-operator config changed
periodic-ci-openshift-image-based-install-operator-backplane-5.0-e2e-ibio-v6v4-periodic N/A periodic Ci-operator config changed
periodic-ci-openshift-image-based-install-operator-main-ibio-reinstall-periodic N/A periodic Ci-operator config changed
periodic-ci-openshift-image-based-install-operator-backplane-5.0-ibio-reinstall-v6v4-periodic N/A periodic Ci-operator config changed
periodic-ci-openshift-image-based-install-operator-main-e2e-ibio-v6v4-periodic N/A periodic Ci-operator config changed
periodic-ci-openshift-image-based-install-operator-backplane-5.0-e2e-ibio-periodic N/A periodic Ci-operator config changed

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

@rccrdpccl
Copy link
Copy Markdown
Contributor

/pj-rehearse pull-ci-openshift-image-based-install-operator-backplane-5.0-unit-test

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 4, 2026

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants