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
if [[ "$LONGHORN_TEST_CLOUDPROVIDER"=="harvester" ]];then
145
-
unset_kubectl_retry
146
-
fi
147
-
148
144
# wait longhorn tests to complete
149
145
while [[ "`kubectl get pod longhorn-test -o=jsonpath='{.status.containerStatuses[?(@.name=="longhorn-test")].state}'2>&1| grep -v \"terminated\"`" ]];do
if [[ "$LONGHORN_TEST_CLOUDPROVIDER"=="harvester" ]];then
78
-
unset_kubectl_retry
79
-
fi
80
-
81
77
# wait longhorn tests to complete
82
78
while [[ "`kubectl get pod longhorn-test -o=jsonpath='{.status.containerStatuses[?(@.name=="longhorn-test")].state}'2>&1| grep -v \"terminated\"`" ]];do
if [[ "$LONGHORN_TEST_CLOUDPROVIDER"=="harvester" ]];then
214
-
unset_kubectl_retry
215
-
fi
216
-
217
209
# wait upgrade test to complete
218
210
while [[ -n"`kubectl get pod ${LONGHORN_UPGRADE_TEST_POD_NAME} -o=jsonpath='{.status.containerStatuses[?(@.name=="longhorn-test")].state}'| grep \"running\"`" ]];do
0 commit comments