Our team and project got really big and we can no longer sustain it. So we decided to do the right thing and move to continuous integration. As a first step, we dumped clearcase and moved to git. This made our lives significantly easier. However we still suffer from broken builds.
Now I am looking for a tool which would queue up all the commits, test them against multiple platforms and if they pass land them on the master branch. In an ideal world the tool would have a web interface and hooks for code review tool.
I know buildbot does some of this, but not all. I could write the tool myself; but the transition needs to be super smooth and relatively quick.
PS: Chromium and webkit projects seem to do exactly what we want to do.