From 7f52f0d9ee71cb9655bf8bc1bc2d5d77a9261277 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 25 Feb 2016 14:54:00 -0500 Subject: [PATCH] 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 --- manifests/tempest.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 4c0c722e4..5ca8c497a 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -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',