From bf571230c4b86445258c92a40d8eb85ee25989fb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 10 Jan 2022 13:56:32 -0800 Subject: [PATCH] buildvm-s390x: add a cache02 on buildvm-s390x-24 Signed-off-by: Kevin Fenzi --- roles/koji_builder/templates/kojid.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 4b26cb6612..3a3082066f 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -34,8 +34,8 @@ failed_buildroot_lifetime=14400 {% endif %} {% if host in groups['buildvm_s390x'] %} -# s390x builders use a local varnish cache -topurl = http://kojipkgs-cache01.s390.fedoraproject.org http://kojipkgs01.fedoraproject.org http://kojipkgs02.fedoraproject.org +# s390x builders 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_stg'] %} # s390x staging builder uses a local varnish cache topurl = http://kojipkgs-cache01.stg.s390.fedoraproject.org {{koji_topurl}}