Supply a timeout value to devstack-gate

Increase the Jenkins timeout by 5 minutes, and supply the intended
timeout value to devstack-gate as an env variable.  This will allow
devstack-gate to timeout the gate job and have 5 minutes to copy
logs.

Change-Id: Iac0475e8c885274a3ff41adb4affb1499680a87e
This commit is contained in:
James E. Blair
2013-12-19 15:04:21 -08:00
parent 3a6e220553
commit 71c11f68d9
8 changed files with 92 additions and 46 deletions

View File

@@ -4,7 +4,7 @@
wrappers:
- timeout:
timeout: 120
timeout: 125
fail: true
- timestamps
@@ -13,6 +13,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
function gate_hook {