Fail fast mode
- Dominant language
- Go
- Stars
- 15.8k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
#### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
Please search the existing issues for relevant feature requests, and use the
reaction feature
(https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
to add upvotes to pre-existing requests.
#### Description
For long builds with many images, all builds continue if one build fails early.
This can produce longer logs than desired, waste time and resources.
I would prefer if an arg was available to fail fast - if one build fails, the build would teminate all other builds. This would also help keep the log simple and it would be easier to find the cause.
#### Use Case(s)
Every time I automate a build, it would save costs and make debugging easier.
Contributor guide
Assessment
This issue has not been assessed yet.