Set nodepool dsvm timeout to 1h
The job expects to complete or run to the jenkins timeout now. Change-Id: Ibabb8a4b89186869b39018f93b042472ed4d01a8 Depends-On: Ic562710059290b5c2191a005666257fdc65ab6e2
This commit is contained in:
parent
f34b87a3c0
commit
d75b08b396
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
timeout: 125
|
timeout: 65
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TIMEOUT=120
|
export DEVSTACK_GATE_TIMEOUT=60
|
||||||
# Disable tempest as nodepool is talking to the cloud not tempest.
|
# Disable tempest as nodepool is talking to the cloud not tempest.
|
||||||
export DEVSTACK_GATE_TEMPEST=0
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
# Use neutron as the public clouds in use are neutron based.
|
# Use neutron as the public clouds in use are neutron based.
|
||||||
|
Loading…
Reference in New Issue
Block a user