Debug log all cases where we mark a build as incomplete in the queue
Should help us narrow down why some builds are falling back
This commit is contained in:
parent
ef41e57aad
commit
c98472e9f3
3 changed files with 10 additions and 2 deletions
|
@ -17,7 +17,7 @@ class BaseManager(object):
|
|||
every few minutes. """
|
||||
self.job_heartbeat_callback(build_job)
|
||||
|
||||
def setup_time(self):
|
||||
def overall_setup_time(self):
|
||||
""" Returns the number of seconds that the build system should wait before allowing the job
|
||||
to be picked up again after called 'schedule'.
|
||||
"""
|
||||
|
|
Reference in a new issue