copr-be-dev: hire the second Power8 hypervisor
This commit is contained in:
parent
4b2eabfeb5
commit
b859de2bce
3 changed files with 12 additions and 2 deletions
|
@ -51,4 +51,7 @@ builders:
|
|||
ppc64le_hypervisor_01:
|
||||
ppc64le: [2, 1, 1]
|
||||
|
||||
ppc64le_hypervisor_02:
|
||||
ppc64le: [2, 1, 1]
|
||||
|
||||
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",
|
||||
"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")
|
||||
|
||||
|
||||
|
|
|
@ -88,8 +88,8 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
# x86_64 hypervisors
|
||||
{% for hv in ["01"] %}
|
||||
# Power hypervisors
|
||||
{% for hv in ["01", "02"] %}
|
||||
{% if "ppc64le_hypervisor_" + hv in builders %}
|
||||
|
||||
copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue