Describe the problem/challenge you have
Currently, I use kbld to build up to ~70 container images to deploy alongside my K8s manifests. These images, without caching, may take upwards of 10 minutes to build in CI. If there is an error in one of those builds, the errors for this are buried somewhere deep in my CI logs.
Describe the solution you'd like
An option that tells kbld to cancel all remaining builds and terminate in-progress ones as soon as a single build fails. Perhaps --fail-fast or similar.
Anything else you would like to add:
N/A
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
Describe the problem/challenge you have
Currently, I use kbld to build up to ~70 container images to deploy alongside my K8s manifests. These images, without caching, may take upwards of 10 minutes to build in CI. If there is an error in one of those builds, the errors for this are buried somewhere deep in my CI logs.
Describe the solution you'd like
An option that tells kbld to cancel all remaining builds and terminate in-progress ones as soon as a single build fails. Perhaps
--fail-fastor similar.Anything else you would like to add:
N/A
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.