copr-be-dev: lower the amount of preallocated vms on HV
This commit is contained in:
parent
7afba71b54
commit
f47fe96f95
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue