[Buildbot-devel] How to discard some changes received via p4poller

Tim Hatch tim at timhatch.com
Mon Dec 7 20:40:04 UTC 2009


> Can I indicate to the poller to completely ignore some checkins?

Take a look at fileIsImportant, I think it's close to what you want.
>From the docs:

> A callable which takes one argument, a Change instance, and returns
> True if the change is worth building, and False if it is not.
> Unimportant Changes are accumulated until the build is triggered by
> an important change. The default value of None means that all Changes
> are important.
>
> http://djmitche.github.com/buildbot/docs/0.7.11/#AnyBranchScheduler

Tim




More information about the devel mailing list