buildvm-s390: fix missing host in statement

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-20 18:33:20 -08:00
parent 9064f10187
commit 7ecb1b1895

View file

@ -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'] %}