Skip to content

ROSAENG-8246: Bump ocm-api-metamodel Prow build image to Go 1.25#80472

Open
Lir10 wants to merge 1 commit into
openshift:mainfrom
Lir10:ROSAENG-8246-ocm-api-metamodel-go-1.25
Open

ROSAENG-8246: Bump ocm-api-metamodel Prow build image to Go 1.25#80472
Lir10 wants to merge 1 commit into
openshift:mainfrom
Lir10:ROSAENG-8246-ocm-api-metamodel-go-1.25

Conversation

@Lir10

@Lir10 Lir10 commented Jun 12, 2026

Copy link
Copy Markdown

Summary

Related PR

Test plan

Made with Cursor

Summary by CodeRabbit

This PR updates the OpenShift CI configuration for the openshift-online/ocm-api-metamodel repository to use a newer Go build image. Specifically, the Prow build image tag in the CI operator configuration is being bumped from rhel-8-release-golang-1.24-openshift-4.20 to rhel-8-release-golang-1.25-openshift-4.23.

This change affects the build_root.image_stream_tag.tag field in the CI configuration file, which determines the container image used for building and testing the ocm-api-metamodel project. The update enables the Prow presubmit jobs (ci/prow/unit, ci/prow/verify, and ci/prow/images) to run successfully against the repository's newly updated Go version (1.25.10), unblocking a related upstream PR that bumps the module's Go version.

File modified: ci-operator/config/openshift-online/ocm-api-metamodel/openshift-online-ocm-api-metamodel-main.yaml

Required for openshift-online/ocm-api-metamodel#252, which bumps the
module Go version to 1.25.10.

Co-authored-by: Cursor <cursoragent@cursor.com>
@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 12, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@Lir10: This pull request references ROSAENG-8246 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

Related PR

Test plan

Made with Cursor

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

coderabbitai Bot commented Jun 12, 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: a649ab2d-da0e-4b8a-8594-ddcfc74acb60

📥 Commits

Reviewing files that changed from the base of the PR and between ff7b0aa and adfa027.

📒 Files selected for processing (1)
  • ci-operator/config/openshift-online/ocm-api-metamodel/openshift-online-ocm-api-metamodel-main.yaml

Walkthrough

The PR updates a CI configuration file to use a newer build toolchain: Go 1.25 with OpenShift 4.23 instead of Go 1.24 with OpenShift 4.20.

Changes

Build toolchain version update

Layer / File(s) Summary
Go and OpenShift version bump
ci-operator/config/openshift-online/ocm-api-metamodel/openshift-online-ocm-api-metamodel-main.yaml
The image_stream_tag.tag value is updated from rhel-8-release-golang-1.24-openshift-4.20 to rhel-8-release-golang-1.25-openshift-4.23 in the CI operator configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

ok-to-test

Suggested reviewers

  • jmguzik
  • kaovilai
  • sseago
🚥 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 directly and accurately describes the main change: updating the Prow build image for ocm-api-metamodel to use Go 1.25, which matches the single file modification in the changeset.
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 modifies only Prow CI configuration (YAML), not Ginkgo test code. No Ginkgo test titles are present, making the check not applicable.
Test Structure And Quality ✅ Passed PR #80472 modifies only ci-operator/...openshift-online-ocm-api-metamodel-main.yaml (image_stream_tag tag bump); no Ginkgo _test.go files are changed, so the test-structure quality checks are not a...
Microshift Test Compatibility ✅ Passed PR #80472 changes only the CI YAML build image tag (rhel-8-release-golang-1.24-openshift-4.20 -> 1.25-openshift-4.23); no Ginkgo e2e tests were added/modified, so no MicroShift API compatibility is...
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR #80472 changes only ci-operator YAML build image_stream_tag tag value; no Ginkgo e2e tests were added or modified, so SNO compatibility assumptions can’t be implicated.
Topology-Aware Scheduling Compatibility ✅ Passed PR #80472 changes only the CI image_stream_tag tag in openshift-online-ocm-api-metamodel-main.yaml; no affinity/anti-affinity, topology spread, nodeSelector, or replica/topology logic was added/mod...
Ote Binary Stdout Contract ✅ Passed PR #80472 changes only ci-operator YAML image_stream_tag.tag (Go build image bump); no OTE binary Go code or stdout logging paths were modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Diff vs origin/main shows only a single YAML image_stream_tag tag bump; no new Ginkgo e2e tests or networking/IP assumptions were added.
No-Weak-Crypto ✅ Passed Reviewed ci-operator/config/openshift-online/ocm-api-metamodel/openshift-online-ocm-api-metamodel-main.yaml (and only files in that dir); it’s just an image_stream_tag bump and contains no MD5/SHA1...
Container-Privileges ✅ Passed The PR only modifies the Go image tag from 1.24 to 1.25 in a CI-operator config file; no privileged container settings (privileged: true, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEsc...
No-Sensitive-Data-In-Logs ✅ Passed PR #80472 changes only image_stream_tag.tag (1.24-openshift-4.20 -> 1.25-openshift-4.23). The YAML contains no passwords, tokens, API keys, or PII/loggable secrets.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@openshift-ci openshift-ci Bot requested review from ahitacat and bear-redhat June 12, 2026 14:45
@openshift-ci

openshift-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Lir10
Once this PR has been reviewed and has the lgtm label, please assign vkareh 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-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Lir10: 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-ocm-api-metamodel-main-images openshift-online/ocm-api-metamodel presubmit Ci-operator config changed
pull-ci-openshift-online-ocm-api-metamodel-main-unit openshift-online/ocm-api-metamodel presubmit Ci-operator config changed
pull-ci-openshift-online-ocm-api-metamodel-main-verify openshift-online/ocm-api-metamodel presubmit Ci-operator config changed

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 Jun 12, 2026

Copy link
Copy Markdown
Contributor

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

2 participants