copr-be: allow starting powerful builders in parallel

This is OK with Resalloc 5.1+:
https://github.com/praiskup/resalloc/releases/tag/v5.1
This commit is contained in:
Pavel Raiskup 2023-11-06 16:07:10 +01:00
parent 83ead7c929
commit b0ddd09187

View file

@ -13,7 +13,7 @@
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 %}
max: 10
max_starting: 1
max_starting: 4
{% elif reserved and devel %}
max: 0
{% else %}