Open jhchabran opened 3 years ago
Made some tests, anything happening to an agent (killed, lost, whatever) is being displayed as a failure, unless ... you start looking at the exit code at the very bottom or in the timeline. In some cases, it is being displayed as a "cancellation", but not in the one below where I manually killed the pod.
Looks like a failure 👇
But in reality👇
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.