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

Marc-Antoine Ruel maruel at chromium.org
Sat Jan 30 16:33:35 UTC 2010


If you want to use ssh/scp, I recommend using conch instead. But if it
already works for you, it's not worth breaking. :)

M-A

2010/1/30 Axel Hecht <l10n.moz at googlemail.com>:
> 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
>>
>>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>




More information about the devel mailing list