Skip to content

o/release: bump some stray 4.22 occurences in 5.0 configs#77792

Open
petr-muller wants to merge 1 commit intoopenshift:mainfrom
petr-muller:trt-2624-stray-4.22-envvars
Open

o/release: bump some stray 4.22 occurences in 5.0 configs#77792
petr-muller wants to merge 1 commit intoopenshift:mainfrom
petr-muller:trt-2624-stray-4.22-envvars

Conversation

@petr-muller
Copy link
Copy Markdown
Member

@petr-muller petr-muller commented Apr 14, 2026

I am not sure how these were missed in a7b9af3f67b051335f79a653e328 because other envvars in the same file were apparently migrated just fine.

I have validated that the tooling used (generated-release-gating-jobs) will not miss any occurrences in a hypothetical 5.0->5.1 pre-branching which feels like a sufficient assurrance that this omission should not repeat in the future.

Summary by CodeRabbit

  • Chores
    • Updated CI nightly test job configurations to reflect version 5.0 across multiple test suites.

I am not sure how these were missed in openshift@a7b9af3f67b051335f79a653e328
ad1db60cba27 because other envvars in the same file were apparently migrated
just fine.

I have validated that the tooling used (`generated-release-gating-jobs`)
will not miss any occurrences in a hypothetical 5.0->5.1 pre-branching
which feels like a sufficient assurrance that this omission should not
repeat in the future.
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Walkthrough

Updated CI environment variables in the nightly 5.0 OpenShift release configuration file. Changed T5CI_VERSION and MAJOR_MINOR from "4.22" to "5.0" across three test jobs: telco5g-network-flow-matrix-bm, telco5g-network-flow-matrix-single-node-bm, and fips-payload-scan.

Changes

Cohort / File(s) Summary
Nightly Release Configuration
ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml
Version variable updates from 4.22 to 5.0 for telco5g and fips test jobs in CI environment configuration.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 10
✅ Passed checks (10 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: bumping stray 4.22 version references to 5.0 in configuration files, which matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed PR modifies only YAML CI configuration file with version updates; no Ginkgo test files modified.
Test Structure And Quality ✅ Passed Custom check not applicable to YAML CI configuration file changes; no Ginkgo test code to review.
Microshift Test Compatibility ✅ Passed The MicroShift Test Compatibility check is not applicable to this PR. The check evaluates newly added Ginkgo e2e tests for MicroShift compatibility. This PR only modifies CI operator configuration YAML files to update environment variables, with no new test code introduced.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR does not introduce any new Ginkgo e2e tests that require SNO compatibility assessment. The pull request only modifies a YAML CI operator configuration file, updating environment variable values for existing test job configurations. Since the custom check assesses newly-added Ginkgo e2e test code and this PR contains only configuration changes with no new test code, the check does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies CI operator configuration files with environment variable updates from 4.22 to 5.0 with no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR modifies only YAML configuration files to update environment variable values from 4.22 to 5.0, with no Go code or test binary modifications.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This pull request does not add new Ginkgo e2e tests; it only updates CI environment variables in YAML configuration files.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ 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 openshift-ci bot requested review from neisw and sosiouxme April 14, 2026 15:32
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: petr-muller

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 14, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In
`@ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml`:
- Line 1429: The T5CI_VERSION value "5.0" is incompatible with the telco5g step
scripts; either revert/set T5CI_VERSION back to "4.22" in the YAML or
concurrently update the step-registry scripts
(ci-operator/step-registry/telco5g/origin/tests/telco5g-origin-tests-commands.sh
and ci-operator/step-registry/telco5g/cnf/tests/telco5g-cnf-tests-commands.sh)
to handle "5.0" (add a new case in the version dispatch and adjust any
4.22-specific branch/image logic), and ensure the new branches/images are
covered in the same PR so jobs don’t hard-fail.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 26309acb-5bd1-4fe6-9efa-046c5286d8e5

📥 Commits

Reviewing files that changed from the base of the PR and between eae8c7d and eed3f23.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml

env:
T5CI_JOB_TYPE: network-flow-matrix-bm
T5CI_VERSION: "4.22"
T5CI_VERSION: "5.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

T5CI_VERSION: "5.0" is incompatible with current telco5g step scripts

This change can hard-fail these jobs. The current telco5g-origin-tests-commands.sh only has cases up to 4.22 and falls into Unsupported T5CI_VERSION for 5.0 (see ci-operator/step-registry/telco5g/origin/tests/telco5g-origin-tests-commands.sh, Line 116+). Additional 4.22-specific branch/image logic also exists in ci-operator/step-registry/telco5g/origin/tests/telco5g-origin-tests-commands.sh (Line 37+) and ci-operator/step-registry/telco5g/cnf/tests/telco5g-cnf-tests-commands.sh (Line 563+).

Please land/update those step-registry scripts in the same change (or keep this at 4.22 until they are updated) to avoid immediate job failures.

Suggested temporary guard (if script updates are not part of this PR)
-      T5CI_VERSION: "5.0"
+      T5CI_VERSION: "4.22"
...
-      T5CI_VERSION: "5.0"
+      T5CI_VERSION: "4.22"

Also applies to: 1442-1442

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml`
at line 1429, The T5CI_VERSION value "5.0" is incompatible with the telco5g step
scripts; either revert/set T5CI_VERSION back to "4.22" in the YAML or
concurrently update the step-registry scripts
(ci-operator/step-registry/telco5g/origin/tests/telco5g-origin-tests-commands.sh
and ci-operator/step-registry/telco5g/cnf/tests/telco5g-cnf-tests-commands.sh)
to handle "5.0" (add a new case in the version dispatch and adjust any
4.22-specific branch/image logic), and ensure the new branches/images are
covered in the same PR so jobs don’t hard-fail.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@petr-muller: 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
periodic-ci-openshift-release-main-nightly-5.0-fips-payload-scan N/A periodic Ci-operator config changed

The following jobs are not rehearsable without the network-access-rehearsals-ok, and approved labels present on this PR. This is due to the restrict_network_access field being set to false. The network-access-rehearsals-ok label can be added by any openshift org member other than the PR's author by commenting: /pj-rehearse network-access-allowed:

Test name
periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-single-node-bm
periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-bm

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.

@petr-muller
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-fips-payload-scan

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@petr-muller
Copy link
Copy Markdown
Member Author

/pj-rehearse network-access-allowed

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@petr-muller: PR author isn't allowed to allow network access rehearsals. This must be done by a different member of the openshift org

@sosiouxme
Copy link
Copy Markdown
Member

PR author isn't allowed to allow network access rehearsals. This must be done by a different member of the openshift org

that sounds dumb

/pj-rehearse network-access-allowed

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@petr-muller
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-single-node-bm periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-bm

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@petr-muller: 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 Apr 14, 2026

@petr-muller: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-bm eed3f23 link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-telco5g-network-flow-matrix-bm
ci/rehearse/periodic-ci-openshift-release-main-nightly-5.0-fips-payload-scan eed3f23 link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-fips-payload-scan

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

approved Indicates a PR has been approved by an approver from all required OWNERS files. network-access-rehearsals-ok

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants