copr: fix name of the pool

This commit is contained in:
Miroslav Suchý
2026-02-16 13:28:14 +01:00
parent 2cfcd10d79
commit 68ec08de9f

View File

@@ -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 %}