From aaf4eb59494239ded611b50dca22445529897c73 Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Fri, 31 Jul 2026 15:24:23 -0400 Subject: [PATCH 1/3] adding saving artifact --- ...hat-chaos-application-outages-console-commands.sh | 8 ++++++++ ...chaos-container-scenarios-etcd-hangup-commands.sh | 12 ++++++++++++ .../cpu/redhat-chaos-hog-scenarios-cpu-commands.sh | 8 ++++++++ .../io/redhat-chaos-hog-scenarios-io-commands.sh | 8 ++++++++ .../redhat-chaos-hog-scenarios-memory-commands.sh | 9 +++++++++ .../redhat-chaos-kubevirt-outage-commands.sh | 8 ++++++++ .../redhat-chaos-network-chaos-commands.sh | 8 ++++++++ ...-chaos-node-disruptions-master-outage-commands.sh | 8 ++++++++ .../redhat-chaos-pod-network-chaos-commands.sh | 8 ++++++++ ...t-chaos-pod-scenarios-etcd-disruption-commands.sh | 8 ++++++++ .../redhat-chaos-power-outage-commands.sh | 8 ++++++++ ...at-chaos-pvc-scenarios-prometheus-pod-commands.sh | 8 ++++++++ .../redhat-chaos-service-disruption-commands.sh | 8 ++++++++ .../syn-flood/redhat-chaos-syn-flood-commands.sh | 5 +++++ .../redhat-chaos-time-scenarios-commands.sh | 8 ++++++++ .../zone-outage/redhat-chaos-zone-outage-commands.sh | 8 ++++++++ 16 files changed, 130 insertions(+) diff --git a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh index f2b5dfa8da8a8..b08c72c5d301f 100644 --- a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh @@ -49,5 +49,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running application outages scenarios" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh index e1d12e8161752..958966b7c08b3 100644 --- a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh @@ -45,5 +45,17 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + +if [[ $CAPTURE_METRICS == "True" ]]; then + cp $METRICS_PATH ${ARTIFACT_DIR}/metrics-report.yaml +fi + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running container scenarios" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh index bf1287eb65101..469b7d491fe5c 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh @@ -44,5 +44,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running memory hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh index 77f666f460759..a44bf7802873b 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh @@ -45,5 +45,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running io hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh index 9f308cfbf6744..d8e4ee92783f7 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh @@ -46,5 +46,14 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running memory hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh index e8ff57c00097e..9f8901e265e6c 100644 --- a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh @@ -73,5 +73,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running kubevirt outage chaos disruption" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh index 24a13c9dc8e5d..3c7fe13050d47 100644 --- a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh @@ -44,5 +44,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh index 5c85cb996aad2..65a7c125d4895 100644 --- a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh @@ -109,5 +109,13 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running node disruptions" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh index 93cb4427e20b1..04d6d1b2f97c8 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh @@ -45,5 +45,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running pod-network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh index cc000c0853ac3..ea021c38f0055 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh @@ -70,5 +70,13 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Return code: $rc" exit $rc diff --git a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh index f0c2542ed6774..c6ad0f11d0059 100644 --- a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh @@ -89,5 +89,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running power outages" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh b/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh index c60f0fe5b4f03..686dac3479c04 100644 --- a/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh @@ -103,5 +103,13 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running pvc scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh index 3846122912d8f..814e5b2bdfcc5 100644 --- a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh @@ -43,6 +43,14 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Done running the test!" echo "Return code: $rc" exit $rc diff --git a/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh b/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh index 78cf73a7e832d..ba300de991715 100644 --- a/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh @@ -43,5 +43,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi echo "Finished running syn-flood chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh index b45a80df1f035..a2a377278e336 100644 --- a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh @@ -47,5 +47,13 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running time scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh index f13e9cfa5012b..961e53fca5f68 100644 --- a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh @@ -78,5 +78,13 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi +<<<<<<< HEAD +======= + +if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then + cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + +>>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running zone outages" echo "Return code: $rc" From 509533e0e62746f2010b110bcff954868018ba8e Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Fri, 31 Jul 2026 15:33:59 -0400 Subject: [PATCH 2/3] merge --- .../redhat-chaos-application-outages-console-commands.sh | 4 ---- ...dhat-chaos-container-scenarios-etcd-hangup-commands.sh | 7 ------- .../cpu/redhat-chaos-hog-scenarios-cpu-commands.sh | 3 --- .../io/redhat-chaos-hog-scenarios-io-commands.sh | 3 --- .../memory/redhat-chaos-hog-scenarios-memory-commands.sh | 3 --- .../redhat-chaos-kubevirt-outage-commands.sh | 3 --- .../network-chaos/redhat-chaos-network-chaos-commands.sh | 3 --- ...edhat-chaos-node-disruptions-master-outage-commands.sh | 3 --- .../redhat-chaos-pod-network-chaos-commands.sh | 3 --- ...redhat-chaos-pod-scenarios-etcd-disruption-commands.sh | 3 --- .../power-outage/redhat-chaos-power-outage-commands.sh | 3 --- .../redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh | 8 -------- .../redhat-chaos-service-disruption-commands.sh | 3 --- .../redhat-chaos-time-scenarios-commands.sh | 3 --- .../zone-outage/redhat-chaos-zone-outage-commands.sh | 3 --- 15 files changed, 55 deletions(-) diff --git a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh index b08c72c5d301f..53eeeee1bcc74 100644 --- a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh @@ -49,13 +49,9 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= - if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running application outages scenarios" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh index 958966b7c08b3..cd5f6cbbe5508 100644 --- a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh @@ -45,17 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= - -if [[ $CAPTURE_METRICS == "True" ]]; then - cp $METRICS_PATH ${ARTIFACT_DIR}/metrics-report.yaml -fi if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running container scenarios" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh index 469b7d491fe5c..e583b9e6a16d5 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh @@ -44,13 +44,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running memory hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh index a44bf7802873b..b31602127297c 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh @@ -45,13 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running io hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh index d8e4ee92783f7..92e793a1cb2f3 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh @@ -46,14 +46,11 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running memory hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh index 9f8901e265e6c..803f4b4ad5674 100644 --- a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh @@ -73,13 +73,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running kubevirt outage chaos disruption" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh index 3c7fe13050d47..255597a8389be 100644 --- a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh @@ -44,13 +44,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh index 65a7c125d4895..11e397ef6f572 100644 --- a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh @@ -109,13 +109,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running node disruptions" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh index 04d6d1b2f97c8..550d71951ccce 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh @@ -45,13 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running pod-network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh index ea021c38f0055..9ca0509ee1b93 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh @@ -70,13 +70,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Return code: $rc" exit $rc diff --git a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh index c6ad0f11d0059..282957622a36a 100644 --- a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh @@ -89,13 +89,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running power outages" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh b/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh index 686dac3479c04..c60f0fe5b4f03 100644 --- a/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pvc-scenarios/prometheus-pod/redhat-chaos-pvc-scenarios-prometheus-pod-commands.sh @@ -103,13 +103,5 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= - - -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf -fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running pvc scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh index 814e5b2bdfcc5..4e46bac91e15b 100644 --- a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh @@ -43,14 +43,11 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Done running the test!" echo "Return code: $rc" exit $rc diff --git a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh index a2a377278e336..d7dbfede84f6b 100644 --- a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh @@ -47,13 +47,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running time scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh index 961e53fca5f68..fcba468c3f498 100644 --- a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh @@ -78,13 +78,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -<<<<<<< HEAD -======= if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi ->>>>>>> 382e38da7d1 (adding saving artifact) echo "Finished running zone outages" echo "Return code: $rc" From 7dd8cab1e0b2723ea206d2b3d3b9e0cdefeb3055 Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Mon, 3 Aug 2026 09:09:06 -0400 Subject: [PATCH 3/3] adding tmp report path --- .../redhat-chaos-application-outages-console-commands.sh | 4 ++-- .../redhat-chaos-container-scenarios-etcd-hangup-commands.sh | 4 ++-- .../cpu/redhat-chaos-hog-scenarios-cpu-commands.sh | 4 ++-- .../io/redhat-chaos-hog-scenarios-io-commands.sh | 4 ++-- .../memory/redhat-chaos-hog-scenarios-memory-commands.sh | 4 ++-- .../kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh | 4 ++-- .../network-chaos/redhat-chaos-network-chaos-commands.sh | 4 ++-- .../redhat-chaos-node-disruptions-master-outage-commands.sh | 4 ++-- .../redhat-chaos-pod-network-chaos-commands.sh | 4 ++-- .../redhat-chaos-pod-scenarios-etcd-disruption-commands.sh | 4 ++-- .../power-outage/redhat-chaos-power-outage-commands.sh | 4 ++-- .../redhat-chaos-service-disruption-commands.sh | 4 ++-- .../redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh | 4 ++-- .../time-scenarios/redhat-chaos-time-scenarios-commands.sh | 4 ++-- .../zone-outage/redhat-chaos-zone-outage-commands.sh | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh index 53eeeee1bcc74..619edf3a35958 100644 --- a/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/application-outages/console/redhat-chaos-application-outages-console-commands.sh @@ -50,8 +50,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running application outages scenarios" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh index cd5f6cbbe5508..158e190d05996 100644 --- a/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/container-scenarios/etcd-hangup/redhat-chaos-container-scenarios-etcd-hangup-commands.sh @@ -46,8 +46,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running container scenarios" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh index e583b9e6a16d5..6a6a84d0b0a85 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/cpu/redhat-chaos-hog-scenarios-cpu-commands.sh @@ -46,8 +46,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running memory hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh index b31602127297c..72599daf20b3c 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/io/redhat-chaos-hog-scenarios-io-commands.sh @@ -47,8 +47,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running io hog scenario" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh index 92e793a1cb2f3..0faf7fc7fcf4f 100644 --- a/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/hog-scenarios/memory/redhat-chaos-hog-scenarios-memory-commands.sh @@ -48,8 +48,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running memory hog scenario" diff --git a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh index 803f4b4ad5674..5f9b418233caa 100644 --- a/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/kubevirt-outage/redhat-chaos-kubevirt-outage-commands.sh @@ -75,8 +75,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running kubevirt outage chaos disruption" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh index 255597a8389be..85585d5bd095d 100644 --- a/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/network-chaos/redhat-chaos-network-chaos-commands.sh @@ -46,8 +46,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh index 11e397ef6f572..a94be2d4fe8cf 100644 --- a/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/node-disruptions/master-outage/redhat-chaos-node-disruptions-master-outage-commands.sh @@ -110,8 +110,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running node disruptions" diff --git a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh index 550d71951ccce..accb9694d94b6 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-network-chaos/redhat-chaos-pod-network-chaos-commands.sh @@ -47,8 +47,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running pod-network chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh index 9ca0509ee1b93..ba9bd15ebbb88 100644 --- a/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/pod-scenarios/etcd-disruption/redhat-chaos-pod-scenarios-etcd-disruption-commands.sh @@ -71,8 +71,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh index 282957622a36a..bbe65412a4edf 100644 --- a/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/power-outage/redhat-chaos-power-outage-commands.sh @@ -91,8 +91,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running power outages" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh index 4e46bac91e15b..ac05fe2af9ac7 100644 --- a/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/service-disruption/redhat-chaos-service-disruption-commands.sh @@ -45,8 +45,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Done running the test!" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh b/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh index ba300de991715..f56737922b2d4 100644 --- a/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/syn-flood/redhat-chaos-syn-flood-commands.sh @@ -45,8 +45,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running syn-flood chaos" echo "Return code: $rc" diff --git a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh index d7dbfede84f6b..a3ce0ac624ac9 100644 --- a/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/time-scenarios/redhat-chaos-time-scenarios-commands.sh @@ -48,8 +48,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running time scenario" diff --git a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh index fcba468c3f498..3bb7707bb31a5 100644 --- a/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh +++ b/ci-operator/step-registry/redhat-chaos/zone-outage/redhat-chaos-zone-outage-commands.sh @@ -79,8 +79,8 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then fi -if [[ -f /home/krkn/kraken/kraken.report.pdf ]]; then - cp /home/krkn/kraken/kraken.report.pdf ${ARTIFACT_DIR}/kraken.report.pdf +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf fi echo "Finished running zone outages"