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

vasslitvinov at pisem.net vasslitvinov at pisem.net
Thu Jun 13 20:36:22 UTC 2013


Hi,

You'd need to set c['mergeRequests'] = False

Чтв 13 Июн 2013 22:17:48 +0400, Diane Maple  написал:
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/20130614/d9cd19db/attachment.html>


More information about the devel mailing list