diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9fbb8216aa..5b4e40937a 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -28,8 +28,8 @@ oz_install_timeout=14400 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 +# s390x builders use cloudfront and then a local varnish cache +topurl = https://d3f37x7uoxqred.cloudfront.net http://kojipkgs-cache01.s390.fedoraproject.org https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org {% elif host in groups['buildvm-s390x-stg'] %} # s390x staging builder uses a local varnish cache topurl = http://kojipkgs-cache01.stg.s390.fedoraproject.org {{koji_topurl}}