mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
copr-be-dev: hire the second Power8 hypervisor
This commit is contained in:
@@ -51,4 +51,7 @@ builders:
|
|||||||
ppc64le_hypervisor_01:
|
ppc64le_hypervisor_01:
|
||||||
ppc64le: [2, 1, 1]
|
ppc64le: [2, 1, 1]
|
||||||
|
|
||||||
|
ppc64le_hypervisor_02:
|
||||||
|
ppc64le: [2, 1, 1]
|
||||||
|
|
||||||
rpm_vendor_copr_name: Fedora Copr (devel)
|
rpm_vendor_copr_name: Fedora Copr (devel)
|
||||||
|
|||||||
@@ -61,6 +61,13 @@ def get_hv_identification_from_pool_id(pool_id):
|
|||||||
".rdu-cc.fedoraproject.org/system",
|
".rdu-cc.fedoraproject.org/system",
|
||||||
"ppc64le",
|
"ppc64le",
|
||||||
)
|
)
|
||||||
|
if pool_id.startswith("copr_hv_ppc64le_01"):
|
||||||
|
return (
|
||||||
|
5,
|
||||||
|
"qemu+ssh://copr@vmhost-p08-copr02"
|
||||||
|
".rdu-cc.fedoraproject.org/system",
|
||||||
|
"ppc64le",
|
||||||
|
)
|
||||||
raise Exception("can't convert pool_id to hv ID")
|
raise Exception("can't convert pool_id to hv ID")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# x86_64 hypervisors
|
# Power hypervisors
|
||||||
{% for hv in ["01"] %}
|
{% for hv in ["01", "02"] %}
|
||||||
{% if "ppc64le_hypervisor_" + hv in builders %}
|
{% if "ppc64le_hypervisor_" + hv in builders %}
|
||||||
|
|
||||||
copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||||
|
|||||||
Reference in New Issue
Block a user