copr-be: try to use x86 copr04

This commit is contained in:
Pavel Raiskup
2025-12-20 15:54:12 +01:00
parent c68ec66f3e
commit cd95aa0095
10 changed files with 18 additions and 22 deletions

View File

@@ -193,9 +193,9 @@ copr_osuosl_{% if cpu == "p10" %}p10{% else %}p09{% endif %}_{% if on_demand %}{
{% endmacro %}
# x86_64 hypervisors
{% for hv in ["01", "02", "03", "04"] %}
{% for hv in ["04"] %}
{% if "x86_hypervisor_" + hv in builders %}
copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
vmhost_x86_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
max: {{ builders["x86_hypervisor_" + hv]["x86_64"][0] }}
max_starting: {{ builders["x86_hypervisor_" + hv]["x86_64"][1] }}
max_prealloc: {{ builders["x86_hypervisor_" + hv]["x86_64"][2] }}