tempest: reduce compute/build_interval from 60 to 10

Try to reduce the time of jobs by reducing the build_interval value in
Tempest.

Change-Id: Ie6737c546e9bc1974491d45e2b932c8e400ed3db
This commit is contained in:
Emilien Macchi 2016-02-25 14:54:00 -05:00
parent 8324c91784
commit 7f52f0d9ee

View File

@ -102,7 +102,7 @@ class openstack_integration::tempest (
image_ssh_user => 'cirros',
image_alt_ssh_user => 'cirros',
img_file => 'cirros-0.3.4-x86_64-disk.img',
compute_build_interval => 60,
compute_build_interval => 10,
# TODO(emilien) optimization by 1/ using Hiera to configure Glance image source
# and 2/ if running in the gate, use /home/jenkins/cache/files/ cirros image.
# img_dir => '/home/jenkins/cache/files',