set buildvm-s390x-01 to only 1 job at a time to avoid congestion
This commit is contained in:
parent
3e1ad8e0a3
commit
479d504ae6
1 changed files with 5 additions and 0 deletions
|
@ -2,8 +2,13 @@
|
||||||
; The number of seconds to sleep between tasks
|
; The number of seconds to sleep between tasks
|
||||||
; sleeptime=15
|
; 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
|
||||||
|
{% else %}
|
||||||
; The maximum number of jobs that kojid will handle at a time
|
; The maximum number of jobs that kojid will handle at a time
|
||||||
maxjobs=25
|
maxjobs=25
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
; The minimum amount of free space (in MBs) required for each build root
|
; The minimum amount of free space (in MBs) required for each build root
|
||||||
; minspace=8192
|
; minspace=8192
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue