On Jun 20, 2008, at 23:20, dormando wrote:

The vision is whatever people want. Have box, will travel. I like the
idea of having it poll external test suites and aggregate the results...
Need a custom build whatever per slave, but that's not too bad.

So I guess I'll extend the same offer as Brian; if someone wants to help
set it up we can do whatever we want with the buildbot I have.


Well, there's certainly room for more than one master. Ideally, you'd want a separate master for each different thing that's being built:

        1) Stable tree.
        2) Development tree.
        *) Each client.

Slaves can attach to these to masters to ensure portability and stuff. I like to use python's buildbot setup as an example:

        http://www.python.org/dev/buildbot/

Anyone who would want to run a slave would just need to install the prerequisites and ask for slave credentials on the master. Of course, in order to be useful, one would have to be offering something different.

--
Dustin Sallings

Reply via email to