minimal pipleine example:
https://gist.github.com/LeoQuote/041188d0f9c1095701c31bef619a2c4d
expect: the failure steps will never be called when
reality: the failure step `echo you lost` was occaionally called when the first cell is succeed and other cells is failed
this can also happen when the post block is inside stages block.