From d75b08b396c973a5c01f602754ccd2f097aa6d81 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 21 Sep 2015 17:19:06 -0700 Subject: [PATCH] Set nodepool dsvm timeout to 1h The job expects to complete or run to the jenkins timeout now. Change-Id: Ibabb8a4b89186869b39018f93b042472ed4d01a8 Depends-On: Ic562710059290b5c2191a005666257fdc65ab6e2 --- jenkins/jobs/nodepool.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/nodepool.yaml b/jenkins/jobs/nodepool.yaml index d56c2b479c..52b2db5649 100644 --- a/jenkins/jobs/nodepool.yaml +++ b/jenkins/jobs/nodepool.yaml @@ -4,7 +4,7 @@ wrappers: - build-timeout: - timeout: 125 + timeout: 65 - timestamps builders: @@ -14,7 +14,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=120 + export DEVSTACK_GATE_TIMEOUT=60 # Disable tempest as nodepool is talking to the cloud not tempest. export DEVSTACK_GATE_TEMPEST=0 # Use neutron as the public clouds in use are neutron based.