From ff885e97d093f9fd17fe7db1e5a9d1a5223a3eeb Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Mon, 30 Dec 2024 00:54:31 -0500 Subject: [PATCH] Add ovn chaos test cases to component readiness This will allow us to track regressions for Networking/ovn-kubernetes component. Signed-off-by: Naga Ravi Chaitanya Elluri --- .../redhat-chaos-prow-scripts-main__cr-4.17-nightly.yaml | 1 + .../redhat-chaos-prow-scripts-main__cr-4.18-nightly.yaml | 1 + .../redhat-chaos-prow-scripts-main__cr-4.19-nightly.yaml | 1 + .../redhat-chaos-pod-scenarios-ovn-cp-disruption-ref.yaml | 2 ++ .../redhat-chaos-pod-scenarios-ovn-disruption-ref.yaml | 2 ++ 5 files changed, 7 insertions(+) diff --git a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.17-nightly.yaml b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.17-nightly.yaml index 2ccde4a31216..920fd16bd640 100644 --- a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.17-nightly.yaml +++ b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.17-nightly.yaml @@ -41,6 +41,7 @@ tests: - chain: create-infra-move-ingress-monitoring-registry test: - chain: redhat-chaos-krkn-hub-etcd-tests + - chain: redhat-chaos-krkn-hub-ovn-disruption zz_generated_metadata: branch: main org: redhat-chaos diff --git a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.18-nightly.yaml b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.18-nightly.yaml index 02b41bc7b4ab..f5f96ba3832c 100644 --- a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.18-nightly.yaml +++ b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.18-nightly.yaml @@ -41,6 +41,7 @@ tests: - chain: create-infra-move-ingress-monitoring-registry test: - chain: redhat-chaos-krkn-hub-etcd-tests + - chain: redhat-chaos-krkn-hub-ovn-disruption zz_generated_metadata: branch: main org: redhat-chaos diff --git a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.19-nightly.yaml b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.19-nightly.yaml index 2df979f7763e..05116f33d786 100644 --- a/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.19-nightly.yaml +++ b/ci-operator/config/redhat-chaos/prow-scripts/redhat-chaos-prow-scripts-main__cr-4.19-nightly.yaml @@ -41,6 +41,7 @@ tests: - chain: create-infra-move-ingress-monitoring-registry test: - chain: redhat-chaos-krkn-hub-etcd-tests + - chain: redhat-chaos-krkn-hub-ovn-disruption zz_generated_metadata: branch: main org: redhat-chaos diff --git a/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-cp-disruption/redhat-chaos-pod-scenarios-ovn-cp-disruption-ref.yaml b/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-cp-disruption/redhat-chaos-pod-scenarios-ovn-cp-disruption-ref.yaml index 183d8c944798..9f5d0cfadcf8 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-cp-disruption/redhat-chaos-pod-scenarios-ovn-cp-disruption-ref.yaml +++ b/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-cp-disruption/redhat-chaos-pod-scenarios-ovn-cp-disruption-ref.yaml @@ -67,6 +67,8 @@ ref: default: "True" - name: ES_COLLECT_ALERTS default: "True" + - name: JUNIT_TESTCASE + default: '[Jira:"Networking / ovn-kubernetes"] OVN control plane pod disruption' resources: requests: cpu: 100m diff --git a/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-disruption/redhat-chaos-pod-scenarios-ovn-disruption-ref.yaml b/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-disruption/redhat-chaos-pod-scenarios-ovn-disruption-ref.yaml index ff52172c115a..0bad846fb64c 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-disruption/redhat-chaos-pod-scenarios-ovn-disruption-ref.yaml +++ b/ci-operator/step-registry/redhat-chaos/pod-scenarios/ovn-disruption/redhat-chaos-pod-scenarios-ovn-disruption-ref.yaml @@ -67,6 +67,8 @@ ref: default: "True" - name: ES_COLLECT_ALERTS default: "True" + - name: JUNIT_TESTCASE + default: '[Jira:"Networking / ovn-kubernetes"] OVN-kube-node pod disruption' resources: requests: cpu: 100m