copr: raise builder quota

This commit is contained in:
Jakub Kadlcik 2022-05-03 20:04:17 +02:00 committed by frostyx
parent 7a88ef0429
commit 848ce2c8f7
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ builders:
x86_64: [20, 4, 4]
aws_spot:
aarch64: [30, 4, 6]
x86_64: [40, 8, 8]
x86_64: [70, 8, 8]
ppc64le_hypervisor_01:
ppc64le: [15, 4, 15]
# There's the ppc64le-test machine, so keep 2 builders less.

View file

@ -56,7 +56,7 @@ builds_max_workers_arch=
# Maximum number of concurrently running tasks per project owner.
{% if env == 'production' %}
builds_max_workers_owner=35
builds_max_workers_owner=45
{% elif devel %}
builds_max_workers_owner=15
{% else %}
@ -64,7 +64,7 @@ builds_max_workers_owner=0
{% endif %}
# Maximum number of concurrently running tasks per build sandbox.
builds_max_workers_sandbox=25
builds_max_workers_sandbox=35
# Maximum number of concurrent background processes spawned for handling
# actions.