Return to using ping test in minimal jobs

Unfortunately, the CI infrastructure is not able to handle running
tempest on top of our virtual cloud. We need the minimal job to
have a very low rate of false negatives, and right now it is at
100 percent. As such, we should return to using the ping test until
tempest can be proven to work on quickstart deployed on the
ci.centos infrastructure.

Change-Id: I6f8c41b30d2b6d38d84711de6d73418959ccd580
This commit is contained in:
John Trowbridge 2016-09-28 09:09:35 -04:00
parent 019e085138
commit 6f818ea426
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ undercloud_generate_service_certificate: True
# If `test_tempest` is `true`, run tempests tests, otherwise do not
# run them.
tempest_config: true
test_ping: false
run_tempest: true
tempest_config: false
test_ping: true
run_tempest: false
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true