From 2de76376c5ec7a8005913f74b857ef9d76f102e3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 9 Jan 2024 17:20:12 +0100 Subject: [PATCH] copr-be: pools: config typo for prod --- roles/copr/backend/templates/resalloc/pools.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 8c373967f8..0321011f50 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -228,12 +228,15 @@ copr_ic_s390x_{{ t + '_' if t or '' }}us_east_{% if devel %}dev{% else %}prod{% priority: -30 - ibm_cloud - us_east -{% if devel or t == 'hp' %} +{% if devel %} tags_on_demand: {% endif %} - arch_s390x - arch_s390x_native {% if t == 'hp' %} +{% if not devel %} + tags_on_demand: +{% endif %} - on_demand_powerful {% endif %} cmd_new: '/var/lib/resallocserver/resalloc_provision/ibm-cloud-vm create "$RESALLOC_NAME"'