Set BUILD_TIMEOUT for ironic grenade jobs
After migration to zuulv3 we found that timeout set in the job is not applied to grenade runs. This patch export BUILD_TIMEOUT directly from job. Change-Id: I7a297af4461cf25227f1cff281e84e728baf90d3
This commit is contained in:
parent
1ebe30aca4
commit
321047b1ad
@ -43,6 +43,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
|
||||
export DEVSTACK_GATE_TLSPROXY=0
|
||||
export BUILD_TIMEOUT
|
||||
|
||||
EOF
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
|
@ -42,6 +42,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
|
||||
export DEVSTACK_GATE_TLSPROXY=0
|
||||
export BUILD_TIMEOUT
|
||||
|
||||
EOF
|
||||
chdir: '{{ ansible_user_dir }}/workspace'
|
||||
|
Loading…
x
Reference in New Issue
Block a user