Skip to content

[dnm] Run 4.22 jobs#78828

Open
Sandeepyadav93 wants to merge 1 commit intoopenshift:mainfrom
Sandeepyadav93:perf-4.22-jobs
Open

[dnm] Run 4.22 jobs#78828
Sandeepyadav93 wants to merge 1 commit intoopenshift:mainfrom
Sandeepyadav93:perf-4.22-jobs

Conversation

@Sandeepyadav93
Copy link
Copy Markdown
Contributor

@Sandeepyadav93 Sandeepyadav93 commented May 5, 2026

Summary by CodeRabbit

  • Chores
    • Enabled automated performance scaling tests on a scheduled cadence (twice daily) for control-plane deployment scenarios
    • Updated test execution configuration to run scaling assessments at regular intervals instead of being disabled
    • Adjusted cluster infrastructure allocation settings to enhance test isolation and execution reliability

@openshift-ci openshift-ci Bot requested review from jpinsonneau and jtaleric May 5, 2026 12:35
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 5, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

@Sandeepyadav93
Copy link
Copy Markdown
Contributor Author

/uncc @jpinsonneau @jtaleric

@openshift-ci openshift-ci Bot removed request for jpinsonneau and jtaleric May 5, 2026 12:36
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Sandeepyadav93: 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-eng-ocp-qe-perfscale-ci-main-rosa-4.22-nightly-x86-control-plane-24nodes N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa-4.22-nightly-x86-control-plane-120nodes N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.21-nightly-x86-control-plane-120nodes-onperfsector N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa-4.21-nightly-x86-control-plane-24nodes N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.21-nightly-x86-control-plane-24nodes-onperfsector N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-control-plane-120nodes-onperfsector N/A periodic Periodic changed
periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa-4.21-nightly-x86-control-plane-120nodes N/A periodic Periodic 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.

@Sandeepyadav93
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa-4.22-nightly-x86-control-plane-24nodes

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 5, 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: 1e09023b-c828-4988-a042-489fb8740c41

📥 Commits

Reviewing files that changed from the base of the PR and between 639f0af and c9d5c78.

⛔ Files ignored due to path filters (2)
  • ci-operator/jobs/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (4)
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa-4.21-nightly-x86.yaml
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa-4.22-nightly-x86.yaml
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.21-nightly-x86.yaml
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.22-nightly-x86.yaml

Walkthrough

Four OpenShift QE PerfScale CI configuration files are updated to schedule control-plane scaling tests using cron expressions (0 2,14 * * *) instead of always_run: false, and to adjust cluster sector assignments in performance test environments.

Changes

Control-Plane Test Scheduling Updates

Layer / File(s) Summary
ROSA 4.21 Scheduling
ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa-4.21-nightly-x86.yaml
control-plane-120nodes and control-plane-24nodes tests transition from always_run: false to cron schedule 0 2,14 * * *.
ROSA 4.22 Scheduling
ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa-4.22-nightly-x86.yaml
control-plane-120nodes and control-plane-24nodes tests transition from always_run: false to cron schedule 0 2,14 * * *.
ROSA HCP 4.21 Scheduling & Sector
ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.21-nightly-x86.yaml
control-plane-24nodes-onperfsector and control-plane-120nodes-onperfsector tests transition to cron schedule 0 2,14 * * *; control-plane-120nodes-onperfsector CLUSTER_SECTOR updated from perf2 to perf4.
ROSA HCP 4.22 Scheduling & Sector
ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.22-nightly-x86.yaml
control-plane-120nodes-onperfsector transitions to cron schedule 0 2,14 * * *; CLUSTER_SECTOR updated from perf2 to perf4.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title '[dnm] Run 4.22 jobs' is vague and uses a non-standard prefix that obscures the actual changes; it doesn't clearly describe what is being modified in the CI configuration files. Consider using a more descriptive title that explains the specific changes, such as 'Update ROSA CI test schedules and cluster sector configuration' or similar that reflects the actual modifications to the test matrices and cron schedules.
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 This PR only modifies YAML CI operator configuration files, not Ginkgo test code. The custom check is specific to Ginkgo test names and is not applicable to CI configuration files.
Test Structure And Quality ✅ Passed Check not applicable: PR modifies CI configuration YAML files (ci-operator config), not Ginkgo test code. Custom check is designed for Go test files, which are not modified in this PR.
Microshift Test Compatibility ✅ Passed PR only modifies CI operator YAML configuration files to reschedule existing tests. No new Ginkgo e2e tests are added, so the MicroShift compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only YAML CI configuration changes to test scheduling. No new Ginkgo e2e tests were added, so the SNO Test Compatibility check does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed This PR modifies CI test configuration files, not deployment manifests or operator code. The custom check is not applicable to CI pipeline configuration files.
Ote Binary Stdout Contract ✅ Passed PR contains only YAML CI configuration changes. No modifications to OTE binaries, test code, main applications, or process-level code that could violate the stdout contract check.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR modifies only CI configuration YAML files (scheduling and cluster settings), not new Ginkgo test code. The custom check applies only when new test code is added.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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.

@Sandeepyadav93
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-control-plane-120nodes-onperfsector

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@Sandeepyadav93: 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 May 6, 2026

@Sandeepyadav93: The following test 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-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-control-plane-120nodes-onperfsector c9d5c78 link unknown /pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa_hcp-4.22-nightly-x86-control-plane-120nodes-onperfsector

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.

@Sandeepyadav93
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-eng-ocp-qe-perfscale-ci-main-rosa-4.22-nightly-x86-control-plane-120nodes

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant