copr-be-dev: increase quota for one user
Nobody is using devel stack except for Copr Team, and we run heavily parallelized unit tests so we enjoy more concurrent VMs. In case there are no task processed, the VM count anyways goes down to the setup in pool.yaml. So this change actually doesn't mean more VMs is going to be wasted in normal situations.
This commit is contained in:
parent
9e3b72a519
commit
0793a1e9b3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ builds_max_workers_arch=
|
|||
{% if env == 'production' %}
|
||||
builds_max_workers_owner=25
|
||||
{% elif devel %}
|
||||
builds_max_workers_owner=6
|
||||
builds_max_workers_owner=15
|
||||
{% else %}
|
||||
builds_max_workers_owner=0
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue