[Buildbot-devel] Trac : scheduler not getting trigger after commit changes in the p4 repository
Marcus Lindblom
macke at yar.nu
Thu Mar 4 11:18:23 UTC 2010
On 2010-03-04 10:00, Ravindra Parihar wrote:
> Hi All,
>
> The p4poller is working fine now but still scheduler is ignoring the
> changes.
> twistd.log says ---- <Scheduler 'Time' at 140713100> ignoring
> off-branch <buildbot.changes.changes.Change instance at 0xd726bec>.
>
> How I can resolve this problem. please suggest.
>
> The entry in the master.cfg for the schelduler looks like this -
> scheduler1 = Scheduler(name="Time",
> branch="trunk",treeStableTimer=60,builderNames=["2wire-builder"],fileIsImportant
> = None)
Try branch=None instead of branch="trunk" (trunk is the subversion
default branch, None builds any branch. Not sure what the default branch
in p4 is called).
Cheers,
/Marcus
More information about the devel
mailing list