homu
homu copied to clipboard
r- force has a weird outcome
See https://github.com/rust-lang/rust/pull/33441#issuecomment-217312409.
Namely, it should behave as if plain r- (i.e. cancel the build) without printing any messages. Currently it takes another PR on top of the queue and “forces” that.
Migration of https://github.com/barosl/homu/issues/150
I believe this is intentional behavior. force doesn't force the current PR, it cancels the current build and builds whatever should be built next. Thus, r- force on the PR being built can be used to stop its build, and r+ p=1000 force can be used to make the PR get built.