From 2d0ecc6cae657d0ba1c4577f086ed1b791699c04 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 Jan 2022 11:47:38 -0800 Subject: [PATCH] buildvm_s390x: adjust mem and cpus on kvm s390x builders We got some more resources a while back and so we wanted to make more builders, but now we are waiting on disk space to do that. In the mean time and since the mass rebuild is coming up tuesday, just upgrade them to f35 and use the memory and cpus we have. Signed-off-by: Kevin Fenzi --- inventory/group_vars/buildvm_s390x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/buildvm_s390x b/inventory/group_vars/buildvm_s390x index 670ceb212e..6acad94601 100644 --- a/inventory/group_vars/buildvm_s390x +++ b/inventory/group_vars/buildvm_s390x @@ -20,9 +20,9 @@ ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora lvm_size: 102400 main_bridge: vmbr max_mem_size: "{{ mem_size }}" -mem_size: 10240 +mem_size: 20480 nm: 255.255.255.0 -num_cpus: 3 +num_cpus: 4 varnish_group: s390kojipkgs virt_install_command: "{{ virt_install_command_s390x_one_nic }}" vmhost: buildvmhost-s390x-01.s390.fedoraproject.org