mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-be: start machines on the three p09 boxes in rdu3
This commit is contained in:
@@ -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] }}
|
||||
|
||||
Reference in New Issue
Block a user