mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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
|
if [[ "$STATUS" == "Succeeded" ]]; then
|
||||||
echo "$timestamp Done."
|
echo "$timestamp Done."
|
||||||
break
|
break
|
||||||
|
elif [[ "$STATUS" == "Failed" ]]; then
|
||||||
|
echo "$timestamp Failed."
|
||||||
|
break
|
||||||
else
|
else
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user