commit 7cc874c45c2d54fb49b409bb72e601d6d0972eb5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jun 23 13:13:04 2023 +0200
One job at a time on aarch64
roles/koji_builder/templates/kojid.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/roles/koji_builder/templates/kojid.conf
b/roles/koji_builder/templates/kojid.conf
index e3b09a7..788fc38 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -3,7 +3,11 @@
; sleeptime=15
; The maximum number of jobs that kojid will handle at a time
+{% if inventory_hostname.startswith('aarch64') %}
+maxjobs=1
+{% else %}
maxjobs=4
+{% endif %}
; The minimum amount of free space (in MBs) required for each build root
; minspace=8192
Show replies by thread