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 <kevin@scrye.com>
This commit is contained in:
parent
f1eaa84bae
commit
a8d1c355f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue