From 052f33555bcb21b082548f20121a704c6e58020a Mon Sep 17 00:00:00 2001 From: trown Date: Thu, 18 Apr 2019 14:18:11 -0400 Subject: [PATCH] openstack: Run minimal tests post-install This will run the three tests tagged Smoke. We want to gradually increase the number of tests we can get to consistently pass until we are able to run the full conformance/parallel. --- .../installer/openshift-installer-master-presubmits.yaml | 2 +- .../installer/cluster-launch-installer-openstack-e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 006205114c0e..695797efb052 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-master-presubmits.yaml @@ -300,7 +300,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 751b2f3652ad..00d5774eb9e9 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