[copr][backend] increased builders VM limits
This commit is contained in:
parent
f26ae18c6e
commit
91e9eefe44
1 changed files with 8 additions and 1 deletions
|
@ -20,9 +20,16 @@ group0_archs=i386,x86_64
|
|||
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
|
||||
group0_terminate_playbook=/home/copr/provision/terminatepb_nova.yml
|
||||
|
||||
group0_max_workers=20
|
||||
{% if devel %}
|
||||
group0_max_workers=16
|
||||
group0_max_vm_per_user=4
|
||||
group0_max_vm_total=12
|
||||
{% else %}
|
||||
group0_max_workers=28
|
||||
group0_max_vm_per_user=6
|
||||
group0_max_vm_total=25
|
||||
vm_spawn_min_interval=15
|
||||
{% endif %}
|
||||
|
||||
## old OS cloud, non VMM backend
|
||||
#group0_spawn_playbook=/home/copr/provision/builderpb.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue