[Buildbot-devel] Change doesn't start a build
Mark Pauley
mpauley at apple.com
Tue Dec 19 18:56:30 UTC 2006
PBChangeSource isn't an svn_watcher. How are you starting an svn
watcher? How are you adding it to the sources? Your code below would
require the svn post-commit hook to ping your buildmaster.
_Mark
On Dec 19, 2006, at 1:18 AM, Didier Trosset wrote:
> Bonjour,
>
> My current setup accepts changes, triggered by a running
> svn_watcher.py.
> I can start builds on slaves manually through the HTML waterfall page.
>
> But how can the changes start the build automatically?
>
> I tried playing around with the following configuration lines and
> ended up
> with the ones below that seems to match what is said in the
> documentation.
>
> from buildbot.changes.pb import PBChangeSource
> c['sources'].append(PBChangeSource(prefix='/trunk/'))
>
> c['schedulers'].append(Scheduler(name="softdev-x86-update",
> branch="trunk",
> builderNames=["softdev-x86-update", "softdev-ppc-update"],
> treeStableTimer=30))
>
> But it stills show the changes in the html, accept manual and
> nightly build
> starts, but never starts a build because of a change.
>
> Thanks
> Didier
>
> --
> Didier Trosset-Moreau
> Acqiris <www.acqiris.com>
> Geneva, Switzerland
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
More information about the devel
mailing list