From fb673b2878ca9b08fbd5afaa2115cf9fa801ef15 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 9 Jan 2022 22:14:21 +0100 Subject: [PATCH] copr-builders: hypervisors shouldn't take s390x tasks --- roles/copr/backend/templates/resalloc/pools.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 22bb63d366..e8e70b4a93 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -86,8 +86,12 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: - arch_i686_native - arch_armhfp - arch_armhfp_emulated +{% if devel %} + - drop_this_warning_warning +{% else %} - arch_s390x - arch_s390x_emulated +{% endif %} - hypervisor - hypervisor_x86_64 - hypervisor_x86_64_{{ hv }}