make s390x image building vm have a longer/different timeout for oz than the rest do for now

This commit is contained in:
Kevin Fenzi 2018-03-16 21:19:30 +00:00
parent 9c512cd276
commit 4d82d4f9aa

View file

@ -21,6 +21,12 @@ keepalive=False
rpmbuild_timeout=172800
{% if ansible_hostname.startswith('buildvm-s390x-02') %}
; Set oz timeout higher on x390x image builder to allow it to finish.
; Install timeout(seconds) for image build
; if it's unset, use the number in /etc/oz/oz.cfg, supported since oz-0.16.0
oz_install_timeout=14400
{% endif %}
use_createrepo_c=True
{% if host in groups['buildvm-s390x'] %}