[Buildbot-devel] How to create sub-columns for each buildslaves under the same builders in waterfall

Alexander O'Donovan-Jones Alexander at ccpgames.com
Wed Jan 27 01:09:24 UTC 2010


In my implementation of BB, that would only be somewhat useful, since I have many machines, that can do the same generic tasks. In this instance, I only need one of them to actually do the work, so would only want one entry in the waterfall.
Some breakdown between min(1, # of build requests) would possibly work, so that it would scale to show parallel builds as parallel columns.
________________________________________
From: Rick Liu [rick.liu at mobidia.com]
Sent: 27 January 2010 00:58
To: Marc-Antoine Ruel
Cc: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] How to create sub-columns for each buildslaves under the same builders in waterfall

Hi,

I'm very new to buildbot.
Right now I'm reading through the source code of waterfall.py.

My approach is:
When waterfall tries to draw the boxes (cells),
first check the number of buildslaves for that builder,
then draws the boxes with status/info for each buildslaves.
Then for BuildBox (builder cell), do column span for the number of buildslaves.


My biggest problem is that I'm not very familiar with buildbot and python,
so wonder anyone could give me some tips or directions.
That would be very helpful.


Thanks,

Rick



-----Original Message-----
From: maruel at google.com [mailto:maruel at google.com] On Behalf Of Marc-Antoine Ruel
Sent: Tuesday, January 26, 2010 3:49 PM
To: Rick Liu
Cc: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] How to create sub-columns for each buildslaves under the same builders in waterfall

That would be interesting but that functionality doesn't exist in the
waterfall yet.

M-A

2010/1/26 Rick Liu <rick.liu at mobidia.com>:
> Hi,
>
>
>
> I have 3 buildslaves under a single builder for redundant and quick test
> feedback of frequent code submissions.
>
> Because my build and test take long time,
>
> most of time 3 buildslaves would do build in parallel.
>
>
>
> However, in waterfall display,
>
> there's only one column for each builder.
>
> 3 buildslave processes will be overlapped with each other.
>
>
>
> Is there a way to create sub-columns in waterfall for each buildslaves under
> the same builders?
>
>
>
> Thanks,
>
>
>
> Rick
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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