mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Fix function call
Fix a function call typo in previous commit. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7353a843d5
commit
8829a85464
|
@ -74,7 +74,7 @@ def canStartBuild(builder, wfb, request):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
log.msg("Detected {0} GB of space available, more than threshold of {1} GB. OK to build".format(cmd.stdout, threshold))
|
log.msg("Detected {0} GB of space available, more than threshold of {1} GB. OK to build".format(cmd.stdout, threshold))
|
||||||
if wfb.worker.isPaused:
|
if wfb.worker.isPaused():
|
||||||
# It was low on space so delay the builds starting a bit
|
# It was low on space so delay the builds starting a bit
|
||||||
wfb.worker.quarantine_timeout = 2 * 60
|
wfb.worker.quarantine_timeout = 2 * 60
|
||||||
wfb.worker.putInQuarantine()
|
wfb.worker.putInQuarantine()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user