[Buildbot] #3652: GitPoller fails to detect changes

Buildbot trac trac at buildbot.net
Sat Dec 10 17:16:41 UTC 2016


#3652: GitPoller fails to detect changes
---------------------+-----------------------
Reporter:  kayhayen  |      Owner:
    Type:  defect    |     Status:  new
Priority:  major     |  Milestone:  undecided
 Version:  0.9.1     |   Keywords:
---------------------+-----------------------
 I just noticed that GitPoller didn't trigger any builds for "master"
 branch of my repository for a while now. It is configured as follows:


 {{{
 c["change_source"].append(
     GitPoller(
         public_nuitka_repo,
         workdir      = "gitpoller-public",
         branches     = ["develop", "master"],
         project      = "public",
         pollinterval = 300
     )
 )

 }}}

 I am using the git flow, and push both merged develop and master at nearly
 the same time. Only "develop" adds revisions, although clearly master has
 the changes, and uses it when manually triggered.

 This used to work with 0.8.x, in fact wasn't changed when migrated.

 I was trying to split up into 2 separate pollers, one for develop, one for
 master, but that is not allowed apparently?

 Please help, as triggering many builds manually with 0.9.x web interface
 is really bad.

 Yours,
 Kay

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


More information about the bugs mailing list