--
You received this message because you are subscribed to the Google Groups "ros-sig-buildfarm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-buildf...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-buildfarm/CAP6aRqZe8ZM4SOdXFC7V9z%3DaQp%2B86gq63W7edgtn1i-Qp0wvTQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ros-sig-buildfarm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-buildf...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-buildfarm/fce80cdc-cc3b-4b20-91cc-8e7696ee75ac%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-buildfarm/CAFt-VfJQYJdVw20xmgPGoX6%2Bn_ttn3sCDNLyt5_fq06bK9KX9w%40mail.gmail.com.
I am on this list -- although not at that email :)RE: state of buildbot-ros: We use several instances of buildbot-ros at Fetch Robotics. I know there are at least 2-3 other decently sized entities using it as well. While there isn't a huge amount of activity, the project is maintained. Earlier this summer we added support for Pull Request builders (which we use extensively at Fetch), and I merged a pull request just yesterday to fix some documentation/install issues.RE: difference in approaches: I started buildbot-ros mainly because the old Jenkins farm was so difficult to setup, and was not at all ready for building non-open-source code. I'm not sure of the status of the OSRF docker farm, I know it has made forward movement, but I haven't had the time to try it out. I suppose at some point, if it is easy enough to setup, stable enough to depend on, and supports the required workflows, we might end up some day using the docker farm. That said, I can't imagine it ever being a 0-effort move, and given the sheer number of things that have to get done each day at Fetch, switching from our current farm to a new one is fairly low priority task.The OSRF approach is certainly more scalable (buildbot-ros is best for teams building 1-15 repositories, some of the Web UIs look terrible with more than 15 repos, but you can continue adding more repos. Buildbot has a hard-ish limit of 1000 different kinds of jobs (or roughly 250 repos if you have docbuild, testbuild, debbuild and pull request builders for each).-Fergs