rust-lang / homu

A bot that integrates with GitHub and your favorite continuous integration service
MIT License
182 stars 57 forks source link

treat iffy and never PRs the same for queue order #180

Closed RalfJung closed 2 years ago

RalfJung commented 2 years ago

Based on this discussion, iffy PRs currently have to wait forever since they will only be automatically tried once all the rollup=never PRs have laded. So maybe let's treat rollup-iffy and rollup=never the same for queue priority?

Mark-Simulacrum commented 2 years ago

I debated whether it makes sense to instead change iffy and never to both use p=-1 but I think this is better for now since it lets us adjust in the future if needed.