Skip to content

Perfscale disable 5.1 - #83407

Open
afcollins wants to merge 2 commits into
openshift:mainfrom
afcollins:perfscale-disable-5.1
Open

Perfscale disable 5.1#83407
afcollins wants to merge 2 commits into
openshift:mainfrom
afcollins:perfscale-disable-5.1

Conversation

@afcollins

@afcollins afcollins commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

These were all jobs that have a schedule because they were copied from the 5.0 to 5.1 branch.

Summary by CodeRabbit

This PR disables scheduled OpenShift 5.1 perfscale CI jobs:

  • Removes the AWS 5.1 nightly loaded-upgrade configuration from OCP 4.22.
  • Disables scheduled AWS, metal, and GCP 5.1 perfscale jobs by removing their cron schedules and setting always_run: false.
  • Preserves the existing job configurations, workflows, and environment settings for the disabled jobs.

Signed-off-by: Andrew Collins <ancollin@redhat.com>
Signed-off-by: Andrew Collins <ancollin@redhat.com>
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2026
@openshift-ci

openshift-ci Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@afcollins
afcollins marked this pull request as ready for review August 13, 2026 19:12
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 13, 2026
@coderabbitai

coderabbitai Bot commented Aug 13, 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: 73230855-004f-4294-a6ed-21dd84eb7293

📥 Commits

Reviewing files that changed from the base of the PR and between 92306f8 and a708f20.

⛔ Files ignored due to path filters (4)
  • 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/**
  • 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-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml
  • ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86.yaml
  • ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__metal-5.1-nightly-x86.yaml
  • ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__gcp-5.1-nightly-x86.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml

Walkthrough

The pull request removes one AWS loaded-upgrade configuration and disables cron scheduling for selected AWS, metal, and GCP 5.1 nightly jobs by setting always_run: false.

Changes

5.1 nightly job schedule updates

Layer / File(s) Summary
AWS job retirement and schedule updates
ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86-loaded-upgrade-from-4.22.yaml, ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__aws-5.1-nightly-x86.yaml
The AWS loaded-upgrade configuration is deleted. Twelve AWS nightly jobs no longer define cron schedules and set always_run: false.
Metal and GCP schedule updates
ci-operator/config/openshift-eng/ocp-perfscale/openshift-eng-ocp-perfscale-main__metal-5.1-nightly-x86.yaml, ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__gcp-5.1-nightly-x86.yaml
Two metal jobs and one GCP job no longer define cron schedules and set always_run: false.

Estimated code review effort: 2 (Simple) | ~10 minutes

Mergeability Score: ⚪ Minimal · up to a708f

The PR disables selected 5.1 performance jobs and updates their generated definitions; no actionable merge-blocking risk remains beyond normal generation and review checks.

Possibly related PRs

Suggested reviewers: deepsm007

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 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 The diff only deletes or disables YAML CI jobs by changing cron to always_run:false; it adds no Ginkgo title declarations or dynamic test-title values.
Test Structure And Quality ✅ Passed The PR diff contains only eight YAML CI configuration files and no Ginkgo test code or It/Eventually assertions, so this check is not applicable.
Microshift Test Compatibility ✅ Passed The PR changes only eight YAML files, deletes or disables jobs, and adds no Ginkgo declarations or Go test files; the MicroShift test compatibility check is not triggered.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The diff only changes YAML job scheduling and deletes one YAML configuration; it adds no Ginkgo e2e tests, so the SNO compatibility check is inapplicable.
Topology-Aware Scheduling Compatibility ✅ Passed The diff only disables CI schedules and deletes CI test configuration; no operator/controller or topology scheduling constraint is added.
Ote Binary Stdout Contract ✅ Passed The PR diff contains only eight YAML CI config/job files; it adds no executable source or process-level stdout/logging code, so the OTE stdout contract is not affected.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only YAML CI configuration and generated job metadata; the diff adds no Ginkgo tests or IPv4/external-connectivity logic.
No-Weak-Crypto ✅ Passed The merge-base diff changes only perfscale YAML schedules, generated jobs, and one deletion; added-line scans found no MD5, SHA1, DES, 3DES, RC4, Blowfish, ECB, or crypto comparison code.
Container-Privileges ✅ Passed The diff only removes a job file or changes cron to always_run: false; it introduces no privileged, host namespace, SYS_ADMIN, root, or allowPrivilegeEscalation setting.
No-Sensitive-Data-In-Logs ✅ Passed The diff only changes YAML scheduling and generated job metadata; added reporting emits job status/URL, with no logging directives or credential, PII, token, or customer-data literals.
Title check ✅ Passed The title clearly summarizes the main change: disabling PerfScale 5.1 jobs and configurations.
✨ 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 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afcollins

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 Aug 13, 2026
@openshift-ci
openshift-ci Bot requested review from Prucek and chaitanyaenr August 13, 2026 19:13
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@afcollins: 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.1-nightly-x86-control-plane-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-control-plane-etcdencrypt-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-control-plane-fips-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-control-plane-fips-6nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-cudn-churn-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-cudn-density-single-ns-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-cudn-density-single-ns-500-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-cudn-incremental-1000-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-cudn-pod-churn-250-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-data-path-ipsec-9nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-netpol-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-perfscale-main-aws-5.1-nightly-x86-udn-density-l3-24nodes openshift-eng/ocp-perfscale presubmit Presubmit changed
pull-ci-openshift-eng-ocp-qe-perfscale-ci-main-gcp-5.1-nightly-x86-olmv1-benchmark-test openshift-eng/ocp-qe-perfscale-ci presubmit Presubmit 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
pull-ci-openshift-eng-ocp-perfscale-main-metal-5.1-nightly-x86-network-workloads
pull-ci-openshift-eng-ocp-perfscale-main-metal-5.1-nightly-x86-daily-virt-6nodes

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

Copy link
Copy Markdown
Contributor

@afcollins: 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

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant