From d3ffaaf026310d02dc879249393de49082eb90b9 Mon Sep 17 00:00:00 2001 From: Joseph Caiani Date: Mon, 28 Jan 2019 16:28:24 -0500 Subject: [PATCH] run single test-prow-e2e.sh script for console e2e tests --- .../config/openshift/console/openshift-console-master.yaml | 2 +- .../openshift/console/openshift-console-master-presubmits.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/console/openshift-console-master.yaml b/ci-operator/config/openshift/console/openshift-console-master.yaml index ecd56bee2286b..347852bbb5a1b 100644 --- a/ci-operator/config/openshift/console/openshift-console-master.yaml +++ b/ci-operator/config/openshift/console/openshift-console-master.yaml @@ -46,6 +46,6 @@ tests: from: test-bin - artifact_dir: /tmp/artifacts as: console-e2e - commands: ./test-gui-e2e-setup.sh; ./test-gui.sh e2e + commands: ./test-prow-e2e.sh openshift_installer_src: cluster_profile: aws diff --git a/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml b/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml index 21e3dd78a3b83..c07b53370c85d 100644 --- a/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml @@ -65,7 +65,7 @@ presubmits: - name: JOB_NAME_SAFE value: console-e2e - name: TEST_COMMAND - value: ./test-gui-e2e-setup.sh; ./test-gui.sh e2e + value: ./test-prow-e2e.sh image: ci-operator:latest imagePullPolicy: Always name: ""