This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by 
this push:
     new bb842e7a8 integration-test.yml
bb842e7a8 is described below

commit bb842e7a8f898d49e852bd7b73e36bdb6174b65b
Author: casionone <[email protected]>
AuthorDate: Sat May 27 23:28:33 2023 +0800

    integration-test.yml
---
 .github/workflows/integration-test.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/integration-test.yml 
b/.github/workflows/integration-test.yml
index ad101b626..1f3a77612 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -117,6 +117,13 @@ jobs:
           sh -v ./linkis-dist/bin/install-linkis-to-kubernetes.sh  install -l
           watch -n 2 "kubectl get pods -A"
 
+          n=0
+          while (($n<10))
+          do
+            kubectl get pods -A
+            n=$((n+1))
+            sleep 5
+          done
 #  ./bin/install-linkis-to-kubernetes.sh install -l -mghcr.dockerproxy.com
 
 #      - name: Setup Minikube


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to