[Buildbot] #3093: Multi-master configuration via one config.

Buildbot trac trac at buildbot.net
Fri Dec 5 21:22:15 UTC 2014


#3093: Multi-master configuration via one config.
-------------------------+--------------------
Reporter:  Ben           |       Owner:
    Type:  enhancement   |      Status:  new
Priority:  major         |   Milestone:  0.9.+
 Version:  master        |  Resolution:
Keywords:  multi-master  |
-------------------------+--------------------

Comment (by dustin):

 My thought for this is as follows:

 The config provider runs an HTTP service which, given a Python module
 path, returns Python source.

 The masters have a stubbed-out configuration file which installs an import
 hook that can talk to the config provider, then imports some canonical
 name (e.g., `import remote_buildbot_config`).

 This way, all of the Python source used in the (re)load come from the same
 source directory.  And best of all, the client side can be accomplished
 without changes to Buildbot.

--
Ticket URL: <http://trac.buildbot.net/ticket/3093#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list