From 97f17f4a35f5bcfde08d82d36445595f91a9fffc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 20 May 2022 00:26:09 +0200 Subject: [PATCH] copr-builders: fix c&p mistake in Power9 machine tags --- roles/copr/backend/templates/resalloc/pools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index cd9142c911..7deb7c66e1 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -144,8 +144,8 @@ copr_p09_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: - arch_ppc64le - arch_ppc64le_native - hypervisor - - hypervisor_ppc64le - - hypervisor_ppc64le_{{ hv }} + - hypervisor_p09 + - hypervisor_p09_{{ hv }} - arch_power9 # The Power9 machine has 160 threads. The bottleneck is certainly small # disk, so try to waste the CPUs appropriately.