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: ""