[Buildbot-commits] [Buildbot] #2399: Pushing multiple changes to a git repository watched by a GitPoller causes redundant builds to be performed.

Buildbot nobody at buildbot.net
Sun Nov 11 00:54:34 UTC 2012


#2399: Pushing multiple changes to a git repository watched by a GitPoller causes
redundant builds to be performed.
----------------------------+-------------------------
Reporter:  juj              |       Owner:
    Type:  support-request  |      Status:  closed
Priority:  major            |   Milestone:  undecided
 Version:  0.8.7            |  Resolution:  worksforme
Keywords:  git              |
----------------------------+-------------------------
Changes (by dustin):

 * keywords:  GitPoller, mergeRequests, scheduler => git
 * status:  new => closed
 * resolution:   => worksforme
 * type:  defect => support-request


Comment:

 It sounds like you need a `treeStableTimer`?  What's happening is that
 !GitPoller is dumping scads of changes into the system, and the builders
 are starting -- and merging -- at some point midway through that dump.  A
 treeStableTimer would have schedulers waiting until no more changes are
 arriving for a while before scheduling builds.

 Since the configuration you have running is timing-sensitive, I don't
 consider this a regression - this would have been valid behavior in 0.8.6
 as well.

 I'm marking this as worksforme, but feel free to continue to comment.

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


More information about the Commits mailing list