Skip to content

Commit

Permalink
Merge pull request openshift#3524 from trown/openstack-add-tests
Browse files Browse the repository at this point in the history
openstack: Run minimal tests post-install
  • Loading branch information
openshift-merge-robot committed Apr 26, 2019
2 parents 7557a2a + 052f335 commit 686f925
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 @@ -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: ""
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 686f925

Please sign in to comment.