Skip to content

Commit

Permalink
Fixing e2e vs integration test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Sep 9, 2019
1 parent 42d78e2 commit 3afdd93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci-operator/config/openshift/odo/openshift-odo-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down

0 comments on commit 3afdd93

Please sign in to comment.