diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 5e2921ce1a6db..14b29aab16928 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -342,8 +342,12 @@ objects: } function run-tests() { + openshift-tests run-resourcewatch & + rw_pid=$! openshift-tests run "${TEST_SUITE}" \ --provider "${TEST_PROVIDER:-}" -o /tmp/artifacts/e2e.log --junit-dir /tmp/artifacts/junit + kill $rw_pid + tar -cf ${ARTIFACT_DIR}/resourcewatch.tar /repository } if [[ "${CLUSTER_TYPE}" == "gcp" ]]; then