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..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 @@ -49,5 +49,9 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +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 e1d12e8161752..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 @@ -45,5 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + 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..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 @@ -44,5 +44,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 77f666f460759..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 @@ -45,5 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 9f308cfbf6744..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 @@ -46,5 +46,11 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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/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..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 @@ -73,5 +73,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 24a13c9dc8e5d..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 @@ -44,5 +44,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 5c85cb996aad2..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 @@ -109,5 +109,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + 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..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 @@ -45,5 +45,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 cc000c0853ac3..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 @@ -70,5 +70,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + 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..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 @@ -89,5 +89,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 3846122912d8f..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 @@ -43,6 +43,11 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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" 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..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 @@ -43,5 +43,10 @@ rc=$? if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + + +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 b45a80df1f035..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 @@ -47,5 +47,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + 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..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 @@ -78,5 +78,10 @@ if [[ $TELEMETRY_EVENTS_BACKUP == "True" ]]; then cp /tmp/events.json ${ARTIFACT_DIR}/events.json fi + +if [[ -f /tmp/report.out.pdf ]]; then + cp /tmp/report.out.pdf ${ARTIFACT_DIR}/kraken.report.pdf +fi + echo "Finished running zone outages" echo "Return code: $rc"