[Buildbot-devel] Figuring out if a step timed out

Ilya Katsnelson katsnelson at gmail.com
Mon Jan 14 16:30:46 UTC 2013


Hello:

I'm trying to write a doStepIf function. The function would return True if
the previous step has failed due to timeout (nothing on the output for the
timeout seconds). However, I'm yet to find a mechanism to do this using the
current buildbot API. The step status in the timeout case is FAILURE, there
is no special status for timeout. There is also no way to get the part of
the log that prints the timeout message (i.e. command timed out: 18000
seconds without output, attempting to kill

process killed by signal 9
program finished with exit code -1
elapsedTime=18001.938784


Any help will be appreciated.

Thank you,
-Ilya.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130114/9a55e587/attachment.html>


More information about the devel mailing list