From 92ce28f253b628212dcd0c03e8278df3cc3e8182 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 18 Dec 2023 20:42:31 +0100 Subject: [PATCH] copr: decrease s390x quota / owner Complements: 1460c09f3ffb7b6f4b7a7b3adbd0b5c53c3d19cf --- 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 b230cfb467..68c13788b7 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=12 +build_max_workers_arch_per_owner=s390x=8 # Maximum number of concurrently running tasks per project owner. {% if env == 'production' %}