Skip to content

Reduce 5.0 control-plane-120nodes frequency and disable cudn churn jobs - #83213

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
mohit-sheth:reduce-5.0-aws-perfscale-crons
Aug 10, 2026
Merged

Reduce 5.0 control-plane-120nodes frequency and disable cudn churn jobs#83213
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
mohit-sheth:reduce-5.0-aws-perfscale-crons

Conversation

@mohit-sheth

@mohit-sheth mohit-sheth commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • control-plane-120nodes: reduce from 4x/week (Sun,Tue,Thu,Sat) to 2x/week (Tue,Sat)
  • cudn-pod-churn-250-24nodes: disable (set always_run: false)
  • cudn-churn-250-24nodes: disable (set always_run: false)

All changes in the 5.0 nightly config only. IPsec jobs remain unchanged.

- control-plane-120nodes: reduce from 4x/week to 2x/week (Tue, Sat)
- control-plane-ipsec-120nodes: disable (set always_run: false)
- control-plane-ipsec-252nodes: disable (set always_run: false)

Assisted-by: Claude
Signed-off-by: Mohit Sheth <msheth@redhat.com>
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

The AWS 5.0 nightly PerfScale configuration changes the control-plane-120nodes schedule to Tuesdays and Saturdays. It disables scheduled execution for two CUDN churn jobs by removing their cron schedules and setting always_run: false.

Changes

PerfScale schedule updates

Layer / File(s) Summary
Update PerfScale schedules and job state
ci-operator/config/openshift-eng/ocp-perfscale/...
The control-plane job runs on Tuesdays and Saturdays. The two CUDN churn jobs no longer have cron schedules and are disabled by default.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested labels: lgtm, rehearsals-ack

Suggested reviewers: droslean, hector-vido, redhat-chai-bot

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
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 The PR changes only YAML CI schedules and generated Prow job metadata; it adds or changes no Ginkgo It(), Describe(), Context(), or When() test titles.
Test Structure And Quality ✅ Passed The PR changes only three YAML configuration/generated-job files; no Ginkgo test code or It/BeforeEach/AfterEach/Eventually calls are changed, so this check is not applicable.
Microshift Test Compatibility ✅ Passed The patch changes only three CI YAML configuration/generated job files; it adds no Ginkgo e2e tests or MicroShift-incompatible API usage.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The pull request changes only CI YAML files and adds no Ginkgo e2e tests or test declarations, so SNO compatibility checks do not apply.
Topology-Aware Scheduling Compatibility ✅ Passed The patch changes only ci-operator profile and generated Prow job YAML; it adds or modifies no deployment manifests, operator code, controllers, or topology scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The commit changes only three CI configuration YAML files; no OTE binary source, process-level setup, or stdout-writing code changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only YAML CI configuration and generated Prow job files; it adds no Ginkgo tests, IPv4 assumptions, or external connectivity requirements.
No-Weak-Crypto ✅ Passed The effective diff changes cron and always_run settings plus generated job metadata; it adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed The full PR diff changes schedules and job enablement only; no added line contains privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The commit changes YAML schedules and job metadata only; added lines contain no sensitive literals or logging statements, and report templates expose only job state and a templated log URL.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the reduced control-plane schedule and disabled CUDN churn jobs in the changeset.
✨ 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 droslean and hector-vido August 10, 2026 21:29
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2026
- as: control-plane-ipsec-120nodes
cron: 0 10 11,23 * *
- always_run: false
as: control-plane-ipsec-120nodes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

let's leave this one please

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Or reduce to 24 nodes

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

#83216
did it here

- control-plane-120nodes: reduce from 4x/week to 2x/week (Tue, Sat)
- cudn-pod-churn-250-24nodes: disable (set always_run: false)
- cudn-churn-250-24nodes: disable (set always_run: false)
- Restore ipsec jobs to original crons

Assisted-by: Claude
Signed-off-by: Mohit Sheth <msheth@redhat.com>
@mohit-sheth mohit-sheth changed the title Reduce 5.0 aws-perfscale cron frequency and disable ipsec jobs Reduce 5.0 control-plane-120nodes frequency and disable cudn churn jobs Aug 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@mohit-sheth: 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-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-churn-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-cudn-pod-churn-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
periodic-ci-openshift-eng-ocp-perfscale-main-aws-5.0-nightly-x86-control-plane-120nodes N/A periodic Ci-operator config changed
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.

@mohit-sheth

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@mohit-sheth: 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 Aug 10, 2026

@afcollins afcollins left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

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

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afcollins, mohit-sheth

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 Aug 10, 2026

Copy link
Copy Markdown
Contributor

@mohit-sheth: 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 add2700 into openshift:main Aug 10, 2026
16 checks passed
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. 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.

2 participants