[Buildbot-devel] multiple branches and multiple ports

Mike Sorrenti mikesorrenti at gmail.com
Tue Jan 8 04:28:39 UTC 2013


I would suggest writing a test driver script that performs the more complex
logic and calling that with Buildbot's ShellCommand. If a simple exit code
isn't enough output for you consider using the `logfiles` attribute.


On Mon, Jan 7, 2013 at 2:36 AM, andrea crotti <andrea.crotti.0 at gmail.com>wrote:

> 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
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122412
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130107/2c931dd7/attachment.html>


More information about the devel mailing list