copr: be: enable aws x86_64 builders in production

This commit is contained in:
Pavel Raiskup 2019-12-02 07:45:48 +01:00 committed by Pierre-Yves Chibon
parent 3b33ac61a6
commit 66f633cd56

View file

@ -26,7 +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.
build_groups={% if devel %}4{% else %}3{% endif %}
build_groups=4
group0_name=PC
group0_archs=i386,x86_64,i586,armhfp
@ -91,9 +91,9 @@ group3_vm_health_check_max_time=80
group3_vm_spawn_min_interval=5
{% if not devel %}
group3_max_vm_total=24
group3_max_vm_total=32
group3_max_vm_per_user=4
group3_max_spawn_processes=6
group3_max_spawn_processes=8
{% else %}
group3_max_vm_total=4
group3_max_vm_per_user=2