[Buildbot-devel] Gather build factory results

Dustin J. Mitchell dustin at v.igoro.us
Tue Mar 26 19:06:05 UTC 2013


On Fri, Mar 22, 2013 at 12:09 PM, Jim McHale <mchale at firststrike-inc.com>
wrote:
> In the waterfall for a given factory how can I code a build step that
> shows:
> Number of times that factory has done a build
> Number of times it was result was success
> Number of times it was failure?
>
> (or is this info stored somewhere that I can get it...)

That's not stored anywhere right now except in the history of builds --
which is very inefficient to access.

It's the sort of question that will be easier to answer in 'nine', but
still based on original sources (examining each build) rather than kept as
a separate counter.

In the interim, assuming a single-master configuration, you could write
that data to a text file or something like that..

Dustin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130326/40e9ae39/attachment.html>


More information about the devel mailing list