Assert a build timeout for zuul templated CI jobs
The new CI DSVM wrappers with zuul lack passing a BUILD_TIMEOUT, thus the default value of 196 seconds is taking effect in devstack. Explicitly setting to 600 should improve CI reliability. Change-Id: If39f33d4f5e8e649729ecc9e5be33f9529d7b488
This commit is contained in:
parent
f70770db02
commit
863fe1e85a
@ -31,7 +31,7 @@
|
|||||||
OVERRIDE_PUBLIC_BRIDGE_MTU: 1400
|
OVERRIDE_PUBLIC_BRIDGE_MTU: 1400
|
||||||
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-tempest-plugin'"
|
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-tempest-plugin'"
|
||||||
VIRT_DRIVER: ironic
|
VIRT_DRIVER: ironic
|
||||||
|
BUILD_TIMEOUT: 600
|
||||||
IRONIC_BAREMETAL_BASIC_OPS: True
|
IRONIC_BAREMETAL_BASIC_OPS: True
|
||||||
IRONIC_BUILD_DEPLOY_RAMDISK: False
|
IRONIC_BUILD_DEPLOY_RAMDISK: False
|
||||||
IRONIC_CALLBACK_TIMEOUT: 600
|
IRONIC_CALLBACK_TIMEOUT: 600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user