Browse Source

chore(actions): check error

zhanghongtong 4 years atrás
parent
commit
4fe3ff0e0d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/run_fvt_tests.yaml

+ 5 - 0
.github/workflows/run_fvt_tests.yaml

@@ -221,6 +221,11 @@ jobs:
           helm install kuiper deploy/chart/kuiper
           while [ "$(kubectl get StatefulSet -l app.kubernetes.io/name=kuiper -o jsonpath='{.items[0].status.replicas}')" \
             != "$(kubectl get StatefulSet -l app.kubernetes.io/name=kuiper -o jsonpath='{.items[0].status.readyReplicas}')" ]; do
+            echo "=============================="
+            kubectl describe pods kuiper-0
+            echo "=============================="
+            kubectl get pods
+            echo "=============================="
             echo "waiting kuiper started"
             sleep 10
           done