copr-be-dev: lower the amount of preallocated vms on HV

This commit is contained in:
Pavel Raiskup 2021-05-17 09:59:36 +02:00
parent 7afba71b54
commit f47fe96f95

View file

@ -51,8 +51,8 @@ aws_aarch64_normal_{% if devel %}dev{% else %}prod{% endif %}:
{% for hv in ["02", "03", "04"] %}
copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
max: 3
max_starting: 2
max_prealloc: 2
max_starting: 1
max_prealloc: 1
tags:
- copr_builder
- arch_x86_64