<RP>
tardyp: I've been trying to work out why bonus_sorted.py we discussed (https://gist.github.com/tardyp/f5ba4591f1c65b5d823ef5ba1dc3f399) doesn't work as expected. Can we control the order builds start in from a sched.Triggerable() through builderNames?
<RP>
tardyp: what seems to be happening is that the builds are being added one by one so the BuilderSorter only sees one new build and therefore it schedules it
<RP>
tardyp: I think the code may reorder to be the order in the main builders list so I can try tweaking that
<RP>
Hmm, sorting builders help either :(
<RP>
I suspect it adds by builderid but hard to know for sure and it would be hard to reorder the ids in our db