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:
Vasyl Saienko 2017-10-02 16:47:53 +03:00
parent 1ebe30aca4
commit 321047b1ad
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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'