copr: be-prod: lower the max_vms_per_user value

Nowadays, when the queue is rather large - several projects are able to
use all the VM resources (44 builders in theory! was 4 users and the
rest needed to wait).
This commit is contained in:
Pavel Raiskup 2019-09-04 17:50:14 +02:00 committed by Pierre-Yves Chibon
parent 3c20dc3e14
commit 3f61c62246

View file

@ -42,7 +42,7 @@ group0_terminate_playbook=/home/copr/provision/terminatepb_nova.yml
group0_max_vm_per_user=4
group0_max_vm_total=12
{% else %}
group0_max_vm_per_user=10
group0_max_vm_per_user=7
group0_max_vm_total=44
group0_vm_spawn_min_interval=5
group0_max_spawn_processes=5
@ -56,7 +56,7 @@ group1_max_vm_per_user=2
group1_max_vm_total=2
group1_max_spawn_processes=2
{% else %}
group1_max_vm_per_user=5
group1_max_vm_per_user=4
group1_max_vm_total=8
group1_max_spawn_processes=2
{% endif %}