[Buildbot-commits] [Buildbot] #2567: hgpoller only polls first of multiple repositories
Buildbot trac
trac at buildbot.net
Wed Sep 25 14:25:57 UTC 2013
#2567: hgpoller only polls first of multiple repositories
----------------------+-----------------------
Reporter: kaie | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords:
----------------------+-----------------------
I have buildmaster configured to poll from 3 hg repositories.
Occassionaly it stops polling from everywhere, but only polls from one of
them. This can be recovered by restarting buildmaster.
I had experienced this in march this year, now it happened again. From the
configuration below, only the middle entry (nspr) still got polled.
Inspecting twistd.log, there weren't any events after the last time it
polled everything, and when it stopped polling nss/jss.
Sorry, I haven't yet upgraded to 0.8.8, because my distribution doesn't
offer prebuilt packages for that version yet.
from buildbot.changes.hgpoller import HgPoller
c['change_source'] = [
HgPoller(repourl='https://hg.mozilla.org/projects/nss/',
branch='default',
pollInterval=300,
workdir='hgpoll-nss'),
HgPoller(repourl='https://hg.mozilla.org/projects/nspr/',
branch='default',
pollInterval=300,
workdir='hgpoll-nspr'),
HgPoller(repourl='https://hg.mozilla.org/projects/jss/',
branch='default',
pollInterval=300,
workdir='hgpoll-jss')
]
--
Ticket URL: <http://trac.buildbot.net/ticket/2567>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list