mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
copr-be-dev: lower the amount of preallocated vms on HV
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user