[Buildbot-devel] Problems with multiple SVN codebases

Xavier Francoi xavier.francois3981 at gmail.com
Fri May 2 23:53:29 UTC 2014


Hi,

Could somebody please advise how to configure buildbot to not always use
the most recent codebase?

Lets say there are two repositories.  Call them repo1 and repo2.  The
builder has a step to load each codebase in succession - first repo1 and
then repo2.

The scenario that is causing problems : there is a checkin to repo1 and
then repo2 in quick succession.  I would like to run a test after repo1
changes (containing only repo1 changes) and after repo2 changes (containing
both repo1 and repo2 changes).

After the first checkin, it takes buildbot several minutes to load repo1
with the first checkin in the sourceStamp.  Once this is done, buildbot
then loads the most recent version of repo2 instead of loading the version
before the second checkin.  I can't find a way to pass the versions for
both repos at once.  Is it possible to do this?

Best Regards,
Francois
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20140502/7d83050a/attachment.html>


More information about the devel mailing list