[Buildbot] #3289: only grab logfiles on failure

Buildbot trac trac at buildbot.net
Wed Jun 24 03:40:42 UTC 2015


#3289: only grab logfiles on failure
----------------------+-----------------------
Reporter:  vlovich    |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  master     |   Keywords:
----------------------+-----------------------
 Sometimes logfiles can be big & grabbing them on success is not meaningful
 (i.e. you will only ever look at them for when something has gone wrong).
 In that case, it probably would be nice for the logfiles option in
 !ShellCommand to be able to specify {"only_on_complete", True/False} for
 limiting getting the logfile only until the download is complete (i.e. not
 followed live).  If this is handled by follow then we should make the
 documentation for follow more clear.

 Then there would also be an additional {"retrieve_if", callable} where
 callable takes in the current step & logfile name & returns whether or not
 it should be retrieved.

--
Ticket URL: <http://trac.buildbot.net/ticket/3289>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list