Merge "tempest: reduce compute/build_interval from 60 to 10"

This commit is contained in:
Jenkins 2016-02-26 10:43:12 +00:00 committed by Gerrit Code Review
commit 3ea298a581

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',