mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Stop waiting on conformance image pod when it fails
Change-Id: I516833167f8e0aaa0e7962c1d6bdbe2ca422dc6e
This commit is contained in:
parent
dcbe588f76
commit
200af47128
@ -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