[Buildbot-devel] Forcing builds remotely, anyone with code in stock?

Axel Hecht l10n.moz at googlemail.com
Sat Jan 30 11:02:11 UTC 2010


Interesting train of thought.

As I'm already using a status db, I could probably use that to pass data
around similarly.

Axel

2010/1/30 Ian Zimmerman <itz at clustrix.com>

> On Thu, 27 Aug 2009 14:09:04 +0200
> Axel Hecht <l10n.moz at googlemail.com> wrote:
>
> > Hi,
> >
> > I'm looking at adding code to an external web app to trigger builds in
> > buildbot. I'd probably like to not have to use a webstatus, so I
> > figured that doing something via pb might work.
> >
> > Has anyone done that already and would like to share some code?
> >
> > Things on my list would be auth via ssh keys, and then I'd like to be
> > able to call methods on schedulers. Maybe a mixin to be hooked on the
> > scheduler itself?
> >
> > Resubmitting would be nice, too. Could probably share a bunch of
> > code, but hooked on a status?
> >
> > Anyway, if someone else has thoughts or code in stock, that'd be
> > great.
>
> I have this working.  Basically, on the client side, a script that
> packages the parameters (owner, branch, revision, repeat count ...) into
> a python dictionary, pickles the dictionary, then scp's the pickle to
> the master.  On the master, a custom scheduler that looks a lot like
> Try_Jobdir.
>
> i
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100130/47aff699/attachment.html>


More information about the devel mailing list