Skip to content

NO-ISSUE: Added periodic job for longrunning testsuite for 4.20#80958

Open
Chandan9112 wants to merge 1 commit into
openshift:mainfrom
Chandan9112:add-disruptive-longrunning-job-4.20
Open

NO-ISSUE: Added periodic job for longrunning testsuite for 4.20#80958
Chandan9112 wants to merge 1 commit into
openshift:mainfrom
Chandan9112:add-disruptive-longrunning-job-4.20

Conversation

@Chandan9112

@Chandan9112 Chandan9112 commented Jun 24, 2026

Copy link
Copy Markdown

The PR adds a periodic job that runs once in 24 hours.
Its configured to be informing.
The test suite was added in openshift/origin#31334

This is a cherry-pick of #77488 (by @BhargaviGudi for 4.21), adapted for the 4.20 nightly payload.

What this PR does

Adds the e2e-aws-disruptive-longrunning periodic job to openshift-release-main__nightly-4.20.yaml and the corresponding generated job definition in openshift-release-main-periodics.yaml.

The job:

  • Runs daily at 12:00 UTC (cron: 0 12 * * *)
  • Uses the openshift-org-aws cluster profile with SSH enabled
  • Executes the openshift/disruptive-longrunning test suite
  • Uses the openshift-e2e-aws-disruption workflow
  • Includes observers-resource-watch for monitoring
  • Is configured as informing (not blocking)

How to trigger manually

/payload-job periodic-ci-openshift-release-main-nightly-4.20-e2e-aws-disruptive-longrunning

Reference PRs

Version PR Author Status
4.21 (CI job) #77488 @BhargaviGudi Merged

Related PRs (suite definition in openshift/origin)

Branch PR Status
main openshift/origin#30648 Merged
release-4.21 openshift/origin#30976 Merged
release-4.20 openshift/origin#31334 Under Review

Note: pj-rehearse validation will fail because no tests are tagged with this suite yet in release-4.20. Tests are being added via openshift/origin#31334, but that PR depends on merging this CI job configuration first so the tests have a job to run in.

Summary by CodeRabbit

Adds a new periodic OpenShift CI job for the 4.20 nightly release payload to run the openshift/disruptive-longrunning suite in the AWS disruption workflow. The job is configured for the openshift-org-aws cluster profile, requires SSH, includes observers-resource-watch, and is set to run every 24 hours at 12:00 UTC as an informing job rather than a blocking one.

This also updates the generated Prow job configuration so the new periodic is available in the release CI infrastructure.

@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 Jun 24, 2026
@openshift-ci

openshift-ci Bot commented Jun 24, 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

@coderabbitai

coderabbitai Bot commented Jun 24, 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: Enterprise

Run ID: d504838e-0da7-462f-ab9b-3b75bef9a67d

📥 Commits

Reviewing files that changed from the base of the PR and between c7b0b5a and 80fd818.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/release/openshift-release-main-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.20.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/release/openshift-release-main__nightly-4.20.yaml

Walkthrough

A new nightly test job e2e-aws-disruptive-longrunning is added to the OpenShift 4.20 nightly CI config. It runs daily at noon UTC using the openshift-org-aws cluster profile, the openshift/disruptive-longrunning suite, SSH enabled, observers-resource-watch active, and the openshift-e2e-aws-disruption workflow.

Changes

Nightly AWS disruptive job

Layer / File(s) Summary
Nightly job definition
ci-operator/config/openshift/release/openshift-release-main__nightly-4.20.yaml
Adds e2e-aws-disruptive-longrunning to the tests list with a 0 12 * * * cron, openshift-org-aws cluster profile, TEST_REQUIRES_SSH: "yes", TEST_SUITE: openshift/disruptive-longrunning, TEST_TYPE: suite, observers-resource-watch enabled, and the openshift-e2e-aws-disruption workflow.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

lgtm, approved, rehearsals-ack

Suggested reviewers

  • pruan-rht
  • dis016
🚥 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 describes the main change: adding a periodic longrunning test job for 4.20.
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 Only static CI job YAML was added; no Ginkgo It/Describe/Context/When titles or dynamic test names were introduced.
Test Structure And Quality ✅ Passed PASS: PR only adds CI job YAML; no Ginkgo test code or test blocks were changed, so the test-structure review is not applicable.
Microshift Test Compatibility ✅ Passed Only CI job config was added; no new Ginkgo test definitions or test bodies were changed, so MicroShift compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds job config for an existing suite; no new Ginkgo tests or SNO-unsafe test logic were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only adds a periodic CI job config; the new job block has no pod affinity, nodeSelector, tolerations, PDB, or replica logic to affect topology.
Ote Binary Stdout Contract ✅ Passed PASS: The PR only adds YAML periodic job configs; no process-level code or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only CI job YAML was added; no Ginkgo test code or network logic changed, so the IPv6/disconnected compatibility check is not applicable.
No-Weak-Crypto ✅ Passed Changed files are job YAML only; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto/comparison logic appears in the added job stanzas.
Container-Privileges ✅ Passed The new 4.20 job config and generated periodic job add no privileged, host* , SYS_ADMIN, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The new job stanza only adds standard CI fields and generic env vars; no passwords, tokens, PII, or hostnames are present.

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

✨ 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-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 24, 2026
@Chandan9112 Chandan9112 force-pushed the add-disruptive-longrunning-job-4.20 branch from 27f1183 to c7b0b5a Compare June 24, 2026 08:38
@openshift-ci

openshift-ci Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

@Chandan9112 Chandan9112 changed the title Add e2e-aws-disruptive-longrunning periodic job for nightly-4.20 NO-ISSUE: Added periodic job for longrunning testsuite for 4.20 Jun 24, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 24, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@Chandan9112: This pull request explicitly references no jira issue.

Details

In response to this:

The PR adds a periodic job that runs once in 24 hours.
Its configured to be informing.
The test suite was added in openshift/origin#31334

This is a cherry-pick of #77488 (by @BhargaviGudi for 4.21), adapted for the 4.20 nightly payload.

What this PR does

Adds the e2e-aws-disruptive-longrunning periodic job to openshift-release-main__nightly-4.20.yaml and the corresponding generated job definition in openshift-release-main-periodics.yaml.

The job:

  • Runs daily at 12:00 UTC (cron: 0 12 * * *)
  • Uses the openshift-org-aws cluster profile with SSH enabled
  • Executes the openshift/disruptive-longrunning test suite
  • Uses the openshift-e2e-aws-disruption workflow
  • Includes observers-resource-watch for monitoring
  • Is configured as informing (not blocking)

How to trigger manually

/payload-job periodic-ci-openshift-release-main-nightly-4.20-e2e-aws-disruptive-longrunning

Reference PRs

Version PR Author Status
4.21 (CI job) #77488 @BhargaviGudi Merged
4.20 (CI job) This PR @Chandan9112 Draft

Related PRs (suite definition in openshift/origin)

Branch PR Status
main openshift/origin#30648 Merged
release-4.21 openshift/origin#30976 Merged
release-4.20 openshift/origin#31334 (OCPBUGS-91996) Draft

Note: pj-rehearse validation will fail because no tests are tagged with this suite yet in release-4.20. Tests are being added via openshift/origin#31334, but that PR depends on merging this CI job configuration first so the tests have a job to run in.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 24, 2026
@Chandan9112 Chandan9112 marked this pull request as ready for review June 24, 2026 08:43
@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 Jun 24, 2026
@Chandan9112

Copy link
Copy Markdown
Author

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.20-e2e-aws-disruptive-longrunning

@openshift-ci openshift-ci Bot requested review from smg247 and xueqzhan June 24, 2026 08:44
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

Co-authored-by: Cursor <cursoragent@cursor.com>
@Chandan9112 Chandan9112 force-pushed the add-disruptive-longrunning-job-4.20 branch from c7b0b5a to 80fd818 Compare June 24, 2026 15:03
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Chandan9112: 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-4.20-e2e-aws-disruptive-longrunning N/A periodic Periodic 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.

@openshift-ci

openshift-ci Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

@Chandan9112: 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-release-main-nightly-4.20-e2e-aws-disruptive-longrunning c7b0b5a link unknown /pj-rehearse periodic-ci-openshift-release-main-nightly-4.20-e2e-aws-disruptive-longrunning

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

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants