From eb3cd06f8a93b558cdf17c3af2a96c5c8629e588 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 29 Jun 2021 10:41:06 +0200 Subject: [PATCH] copr-hv: put 'x86_64' to tags Those tags are for our convenience only (not used by copr backend). --- roles/copr/backend/templates/resalloc/pools.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 0a75bf0d28..d19387a9bb 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -70,7 +70,8 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: - arch_s390x - arch_s390x_emulated - hypervisor - - hypervisor_{{ hv }} + - hypervisor_x86_64 + - hypervisor_x86_64_{{ hv }} cmd_new: "/var/lib/resallocserver/provision/libvirt-new --swap-vol-size 168" cmd_delete: "/var/lib/resallocserver/provision/libvirt-new --swap-vol-size 168" cmd_delete: "/var/lib/resallocserver/provision/libvirt-delete"