[Buildbot-devel] Is possible to have more than one server in git_buildbot.py?

shiny knight theshinyknight at me.com
Mon Jan 6 00:59:58 UTC 2014


Hi all

I am checking the feasibility to have multiple master that perform different actions, but that uses the same repository.

I have one master configured, so I have the git_buildbot.py set for that server, on my git repo. Now I would like to add another master, which takes the same code from the same repository, but does different actions. I know that you may suggest to do all on one master, making different slaves, but it is not an approach that I can use.

So, since I was not able to find in the documentation the answer, I hope that you may clarify this for me.

When I select a server in the git_buildbot.py, I am forced to use only one, or may I add multiple server?

Could I simply replace the code, so instead of executing the functions on one entry, I may loop trough a list of entries? Or is something that goes against how the Buildbot was implemented?

All that I need, is to see the same revisions and commits on the second server, as I see them on the first one, so I can trigger the build.

I thought I would ask first, before touching the script and chase ghosts...maybe someone already did what I am trying to implement, so I don't have to re-invent the wheel.

Thanks



More information about the devel mailing list