Skip to content

Commit

Permalink
fix: Show info in runtests
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed May 20, 2019
1 parent 88c2c71 commit 00c78b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/v1alpha1/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ TIMEOUT=120
PODNUM=$(kubectl get deploy -n kubeflow | grep -v NAME | wc -l)
until kubectl get pods -n kubeflow | grep Running | [[ $(wc -l) -eq $PODNUM ]]; do
echo Pod Status $(kubectl get pods -n kubeflow | grep Running | wc -l)/$PODNUM
kubectl get pods -n kubeflow
sleep 10
TIMEOUT=$(( TIMEOUT - 1 ))
if [[ $TIMEOUT -eq 0 ]];then
Expand Down

0 comments on commit 00c78b2

Please sign in to comment.