From a8d1c355f07b4405aa03bcb8553e91f091cebdb2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 3 Aug 2020 10:19:29 -0700 Subject: [PATCH] buildvm: move the s390x varnish cache to buildvm-s390x-24 Right now the varnish cache machine that all the s390x builders use is 07, but thats a Z/VM instance and seems pretty prone to having slow IO or other issues. Moving it to 24 (which is a kvm instance) hopefully will improve performance and avoid build failures. Signed-off-by: Kevin Fenzi --- playbooks/groups/buildvm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 450d3d86d4..fa90dc6a2d 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -197,7 +197,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure varnish cache - hosts: buildvm-s390x-07.s390.fedoraproject.org:buildvm-s390x-01.stg.s390.fedoraproject.org + hosts: buildvm-s390x-24.s390.fedoraproject.org:buildvm-s390x-01.stg.s390.fedoraproject.org tags: - varnish user: root @@ -214,7 +214,7 @@ handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml" -- name: configure sshfs on buildvm-s390x-01 +- name: configure sshfs on buildvm-s390x hosts: buildvm-s390x-01.stg.s390.fedoraproject.org:buildvm-s390x-15.s390.fedoraproject.org:buildvm-s390x-16.s390.fedoraproject.org:buildvm-s390x-17.s390.fedoraproject.org tags: - sshfs