copr
copr copied to clipboard
Batch --after-build-id only if the build is succesfull
I find myself commonly in this scenario:
- I trigger a build of an updated package
- I trigger a build of dependent packages with
--after-build-idfrom 1.
When the first package unexpectedly fails, I need to collect all the pending/running/starting builds and manually cancel them as they are useless to me. I'd appreciate an option like --after-build-id-only-if-suceeded.
See also #3297 which is a duplicate, but requests a change of the default, I assume.
Oh, I did not find ny own report, sorry
Also related #1563