[Buildbot-devel] buildbot, multiple projects and c++

Benoit Sigoure tsuna at lrde.epita.fr
Sat Jan 13 20:51:23 UTC 2007


Quoting Amanjit Gill <amanjit.gill at gmx.de>:

> Hello,
>
> First of all I like buildbot. Thanks for creating it. I want to do
> continuous integration with c++, multiple projects (libraries, only one
> linux platform at present) that depend upon each other.. when a project
> changes it is rebuild, and all dependencies are rebuilt.
>
> - I have setup one c++ project with one waterfall page already (standard
> use case).
> - Which is the best way to handle multiple projects and dependencies...
> Do I have to setup multiple buildbots or can I use multiple schedulers
> and do some tricks with the fileIsImportant setting? Ideally, I want to
> use one waterfall html page for all the projects.
>
> Maybe s.o. is using buildbot in a similar scenario (dependencies between
> multiple projects) and can give me some insight
>
> thanks,
> Amanjit Gill
>
>

Hi
AFAIK BuildBot doesn't support this at this time. I've also tried this kind of
setup but since all my projects have different repositories, it confuses
buildbot when all projects are handled by the same master but different
schedulers (eg, committing in any of the projects ends up triggering a build
for all projects with the same revision, even when dependencies are set in
master.cfg)
What I do is that I periodically rebuild all dependent projects.

-- 
SIGOURE Benoit aka Tsuna
   _____
  /EPITA\ Promo 2008, LRDE





More information about the devel mailing list