[Buildbot-commits] [Buildbot] #2406: GerritChangeSource & ChangeFilter issue:only 1 git project ChangeFilter can receive change using GerritChangeSource

Buildbot nobody at buildbot.net
Tue Dec 4 08:01:16 UTC 2012


#2406: GerritChangeSource & ChangeFilter issue:only 1 git project ChangeFilter can
receive change using GerritChangeSource
---------------------+-----------------------
Reporter:  clino     |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  undecided
 Version:  0.8.7     |   Keywords:  gerrit
---------------------+-----------------------
 My local buildbot (tag v0.8.7) can reproduce this issue:
 -config buildbot with 3 builder:
 --a1 to filter git project a with master branch
 --a2 to filter git project a with test branch
 --b to filter git project b with master branch
 if the c['builders'] cofig with [b,a1,a2],the git push to a1/a2 can
 trigger build, git push to b can not trigger build
 if the c['builders'] cofig with [a1,a2,b],the git push to b can trigger
 build,git push to a1/a2 can not trigger build

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2406>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list