Skip to content

Commit

Permalink
openstack: Run minimal tests post-install
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trown committed Apr 18, 2019
1 parent b6891d5 commit 052f335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 052f335

Please sign in to comment.