NO-ISSUE: Added periodic job for longrunning testsuite for 4.19 - #82541
NO-ISSUE: Added periodic job for longrunning testsuite for 4.19#82541Chandan9112 wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds a daily ChangesNightly 4.19 test scheduling
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/config/openshift/release/openshift-release-main__nightly-4.19.yaml`:
- Around line 1797-1808: Regenerate the CI artifacts for the
e2e-aws-disruptive-longrunning job by running make update, or the equivalent
make jobs && make ci-operator-config && make registry-metadata sequence. Verify
the generated openshift-release-main-periodics.yaml includes the 4.19 nightly
entry before committing the updated metadata.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: a3264d16-887a-4741-b94d-0f74b7f62df2
📒 Files selected for processing (1)
ci-operator/config/openshift/release/openshift-release-main__nightly-4.19.yaml
|
@Chandan9112: This pull request explicitly references no jira issue. DetailsIn response to this:
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. |
Co-authored-by: Cursor <cursoragent@cursor.com>
7f45a8a to
1311d04
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Chandan9112 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Cherry-pick of #80958 (nightly-4.20) for nightly-4.19
What
Add the
e2e-aws-disruptive-longrunningperiodic payload job to thenightly-4.19CI configuration, enabling long-running disruptive tests to run on 4.19 nightly builds.Why
The
disruptive-longrunningpayload job exists for 4.21 and 4.20 but is missing in 4.19. Adding it allows payload testing of long-running disruptive tests (node reboots, MCP rollouts, cluster-wide configuration changes) on 4.19 nightlies.Changes
ci-operator/config/openshift/release/openshift-release-main__nightly-4.19.yaml: Addede2e-aws-disruptive-longrunningperiodic job with:cron: 0 12 * * *)openshift-org-aws)TEST_REQUIRES_SSH: yes)openshift/disruptive-longrunningopenshift-e2e-aws-disruptionRelated PRs
Note
The corresponding suite definition PR in
openshift/originis #31438 (OCPBUGS-100045). The origin PR must be merged first so theopenshift-testsbinary recognizes theopenshift/disruptive-longrunningsuite.Summary by CodeRabbit
Adds a new daily end-to-end AWS disruptive long-running test job (
e2e-aws-disruptive-longrunning) to the OpenShift 4.19 nightly CI configuration. The job runs theopenshift/disruptive-longrunningsuite with SSH enabled and resource-watch observation (observers-resource-watch) on the AWS cluster profile, using theopenshift-e2e-aws-disruptionworkflow on a 12:00 UTC cron schedule.The corresponding
openshift/originsuite definition PR must merge first so theopenshift-testsbinary recognizes the suite.