You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?