You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix interrupt state to account for failure correctly
If the job hasn't completely failed but some of the pods
have failed and we deleted the job we weren't setting the MOSB
to interrupted as expected. This was because we had a wrong check for
failure state. This patch fixes that.
Signed-off-by: Urvashi <[email protected]>
0 commit comments