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:
Pavel Raiskup 2021-03-25 21:07:59 +01:00
parent 9e3b72a519
commit 0793a1e9b3

View file

@ -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 %}