[Buildbot-devel] How to disable some of the child nodes in WebStatus?
Kevin Funk
kevin.funk at kdab.com
Tue Apr 1 10:40:58 UTC 2014
Hey,
Is there any interest in a patch that disables some of the child nodes
('grid', 'tgrid', ...) in the WebStatus class?
Reasoning:
Our company's Buildbot instance has grown over the time and now hosts more
than 100 builders on one single buildmaster. Builders are scattered among
multiple projects/repositories. In this scenario, the 'grid' and 'tgrid' views
of WebStatus get fairly useless (because of the different repositories). It
also takes quite an amount of time to load those pages the first time. Hence
I'd like to just get rid off them on our instance, because noone uses them
anyway.
So, I wonder if someone minds a patch that allows "blocking" the creation of
some of the child nodes in WebStatus.setupUsualPages? The easiest way
(obviously) is passing a list of strings to WebStatus.__init__ which contains
the names of the blacklisted children.
Other ideas?
Greets
--
Kevin Funk | kevin.funk at kdab.com | Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
More information about the devel
mailing list