mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-hv: enable migrated hvs on copr-be-dev
This commit is contained in:
@@ -195,7 +195,7 @@ copr_osuosl_{% if cpu == "p10" %}p10{% else %}p09{% endif %}_{% if on_demand %}{
|
||||
{% endmacro %}
|
||||
|
||||
# x86_64 hypervisors
|
||||
{% for hv in ["04"] %}
|
||||
{% for hv in ["01", "02", "03", "04"] %}
|
||||
{% if "x86_hypervisor_" + hv in builders %}
|
||||
vmhost_x86_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||
max: {{ builders["x86_hypervisor_" + hv]["x86_64"][0] }}
|
||||
|
||||
Reference in New Issue
Block a user