Skip to content

Remove cron from 4.22 ocp-perfscale periodic jobs - #82984

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:remove-4.22-perfscale-cron
Aug 10, 2026
Merged

Remove cron from 4.22 ocp-perfscale periodic jobs#82984
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:remove-4.22-perfscale-cron

Conversation

@redhat-chai-bot

@redhat-chai-bot redhat-chai-bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Remove cron schedules from 9 jobs in ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86.yaml. These jobs are already running at equal or higher frequency in the 5.0 stream.

Jobs with cron removed (9)

  • netpol-24nodes (was 0 12 13 * *)
  • control-plane-120nodes (was 0 8 * * 1)
  • control-plane-fips-24nodes (was 17 7 * * *)
  • control-plane-fips-6nodes (was 17 13 * * *)
  • data-path-9nodes (was 0 3 1,8,15,22 * *)
  • control-plane-ipsec-120nodes (was 0 10 11,23 * *)
  • udn-density-l3-24nodes (was 0 2 * * 1,3,5)
  • cudn-density-single-ns-500-24nodes (was 0 2 * * 1)
  • cudn-density-single-ns-250-24nodes (was 0 4 * * 1)

Jobs with cron retained (2)

  • payload-control-plane-6nodes — cron yearly
  • control-plane-24nodes0 5 * * 2,5

Generated job definitions regenerated via make jobs.


AI-generated. Review for accuracy.

@afcollins requested in Slack thread

Summary by CodeRabbit

This PR updates the 4.22 ocp-perfscale AWS nightly x86 CI configuration.

  • Removes redundant cron schedules from nine periodic perfscale jobs.
  • Retains schedules for payload-control-plane-6nodes and control-plane-24nodes.
  • Regenerates the affected job definitions with make jobs.

Remove cron schedules from 10 periodic test definitions in the
aws-4.22-nightly-x86 variant config, leaving only
payload-control-plane-6nodes with its existing cron: '@Yearly'.

Jobs affected: netpol-24nodes, control-plane-120nodes,
control-plane-24nodes, control-plane-fips-24nodes,
control-plane-fips-6nodes, data-path-9nodes,
control-plane-ipsec-120nodes, udn-density-l3-24nodes,
cudn-density-single-ns-500-24nodes, cudn-density-single-ns-250-24nodes.
@coderabbitai

coderabbitai Bot commented Aug 5, 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: Pro Plus

Run ID: 4aa055ee-62c4-4eca-89ef-0324c38ca99b

📥 Commits

Reviewing files that changed from the base of the PR and between 93dcaa0 and c9cc054.

⛔ Files ignored due to path filters (2)
  • ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86.yaml

Walkthrough

The change removes scheduled cron triggers from nine AWS 4.22 nightly perfscale jobs. Other job configuration remains unchanged.

Changes

Perfscale cron schedule removal

Layer / File(s) Summary
Remove AWS perfscale cron schedules
ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-4.22-nightly-x86.yaml
Removed cron schedules from nine network, control-plane, data-path, UDN, and CUDN perfscale jobs.

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

🚥 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 concisely describes the main change: removing cron schedules from 4.22 ocp-perfscale periodic jobs.
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 modifies only a YAML CI configuration file in the openshift/release repository. The custom check is for Ginkgo test names; no Ginkgo tests or test source code files are modified or present.
Test Structure And Quality ✅ Passed The commit changes only three YAML configuration/generated job files; no Ginkgo test code or It/BeforeEach/AfterEach/Eventually assertions are modified.
Microshift Test Compatibility ✅ Passed The pull request changes only YAML configuration and generated CI job definitions; it adds no Ginkgo tests or test code requiring MicroShift compatibility review.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The commit changes only YAML configuration and generated job files; it adds no Ginkgo e2e tests or test declarations requiring SNO compatibility review.
Topology-Aware Scheduling Compatibility ✅ Passed The PR modifies CI-operator job scheduling (cron triggers), not deployment manifests, operator code, or controllers. The custom check targets topology-aware pod scheduling constraints and is not ap...
Ote Binary Stdout Contract ✅ Passed The PR changes only YAML configuration and generated Prow job files; the diff contains no OTE source or process-level stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR does not add new Ginkgo e2e tests. It only removes cron schedules from existing test job definitions in YAML configuration files. The custom check is not applicable.
No-Weak-Crypto ✅ Passed The commit removes nine cron lines; exact scans found no MD5, SHA1, DES, 3DES, RC4, Blowfish, or ECB additions, and no source-code implementation files changed.
Container-Privileges ✅ Passed The modified file is a CI-operator job configuration, not a Kubernetes manifest or container definition. No container privilege settings (privileged, hostPID, hostNetwork, securityContext, etc.) ex...
No-Sensitive-Data-In-Logs ✅ Passed The PR diff contains only nine cron-key deletions. It adds no logging or sensitive data, and existing report templates are unchanged.
✨ 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 bear-redhat and psalajova August 5, 2026 16:39
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 5, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@redhat-chai-bot: 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-4.22-nightly-x86-control-plane-120nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-control-plane-fips-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-control-plane-fips-6nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-control-plane-ipsec-120nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-cudn-density-single-ns-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-cudn-density-single-ns-500-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-data-path-9nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-netpol-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-4.22-nightly-x86-udn-density-l3-24nodes openshift-eng/ocp-perfscale presubmit Presubmit 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.

@jtaleric

jtaleric commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/approve

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

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jtaleric, redhat-chai-bot

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

@mohit-sheth

Copy link
Copy Markdown
Member

/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
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: 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 d6c2fa6 into openshift:main Aug 10, 2026
16 checks passed
jzding pushed a commit to jzding/release that referenced this pull request Aug 11, 2026
Remove cron schedules from 10 periodic test definitions in the
aws-4.22-nightly-x86 variant config, leaving only
payload-control-plane-6nodes with its existing cron: '@Yearly'.

Jobs affected: netpol-24nodes, control-plane-120nodes,
control-plane-24nodes, control-plane-fips-24nodes,
control-plane-fips-6nodes, data-path-9nodes,
control-plane-ipsec-120nodes, udn-density-l3-24nodes,
cudn-density-single-ns-500-24nodes, cudn-density-single-ns-250-24nodes.
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.

3 participants