buildvm-x86-riscv: increase max jobs a bunch

These vm's run tasks like newrepos and tagging, so they can handle a lot
more smaller jobs like that. Increase things to 128 for now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-08-12 09:06:29 -07:00
parent a0d0e67578
commit fd6828d7c8

View File

@@ -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