[Buildbot-devel] supporting buildbot for android

Anantvijay K anantvijayk.ml at gmail.com
Tue Jul 14 14:56:59 UTC 2009


Hi Dustin, all,

Thanks, that worked...... Now tweaking the two classes to suit the android
repository.

I'm having a small doubt in the waterfall display page when u click on the
build number, the build details are shown.

 Build Properties:  Name Value Source branch master Build buildername
Android_full_Builder Build buildnumber 166 Build got_revision
TAG_MASTER_XXXX Source revision None Build scheduler Android_basic_scheduler
Scheduler slavename bot1 BuildSlave

 You can see that the "revision" is still shown as None. What is the
difference between the "got revision" and "revision"?
I've overidden the "computeSourceRevision" function in the master side class
and "parseGotRevision" funtion on the slave side class. How do i set the
"revision" which is shown as None?



Thanks,
Anantvijay




On Mon, Jul 13, 2009 at 6:54 PM, Dustin J. Mitchell <dustin at zmanda.com>wrote:

> On Mon, Jul 13, 2009 at 6:05 AM, Anantvijay K<anantvijayk.ml at gmail.com>
> wrote:
> > Going forward with the previous communications, i've wriiten two classes
> for
> > supporting android:
> > 1. Repo - master side
> > 2. RespoSlave - slave side
> > For now i have written both the classes in the master.cfg, since this is
> to
> > verify whether the approach works. It still has lots of code from the Git
> > classes.
> >
> > I'm facing some issue when i try to use my source step Repo(........).
> > The master's log says:
>
> How can you write a class to be used on the slave, but put it in
> master.cfg?  You'll need to add that class to
> buildbot/slave/commands.py on the slave.
>
> Dustin
>
> --
> Open Source Storage Engineer
> http://www.zmanda.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090714/e09e6688/attachment.html>


More information about the devel mailing list