diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml index 779c35a730cf..189a2a429442 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -477,7 +477,7 @@ presubmits: - name: JOB_NAME_SAFE value: e2e-openstack - name: TEST_COMMAND - value: run-no-tests + value: run-minimal-tests image: ci-operator:latest imagePullPolicy: Always name: "" diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-openstack-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-openstack-e2e.yaml index 8f91ce9e3573..be3068a94f1a 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-openstack-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-openstack-e2e.yaml @@ -166,7 +166,7 @@ objects: function run-minimal-tests() { # Grab all of the tests marked Feature:Builds and conformance/parallel/minimal openshift-tests run openshift/conformance/parallel --dry-run | - grep 'minimal' | grep 'Feature:Builds' | + grep 'Smoke' | openshift-tests run -o /tmp/artifacts/e2e.log \ --junit-dir /tmp/artifacts/junit -f - exit 0