From a3476c8f715bd9a66427b69ace321af8ac6afada Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 7 Jan 2025 10:40:19 +0100 Subject: [PATCH] copr-be: correctly tag Madrid/Sao Paolo machines in resalloc --- 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 bd689670e4..3acad3ac3a 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -264,7 +264,7 @@ copr_ic_s390x_br_sao_{% if devel %}dev{% else %}prod{% endif %}: - name: arch_noarch priority: -30 - ibm_cloud - - us_east + - sao_paolo {% if devel %} tags_on_demand: {% endif %} @@ -291,7 +291,7 @@ copr_ic_s390x_madrid_{% if devel %}dev{% else %}prod{% endif %}: - name: arch_noarch priority: -30 - ibm_cloud - - us_east + - madrid {% if devel %} tags_on_demand: {% endif %}