[Buildbot-devel] (no subject)

Axel Hecht l10n.moz at googlemail.com
Wed Nov 10 17:59:33 UTC 2010


I for one am doing fine with custom slave step implementations. I don't have
many slaves to deal with, so the install path is easy, but you have to tweak
the buildbot.tac file on each slave to import your slave code, much like the
official slave step code is registered.

Axel

2010/9/21 David Weidenkopf <dweidenkopf at cococorp.com>

> Possibly naïve question here:
>
> Is there a buildstep (or some other construct) in buildbot that allows
> python code to run on the slave? For example, I would like define a function
> on the master and be able to pass that function to a buildstep to be
> executed on the slave. The code would not ever exist on the slave except
> when it is executed. I imagine the code would be pickled over to the slave,
> executed and then results pickled back. I guess buildbot is doing this
> already, but the capability is not exposed? The alternative seems to be
> SetProperty steps. One use case we have is that we want to have a random
> number generated each time a build step executes so that it can be passed to
> a test suite.
>
>
> David Weidenkopf
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> 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/20101110/a1fb1ae2/attachment.html>


More information about the devel mailing list