buildvm-s390: fix missing host in statement
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9064f10187
commit
7ecb1b1895
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ failed_buildroot_lifetime=86400
|
|||
failed_buildroot_lifetime=14400
|
||||
{% endif %}
|
||||
|
||||
{% if host in groups['buildvm_s390x'] and not in groups['buildvm_s390x_rdu'] %}
|
||||
{% if host in groups['buildvm_s390x'] and host not in groups['buildvm_s390x_rdu'] %}
|
||||
# s390x builders in bos use two local varnish cache instances
|
||||
topurl = http://kojipkgs-cache01.s390.fedoraproject.org http://kojipkgs-cache02.s390.fedoraproject.org
|
||||
{% elif host in groups['buildvm_s390x'] and in groups['buildvm_s390x_rdu'] %}
|
||||
{% elif host in groups['buildvm_s390x'] and host in groups['buildvm_s390x_rdu'] %}
|
||||
# s390x builders in rdu use a local varnish cache instance
|
||||
topurl = http://kojipkgs-cache03.s390.fedoraproject.org
|
||||
{% elif host in groups['buildvm_s390x_stg'] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue