From 2ac3a6081c80109e80ac10d6350f37c2b6709aec Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 25 May 2020 11:12:38 +0200 Subject: [PATCH] copr-be-dev: limit max workers --- roles/copr/backend/templates/copr-be.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index bb36b39b57..2638e84090 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -34,6 +34,10 @@ frontend_auth={{ copr_backend_password_stg }} {% if devel %} build_groups=0 + +builds_max_workers_arch=x86_64=18,armhfp=2,aarch64=10 +builds_max_workers_sandbox=5 +builds_max_workers_owner=15 {% else %} build_groups=5 {% endif %}