From c15a2f2cea6b25c3028c33dd8c731f92484a4922 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 19 Dec 2024 05:54:46 +0100 Subject: [PATCH] copr-be: give at most 2 s390x builders to one user We have only 9 of them now. --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 855578df61..7772b50ade 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -55,7 +55,7 @@ builds_max_workers_arch= ppc64le={{ max_ppc64le_workers }} # Do not let one user waste the whole architecture capacity -build_max_workers_arch_per_owner=s390x=4 +build_max_workers_arch_per_owner=s390x=2 # Maximum number of concurrently running tasks per project owner. {% if env == 'production' %}