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:
parent
83ead7c929
commit
b0ddd09187
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue