#989 RFE: Allow resubmission of partially successful MSE builds
Closed: Fixed 5 years ago by ignatenkobrain. Opened 5 years ago by psabata.

My MSE build spawned two tasks, one of which passed (2000) and the other failed due to koji timeout when building module-build-macros (1999). It doesn't appear to be possible to re-submit the same module SCMURL to try again.

I suppose the only thing I can do now is to bump the module and, in practice, create an update for an existing build.

Could we improve the experience here?


We raise an exceptions in the big for loop in submit_module_build in ./utils/submit.py. This means that for multiple MSE builds, the first failed once raises an exception and others are never submitted.

Instead, we should try submitting all of them, return 200 OK with json informing the client about failed/submitted ones. This probably needs rpkg change

Please fix this ASAP, this is so inconvenient!

I think this is fixed with latest MBS

Metadata Update from @ignatenkobrain:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata