Skip to content

ci: Docker In Docker sidecar dying will led to a failed build and not a canceled one.

Created by: jhchabran

This failed because of docker daemon going down:

The big problem here is that the build is a failure, when in reality it is being canceled. This will mess with observability if unaddressed.

Big thanks to @mrnugget for taking the time to jump and pair on his failed build to have a closer look.