From d53028de5db6ef7af448ef38d3bd81ff697e5067 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 25 Jul 2013 13:55:58 -0700 Subject: [PATCH] Increase d-g launch timeout to 20 min The script allows a node 15 minutes to boot. Additionally, a bit of time is needed afterwords to add it to Jenkins. Increase the timeout of the launch job from 10 to 20 minutes so that entire process is more likely to occur within one run of the job. The job itself is still scheduled to run every 10 minutes, so if this proceeds quickly, we will still start a launch job every 10 minutes. If things are slow, we may only run it every 20 minutes in the worst case. The job is not allowed to have concurrent runs so this is safe, and the n+1 job will simply be queued. Change-Id: I879c4d309116f1b0517d878b7365ebc29b27f547 --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 02fd317a0b..47210ca9ad 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -807,7 +807,7 @@ wrappers: - timeout: - timeout: 10 + timeout: 20 fail: true - timestamps