From 0355baccc13b8db5778749c8d684723e853854c1 Mon Sep 17 00:00:00 2001 From: Neeraj Krishna Gopalakrishna Date: Tue, 17 Feb 2026 05:57:14 +0530 Subject: [PATCH] Update readme to include long running test information --- test/extended/node/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/extended/node/README.md b/test/extended/node/README.md index 5be2b91aef18..468d3de80ef3 100644 --- a/test/extended/node/README.md +++ b/test/extended/node/README.md @@ -64,6 +64,20 @@ To run only node-specific long-running disruptive tests: - Make sure to set `oc` binary to match the cluster version - Make sure to set the kubeconfig to point to a live OCP cluster +## Submitting PRs + +### Adding Tests to `openshift/disruptive-longrunning` + +Before submitting a PR that adds a test to the `openshift/disruptive-longrunning` suite, run the following payload job and include the results in your PR: + +``` +/payload-job periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning +``` + +Useful links for `periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning`: +- [Previous runs (Sippy)](https://sippy.dptools.openshift.org/sippy-ng/jobs/4.22/analysis?filters=%7B%22items%22%3A%5B%7B%22columnField%22%3A%22name%22%2C%22operatorValue%22%3A%22equals%22%2C%22value%22%3A%22periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning%22%7D%5D%7D) +- [Job history for latest runs (Prow)](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning) + ## Important Notes - Note that dry-run option won't list the test as it does not connect to a live cluster