[Buildbot-devel] Accessing build status/properties of Triggerable

Pierre Tardy tardyp at gmail.com
Fri Feb 7 18:25:50 UTC 2014


Hi Mick,

There is no API at the moment to do what you are saying. I have some
internal hacks in order to achieve similar functionality, and I'm willing
to contribute a proper solution for buildbot nine.
The hack involve querying the database, looking for property inherited from
the parent build.

The proper solution is to add a table which add 1-n build relationships. My
goal is to have database recording parent/child relations from trigger
step, rebuilds, and inheritParameter.

I have not scheduled yet when I'll be able to work on this, dont wait for
me if you want this functionality, this is very complicated to do.
As this needs db changes, this can only be accepted on the nine branch.

Regards,
Pierre



Pierre


On Fri, Feb 7, 2014 at 1:52 AM, Mick Jordan <mick.jordan at oracle.com> wrote:

> I have a controlling builder that runs a Trigger step that spawns a set
> of Triggerable schedulers that run (the same) build on different
> architectures, with waitForFinished=True. In a subsequent step I want to
> look at the status/properties of the actual build (steps) in all those
> triggered builds. It isn't clear to me how to do this, so help appreciated.
>
> Thanks
> Mick Jordan
>
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140207/f93e27b0/attachment.html>


More information about the devel mailing list