diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 17be33ea06..60445d8365 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -5,6 +5,9 @@ sleeptime=15 {% if host in groups['buildvm_s390x'] and host in groups['runroot'] %} ; The maximum number of jobs that kojid will handle at a time maxjobs=1 +{% elif host in groups['buildvm_x86_riscv'] %} +; The maximum number of jobs that kojid will handle at a time +maxjobs=128 {% else %} ; The maximum number of jobs that kojid will handle at a time maxjobs=25