mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #75121 from dims/stop-waiting-on-conformance-image-pod-failure
Stop waiting on conformance image pod when it fails
This commit is contained in:
commit
fe74317c21
@ -25,6 +25,9 @@ while true; do
|
||||
if [[ "$STATUS" == "Succeeded" ]]; then
|
||||
echo "$timestamp Done."
|
||||
break
|
||||
elif [[ "$STATUS" == "Failed" ]]; then
|
||||
echo "$timestamp Failed."
|
||||
break
|
||||
else
|
||||
sleep 5
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user