copr: enable ppc64le architecture
This commit is contained in:
parent
e5becd03b8
commit
c5c592a47a
1 changed files with 11 additions and 1 deletions
|
@ -15,7 +15,6 @@ frontend_auth={{ copr_backend_password }}
|
|||
group0_name=PC
|
||||
group0_archs=i386,x86_64
|
||||
|
||||
|
||||
# new OS cloud, VMM based backend
|
||||
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
|
||||
group0_terminate_playbook=/home/copr/provision/terminatepb_nova.yml
|
||||
|
@ -25,10 +24,21 @@ group0_max_workers=16
|
|||
group0_max_vm_per_user=4
|
||||
group0_max_vm_total=12
|
||||
{% else %}
|
||||
build_groups=2
|
||||
group1_name=PPC64LE
|
||||
group1_archs=ppc64le
|
||||
|
||||
group0_max_workers=28
|
||||
group0_max_vm_per_user=6
|
||||
group0_max_vm_total=25
|
||||
vm_spawn_min_interval=15
|
||||
|
||||
group1_spawn_playbook=/home/copr/provision/builderpb_ppc64le.yml
|
||||
group1_terminate_playbook=/home/copr/provision/terminatepb_ppc64le.yml
|
||||
|
||||
group1_max_workers=5
|
||||
group1_max_vm_per_user=2
|
||||
group1_max_vm_total=4
|
||||
{% endif %}
|
||||
|
||||
## old OS cloud, non VMM backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue