This has been a very interesting/enlightening thread, great initiative :) At my workplace we write a mix of C++ and Python (mostly the former) for Windows and Linux, and Buildbot has proved very useful aid in our development process, especially since it catches a lot of compilation errors (typically code that compiles on one platform, but not on the other). I feel that making use of Buildbot has simplified our collaborative processes greatly, due to how it tends to nip problems in the bud. We don&#39;t extract any reports from the BB runs, apart from the waterfall view.<br>
<br>Our slaves run on three VMware virtual machines at the time being. We haven&#39;t had this setup for very long, so we&#39;re still kind of getting to grips with it. We&#39;re also in the process of integrating it with Squish, which is our tool for testing our Qt-based applications. If we can make this combination work properly for us, I will be quite content :]<br>
<br>Arve<br>

<br><div class="gmail_quote">On Fri, Aug 28, 2009 at 1:06 AM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br>
<br>
I think I&#39;m going to do a comparison of CI tools soon, and I wanted to<br>
know what people are using in their Python projects.  So far I&#39;m<br>
planning on looking at these three:<br>
<br>
Hudson<br>
CruiseControl<br>
buildbot<br>
<br>
plus pony-build as a different (and differently problematic, I&#39;m afraid)<br>
way of doing things.<br>
<br>
I don&#39;t get the sense that bitten is used terribly much, but I&#39;m willing<br>
to change my mind if I get many howls of protest.<br>
<br>
Anything else that people think I should look at?<br>
<br>
tnx,<br>
--titus<br>
<font color="#888888">--<br>
C. Titus Brown, <a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a><br>
<br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</font></blockquote></div><br>