When testing a regressed rollup, we may want to enqueue more than one build at a time. However, this is not possible because of a constraint on the database (found here). It's not clear to me if this constraint is actually needed or not. I can see how it might prevent certain bugs where we overly commit try builds, but in this case it is too restrictive. Can we remove this constraint?