[Buildbot-devel] Inherit property for Dependent scheduler

Dustin J. Mitchell dustin at v.igoro.us
Sun Dec 8 21:18:50 UTC 2013


On Wed, Dec 4, 2013 at 7:31 AM, asibilev <anton.sibilev at gmail.com> wrote:
> As far as I can see builders from Dependent schedulers can't inherit custom
> properties (only codebase) from upstream builders. How I can implement it?
> For example, I have property 'build_type' for all upstream builders and I want
> the same value for my Dependent scheduler..

That would require some explicit subclassing of the Dependent
scheduler.  One complicating factor is that Dependent can wait on
multiple builds (it watches buildsets), so you'll need to pull the
property from multiple builds and pick a value from that set.

Dustin




More information about the devel mailing list