copr-be: start machines on the three p09 boxes in rdu3

This commit is contained in:
Pavel Raiskup
2025-10-22 08:30:57 +02:00
parent 386c4e573e
commit 4b78485abe
7 changed files with 31 additions and 65 deletions

View File

@@ -274,10 +274,10 @@ copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
# Power9 hypervisors
{% for hv in ["01", "02", "03"] %}
{% for hv in ["01", "02", "03", "04"] %}
{% if "p09_hypervisor_" + hv in builders %}
copr_p09_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
vmhost_p09_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
max: {{ builders["p09_hypervisor_" + hv]["ppc64le"][0] }}
max_starting: {{ builders["p09_hypervisor_" + hv]["ppc64le"][1] }}
max_prealloc: {{ builders["p09_hypervisor_" + hv]["ppc64le"][2] }}