[Buildbot-devel] Change doesn't start a build
Didier Trosset
didier.trosset at acqiris.com
Tue Dec 19 09:18:32 UTC 2006
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
More information about the devel
mailing list