[Buildbot-devel] buildbot not building every rev ...

Diane Maple dianemaple76 at yahoo.com
Thu Jun 13 18:17:16 UTC 2013


Hello,

How do I force buildbot to build every rev?

I have a codebase I am building for multiple targets.
I am using svn_buildbot.py to signal buildbot to build each change.

My buildbot config has the following for the svn line.. only part shown.

bf[buildname].addStep(SVN(baseURL='MYURL',

 defaultBranch='trunk', mode='clobber',
username=svncred['svnuser'], password=svncred['svnpass'],
retry=(10, 30),
alwaysUseLatest=False, haltOnFailure=True))

I see buildbot being notified of all changes in the logs but, I don't see it building each change for some reason.
Sometimes it combines a few changes into one build.  I'm not worried about buildbot never catching up... It WILL catch up.
Esp with the new build nodes I am installing....

So, ideas why this is happening and how to force every change rev to be built?


Thanks.

Diane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130613/14156199/attachment.html>


More information about the devel mailing list