<div dir="ltr">Bump.  Does anyone have any idea why this would be happening?  If you need more information to diagnose this problem, I would be happy to provide it.<div>-E</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 26, 2017 at 3:40 PM, Elliot Saba <span dir="ltr"><<a href="mailto:staticfloat@gmail.com" target="_blank">staticfloat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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" target="_blank">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" target="_blank">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>
</blockquote></div><br></div>