copr: enable aarch64 builders in production
This commit is contained in:
parent
27c64331b1
commit
4bc27555b7
3 changed files with 2 additions and 10 deletions
|
@ -138,7 +138,6 @@
|
|||
|
||||
- name: resalloc
|
||||
import_tasks: resalloc.yml
|
||||
when: devel
|
||||
tags:
|
||||
- resalloc
|
||||
|
||||
|
|
|
@ -26,12 +26,7 @@ frontend_auth={{ copr_backend_password }}
|
|||
# vm_max_check_fails=2 - when machine is consequently X times marked as failed then it is terminated
|
||||
# vm_terminating_timeout=600 - when machine was terminated and terminate PB did not finish within this number of second, we will run the PB once again.
|
||||
|
||||
{% if devel %}
|
||||
# TODO: swap to 3 also on production
|
||||
build_groups=3
|
||||
{% else %}
|
||||
build_groups=2
|
||||
{% endif %}
|
||||
|
||||
group0_name=PC
|
||||
group0_archs=i386,x86_64,i586
|
||||
|
@ -73,8 +68,7 @@ group2_terminate_playbook=/home/copr/provision/terminatepb_libvirt_aarch64.yml
|
|||
group2_vm_health_check_period=30
|
||||
group2_vm_health_check_max_time=120
|
||||
|
||||
# TODO: switch devel/production
|
||||
{% if devel %}
|
||||
{% if not devel %}
|
||||
group2_max_vm_per_user=4
|
||||
group2_max_vm_total=8
|
||||
# we can not over-load hypervisors, there's max-spawn limit in resalloc config
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# TODO: s/devel/not devel/
|
||||
{% if devel %}
|
||||
{% if not devel %}
|
||||
# Production configuration. On each aarch64 host we have
|
||||
# 2 guests VMs of
|
||||
# - 10 VCPUs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue