From 1e42b2b1302e83ed1e5afae4df75327d8fb93995 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 16 Dec 2023 12:10:26 +0100 Subject: [PATCH] copr: allow taking 12 of 18 builders for s390x --- 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 68c13788b7..b230cfb467 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=8 +build_max_workers_arch_per_owner=s390x=12 # Maximum number of concurrently running tasks per project owner. {% if env == 'production' %}