mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user