From 3afdd93149da5a29b207776d11c1182fdc13936c Mon Sep 17 00:00:00 2001 From: arout Date: Thu, 5 Sep 2019 18:24:01 +0530 Subject: [PATCH] Fixing e2e vs integration test naming --- ci-operator/config/openshift/odo/openshift-odo-master.yaml | 4 ++-- .../jobs/openshift/odo/openshift-odo-master-presubmits.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift/odo/openshift-odo-master.yaml b/ci-operator/config/openshift/odo/openshift-odo-master.yaml index e3bde230aa44..140f1e41a928 100644 --- a/ci-operator/config/openshift/odo/openshift-odo-master.yaml +++ b/ci-operator/config/openshift/odo/openshift-odo-master.yaml @@ -24,13 +24,13 @@ tests: as: integration openshift_installer_src: cluster_profile: aws - commands: make openshiftci-presubmit-e2e + commands: scripts/openshiftci-presubmit-integrationtests.sh - artifacts_dir: /tmp/artifacts as: e2e-scenarios optional: true openshift_installer_src: cluster_profile: aws - commands: scripts/openshiftci-presubmit-e2e-scenarios.sh + commands: scripts/openshiftci-presubmit-e2etests.sh - as: benchmark artifacts_dir: /tmp/artifacts commands: scripts/openshiftci-presubmit-benchmark.sh diff --git a/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml b/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml index 1f9b273d4f52..1bc8eb6bbb1e 100644 --- a/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/odo/openshift-odo-master-presubmits.yaml @@ -100,7 +100,7 @@ presubmits: - name: JOB_NAME_SAFE value: e2e-scenarios - name: TEST_COMMAND - value: scripts/openshiftci-presubmit-e2e-scenarios.sh + value: scripts/openshiftci-presubmit-e2etests.sh image: ci-operator:latest imagePullPolicy: Always name: "" @@ -165,7 +165,7 @@ presubmits: - name: JOB_NAME_SAFE value: integration - name: TEST_COMMAND - value: make openshiftci-presubmit-e2e + value: scripts/openshiftci-presubmit-integrationtests.sh image: ci-operator:latest imagePullPolicy: Always name: ""