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

Dustin J. Mitchell dustin at zmanda.com
Wed Jan 27 02:22:57 UTC 2010


On Tue, Jan 26, 2010 at 6:58 PM, Rick Liu <rick.liu at mobidia.com> wrote:
> I'm very new to buildbot.
> Right now I'm reading through the source code of waterfall.py.

I think your first question should be: is the waterfall the best view?

For most purposes, either the console or one of the grids is the most
useful display - they show the things developers are interested in -
commits and builds - while omitting the things that developers don't
care for - relative timing of various steps.

That said, the waterfall is probably the most beastly piece of code in
buildbot right now.  It does not "play nice" with any other component
of Buildbot, and uses a *lot* of data to produce its output.  Further
complicating it is only likely to make it slower and more of a
resource hog.  I would not advise that anyone hack on the waterfall,
least of all someone new to Python.

I don't mean to dissuade you from your pursuit -- just to say "this
way lies madness."

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list