Re: Buildbot version
- From: Ilmar Wilbers <ilmarw simula no>
- To: build-brigade-list <build-brigade-list gnome org>
- Subject: Re: Buildbot version
- Date: Fri, 20 Jun 2008 11:25:22 +0200
Iago Toral Quiroga wrote:
For example, here's a snippet from Twisted's buildmaster configuration:
winxp32py25iocp = scmikesWinXP32.copy()
winxp32py25iocp.update({
'name': "winxp32-py2.5-iocp",
'builddir': "WXP32-full2.5-iocp",
'factory': TwistedReactorsBuildFactory(blah blah blah),
'category': 'unsupported'})
builders.append(winxp32py25iocp)
...
status.putChild(
"waterfall",
WaterfallStatusResource(categories=['supported', 'unsupported']))
This gives us a waterfall with all our builders. We have another one
that only includes "supported". So, you could create a category for
each project and then a waterfall for each category. This done, you
should only need one slave process per slave machine, and they can
all talk to the same master."
Would this [1] be the result of using categories?
ilmar
[1] http://twistedmatrix.com/buildbot/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]