#1009 Fail module builds immediately if a build submission fails
Closed: Fixed 5 years ago Opened 5 years ago by mprahl.

In start_build_component, if the builder.build method call fails, the component is marked as failed, and the exception is gobbled up. The module is still in the building state until the poller catches it in fail_lost_builds. It'd be a better UX if the module build fails right away. It could be just as simple as calling builder.module.transition(...) in the except clause.


Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #1075 Merged 5 years ago