[Buildbot-devel] Nightly scheds always idle (was: Re: Buildbot-0.8.0rc1 - check it out!)
tom fogal
tfogal at alumni.unh.edu
Sat May 1 19:03:14 UTC 2010
tom fogal <tfogal at alumni.unh.edu> writes:
> "Dustin J. Mitchell" <dustin at zmanda.com> writes:
> > If you intend to upgrade to 0.8.0 when it's released, please
> > download this release candidate to try it out, and report back here
> > with success or (heaven forfend!) failure. When I've heard from a
> > few folks, I'll make the official release.
>
> I'm not convinced this is a 0.8.0 issue specifically, but I've yet to
> get a Nightly scheduler to fire for one of our projects.
>
> c['schedulers'].append(Nightly(
> name="sched-nightly", branch=None, hour=2, minute=0, onlyIfChanged=True,
> builderNames=["full-debian-lenny-amd64", "full-osuse-11.1-amd64",
> "full-osx-10.5-x86", "full-rhel-5.4-x86"]
> ))
[snip]
I upgraded as previously mentioned, but I also changed "onlyIfChanged"
to False. One or both caused these builders to fire last night.
My change sources are a PBChangeSource and an SVNPoller... so I'd guess
that somehow the Nightly scheduler isn't getting the message about the
repository seeing commits.
-tom
More information about the devel
mailing list