From e1f46967c82d449d8bf90034a5fae53d3110a1ae Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Wed, 27 May 2020 09:56:02 -0400 Subject: [PATCH] Add run-resourcewatch to installer-e2e --- .../openshift/installer/cluster-launch-installer-e2e.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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