[Buildbot-devel] info needed on triggering the buildbot

ravindra.kambalakatta at wipro.com ravindra.kambalakatta at wipro.com
Tue Jun 9 13:10:04 UTC 2009


Anantvijay,
 
in the master.cfg under Scheduler section , you need to add the modules
for which the sendchange events should be listening to.
 
E.g
c['schedulers'].append(Scheduler(name="all", branch=None,
                                 treeStableTimer=1*2,
 
builderNames=["netkit-tftp","buildbot-full"]))

In the above e.g, modules netkit-tftp and buildbot-full will be
listening to sendchange command.

Try this, should work.
 
Best,
Ravindra

________________________________

From: Anantvijay K [mailto:anantvijayk.ml at gmail.com] 
Sent: Tuesday, June 09, 2009 6:07 PM
To: buildbot-devel at lists.sourceforge.net
Subject: [Buildbot-devel] info needed on triggering the buildbot


Hi list,
 
I've a git repo and i've setup the periodic scheduler to trigger the
buildbot after every 6 hrs. I also have a force build button on the
webstatus page. I've configured the buildbot to listen for changes on
xyz branch not the master branch. The above setup works fine.
 
But now due to some reasons i want to trigger the buildbot through a
script based on some other inputs instead of periodic build. How do i
achieve it?? any pointers?? 
 
Tried using the "buildbot sendchange --username=abc
--master=xx.xx.xx.xxx:yyyy --branch=xyz". After i run the cmd, it prints
the msg "change sent successfully". The buildmaster's log gets the msg
"2009-06-09 18:03:21+0530 [Broker,3,xx.xx.xx.xxx] perspective_addChange
called", but none of the builders are invoked.
 
help??
 
 
Thanks in advance,
Anantvijay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090609/b4b950fc/attachment.html>


More information about the devel mailing list