[Buildbot-devel] multiple branches and multiple ports
andrea crotti
andrea.crotti.0 at gmail.com
Mon Jan 7 10:36:59 UTC 2013
I'm trying to set up some continuos integration in my new company, and
since we are python-based I was thinking about buildbot to do the job.
We have a web-based product with django/bottle servers and
couchdb/elasticsearch.
We are also working on different branches at the same time, and it would
be greate to have buildbot to:
- checkout all the different branches
- run the various django/bottle instances on different ports
- run all the unit tests for all of them and show the results somewhere
I think the most tricky part is the second maybe, because I need maybe
some kind of "retry-on-error".
The bottle-based API for example might fail for a network error and
quit, but a simple restart would be enough to fix it..
Any advices of what I can look at to configure something like this?
Thanks
More information about the devel
mailing list