Hi, Our s390 caching builder (buildvm-s390x-07) has suddenly dropped of the network, failing all primary s390x builds, since Koji seemingly doesn't (anymore) fall back to secondary urls for topurl. I applied the following patch to work around it for now until we get the cache fixed, can I get +1s? commit abfb679f050abbd3058cabdc417413add5b49571 (HEAD -> master, origin/master, origin/HEAD) Author: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx> Date: Tue Jul 11 09:06:24 2017 +0000 Temporarily put the s390 cache at the end to prevent failing all builds Signed-off-by: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx> diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index fa4a362d4..3229fd47a 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -20,7 +20,7 @@ use_createrepo_c=True {% if host in groups['buildvm-s390x'] %} # 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/' %} ; add some additional urls for failover topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx