Temporarily put the s390 cache at the end to prevent failing all builds
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e4b73a7705
commit
abfb679f05
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use_createrepo_c=True
|
||||||
|
|
||||||
{% if host in groups['buildvm-s390x'] %}
|
{% if host in groups['buildvm-s390x'] %}
|
||||||
# s390x builders use a local varnish cache
|
# s390x builders use a local varnish cache
|
||||||
topurl = http://kojipkgs-cache01.s390.fedoraproject.org https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
topurl = https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org http://kojipkgs-cache01.s390.fedoraproject.org
|
||||||
{% elif koji_topurl == 'https://kojipkgs.fedoraproject.org/' %}
|
{% elif koji_topurl == 'https://kojipkgs.fedoraproject.org/' %}
|
||||||
; add some additional urls for failover
|
; add some additional urls for failover
|
||||||
topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue