<div dir="ltr">Hello again,<div><br></div><div>I have two schedulers defined to package my binaries.  The first, is an <a href="https://github.com/staticfloat/julia-buildbot/blob/8c7859d3136c10f3236e4e11cbd408d773123029/master/package.py#L319-L328">AnyBranchScheduler</a> that has a treeStableTimer defined.  The second, defined right below, is a <a href="https://github.com/staticfloat/julia-buildbot/blob/8c7859d3136c10f3236e4e11cbd408d773123029/master/package.py#L339-L356">ForceScheduler</a>.</div><div><br></div><div>I am working on creating some tooling that allows us to force-schedule builds easily from the GitHub interface, and I discovered that if I force-schedule two builds, the first flips to results code 3, e.g. it is <a href="http://docs.buildbot.net/latest/developer/results.html#buildbot.process.results.SKIPPED">SKIPPED</a>.</div><div><br></div><div>This is the exact behavior that I would expect if the ForceScheduler had a treeStableTimer applied to it, however, it does not, it's the AnyBranchScheduler that has one.</div><div><br></div><div>It seems to me like the AnyBranchScheduler's `treeStableTimer` is messing with the builds from my ForceScheduler.  I may be conflating two entirely unrelated things, but if so, I'd appreciate any help in tracking this down.  I definitely want a tree stable timer on the AnyBranchScheduler, because otherwise merge commits can easily rack up days worth of CI time, as each build takes about an hour to complete, however I can't lose force scheduled builds willy-nilly.</div><div><br></div><div>Thanks,</div><div>-E</div></div>