From 68ec08de9f4dd3eeb78b01b515fbba6394638a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 16 Feb 2026 13:28:14 +0100 Subject: [PATCH] copr: fix name of the pool --- roles/copr/backend/templates/resalloc/pools.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml.j2 b/roles/copr/backend/templates/resalloc/pools.yaml.j2 index c6757253c0..6f68c7f27c 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml.j2 +++ b/roles/copr/backend/templates/resalloc/pools.yaml.j2 @@ -15,7 +15,7 @@ # default priority is 0 # reserved instances in cloud has > 0 # on-premise instance < 0 -# high performance instances <= 40 +# high performance instances <= - 40 # # - if you need to drop a pool, it requires you to do a few steps: # a) first evacutate the pool by setting `max: 0`, @@ -26,7 +26,7 @@ {% macro aws(arch, max, max_starting, max_prealloc, spot=False, on_demand=none, priority=0, reserved=False) %} aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot %}spot{% else %}normal{% endif %}{% if reserved %}reserved{% endif %}_{% if devel %}dev{% else %}prod{% endif %}: -{% if on_demand %} +{% if on_demand and not reserved %} max: 10 max_starting: 4 {% elif reserved and devel %}