forked from infra/ansible
copr-be: more quota per sandbox
This commit is contained in:
parent
8bbcceafdd
commit
615af75669
1 changed files with 5 additions and 1 deletions
|
|
@ -70,7 +70,11 @@ builds_max_workers_owner=0
|
|||
|
||||
# Maximum number of concurrently running tasks per build sandbox.
|
||||
{% if env == 'production' %}
|
||||
builds_max_workers_sandbox=35
|
||||
# Do not increase this number without cross-team discussion. Further increases
|
||||
# will have consequences (individuals stealing majority of machines).
|
||||
# Long-term, we should implement a dynamic quota system (e.g., something that
|
||||
# analyzes the structure of the queue).
|
||||
builds_max_workers_sandbox=50
|
||||
{% else %}
|
||||
builds_max_workers_sandbox=4
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue