copr: flip the default for reserved

This commit is contained in:
Miroslav Suchý 2023-11-03 17:27:30 +01:00
parent 15ddec5a36
commit 1a53796c45

View file

@ -9,7 +9,7 @@
# on-premise instance < 0
# high performance instances <= 40
{% macro aws(arch, max, max_starting, max_prealloc, spot=False, on_demand=none, priority=0, reserved=True) %}
{% 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 not on_demand %}
max: {{ max }}