[Buildbot-commits] [Buildbot] #1969: How can I config GerritChangeSource trigger building?

Buildbot nobody at buildbot.net
Tue May 24 06:27:12 UTC 2011


#1969: How can I config GerritChangeSource trigger building?
----------------------------+----------------------
Reporter:  clino            |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  ongoing
 Version:  master           |  Resolution:
Keywords:  gerrit           |
----------------------------+----------------------

Comment (by clino):

 Then after I read manual,I try SingleBranchScheduler and
 AnyBranchScheduler,they do not work either.
 my config:
 {{{
 from buildbot.schedulers.basic  import
 SingleBranchScheduler,AnyBranchScheduler
 quick = AnyBranchScheduler(name="quick",
         treeStableTimer=10,
         builderNames=["test_master"])
 c['schedulers'] = [quick]
 }}}
 and I make the gerrit receive some push,I can see them in changes column
 in waterfall view,but the build not trigger,it always show "idle"

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1969#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list