OCPBUGS-91996: Add openshift/disruptive-longrunning testsuite in release-4.20 branch#31334
OCPBUGS-91996: Add openshift/disruptive-longrunning testsuite in release-4.20 branch#31334Chandan9112 wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
@Chandan9112: This pull request references Jira Issue OCPBUGS-81638, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
@Chandan9112: This pull request references Jira Issue OCPBUGS-91996, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
…ase-4.20 branch Co-authored-by: Cursor <cursoragent@cursor.com>
19282c0 to
97f2831
Compare
|
/jira refresh |
|
@Chandan9112: This pull request references Jira Issue OCPBUGS-91996, which is invalid:
Comment 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. |
|
/jira refresh |
|
@Chandan9112: This pull request references Jira Issue OCPBUGS-91996, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
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. |
|
@Chandan9112: This pull request references Jira Issue OCPBUGS-91996, which is valid. 7 validation(s) were run on this bug
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. |
|
@Chandan9112: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi, 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 |
Add openshift/disruptive-longrunning testsuite in release-4.20 branch
Manual cherry-pick of #30976 (by @BhargaviGudi) to
release-4.20.The automatic
/cherry-pick release-4.20failed due to a merge conflict inpkg/testsuites/standard_suites.go(different file structure betweenrelease-4.21andrelease-4.20). This PR manually applies the same change.What this PR does
Adds the
openshift/disruptive-longrunningtest suite definition topkg/testsuites/standard_suites.goand a README with usage instructions intest/extended/node/. This enables long-running disruptive tests (e.g., node reboots, configuration changes, cluster-wide disruptions) to run on the 4.20 release branch.CI job: openshift/release#80958
The test can be executed only after the CI job is merged.
How to run
To run the entire long-running disruptive test suite on a cluster:
To trigger via CI:
Reference PRs
Note: pj-rehearse validation will fail because no tests are tagged with this suite yet in release-4.20. Tests are being added via subsequent PRs, but those PRs depend on merging this suite definition and CI job configuration first so the tests have a job to run in.