copr: raise builder quota
This commit is contained in:
parent
7a88ef0429
commit
848ce2c8f7
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ builders:
|
||||||
x86_64: [20, 4, 4]
|
x86_64: [20, 4, 4]
|
||||||
aws_spot:
|
aws_spot:
|
||||||
aarch64: [30, 4, 6]
|
aarch64: [30, 4, 6]
|
||||||
x86_64: [40, 8, 8]
|
x86_64: [70, 8, 8]
|
||||||
ppc64le_hypervisor_01:
|
ppc64le_hypervisor_01:
|
||||||
ppc64le: [15, 4, 15]
|
ppc64le: [15, 4, 15]
|
||||||
# There's the ppc64le-test machine, so keep 2 builders less.
|
# There's the ppc64le-test machine, so keep 2 builders less.
|
||||||
|
|
|
@ -56,7 +56,7 @@ builds_max_workers_arch=
|
||||||
|
|
||||||
# Maximum number of concurrently running tasks per project owner.
|
# Maximum number of concurrently running tasks per project owner.
|
||||||
{% if env == 'production' %}
|
{% if env == 'production' %}
|
||||||
builds_max_workers_owner=35
|
builds_max_workers_owner=45
|
||||||
{% elif devel %}
|
{% elif devel %}
|
||||||
builds_max_workers_owner=15
|
builds_max_workers_owner=15
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -64,7 +64,7 @@ builds_max_workers_owner=0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Maximum number of concurrently running tasks per build sandbox.
|
# 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
|
# Maximum number of concurrent background processes spawned for handling
|
||||||
# actions.
|
# actions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue