1
0
Fork 0
forked from infra/ansible

copr-be: drop Power8 hypervisors from our configuration

This commit is contained in:
Pavel Raiskup 2026-04-22 09:19:13 +02:00
commit cd5d720e6d
4 changed files with 0 additions and 49 deletions

View file

@ -33,11 +33,6 @@ builders:
aws_spot:
aarch64: [30, 4, 1]
x86_64: [70, 8, 16]
ppc64le_hypervisor_01:
ppc64le: [0, 4, 15]
# There's the ppc64le-test machine, so keep 2 builders less.
ppc64le_hypervisor_02:
ppc64le: [0, 4, 13]
p09_hypervisor_01:
ppc64le: [15, 5, 15]
p09_hypervisor_02:

View file

@ -33,10 +33,6 @@ builders:
aws_spot:
aarch64: [3, 3, 1]
x86_64: [0, 0, 1]
ppc64le_hypervisor_01:
ppc64le: [0, 1, 1]
ppc64le_hypervisor_02:
ppc64le: [0, 1, 1]
p09_hypervisor_01:
ppc64le: [1, 1, 1]
p09_hypervisor_02:

View file

@ -252,41 +252,6 @@ vmhost_x86_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
{% endif %}
{% endfor %}
# Power8 hypervisors
{% for hv in ["01", "02", "03"] %}
{% if "ppc64le_hypervisor_" + hv in builders %}
copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
max: {{ builders["ppc64le_hypervisor_" + hv]["ppc64le"][0] }}
max_starting: {{ builders["ppc64le_hypervisor_" + hv]["ppc64le"][1] }}
max_prealloc: {{ builders["ppc64le_hypervisor_" + hv]["ppc64le"][2] }}
tags:
- copr_builder
- name: arch_noarch
priority: -8
- arch_ppc64le
- arch_ppc64le_native
- hypervisor
- hypervisor_ppc64le
- hypervisor_ppc64le_{{ hv }}
- arch_power8
cmd_new: "copr-resalloc-vm-ip-to-yaml /var/lib/resallocserver/provision/libvirt-new --swap-vol-size 168"
cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-delete"
cmd_livecheck: "resalloc-check-vm-ip"
cmd_release: "/var/lib/resallocserver/resalloc_provision/vm-release"
cmd_list: "/var/lib/resallocserver/provision/libvirt-list"
livecheck_period: 180
reuse_opportunity_time: 90
reuse_max_count: 8
reuse_max_time: 1800
description: >
A pool of ppc64le instances in the Fedora Community Cage.
These machines have POWER8 processors and are located in RDU (N Carolina).
Thank you Fedora Infrastructure team for maintaining the hypervisors.
{% endif %}
{% endfor %}
# Power9 hypervisors
{% for hv in ["01", "02", "03", "04"] %}
{% if "p09_hypervisor_" + hv in builders %}

View file

@ -41,11 +41,6 @@ copr_osuosl_*)
*s390x*)
exit 0
;;
*copr_hv_x86_64_*)
;;
*copr_hv_ppc64le_*)
;;
vmhost*)
# hypervisors
;;