You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/06/02 14:47:16 UTC

[linkis] branch dev-1.4.0-integration-test2 updated: update

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

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


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by this push:
     new 85b1b8bf6 update
85b1b8bf6 is described below

commit 85b1b8bf6efb07c2a5b92afeb352a7248f9198ac
Author: casionone <ca...@gmail.com>
AuthorDate: Fri Jun 2 22:44:15 2023 +0800

    update
---
 .github/workflows/integration-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml
index 26ff405e1..0218e7eee 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -141,12 +141,12 @@ jobs:
            docker tag  ${MIRRORS}/apache/linkis/linkis-ldh:${TAG} linkis-ldh:dev
           #查看镜像
           docker image ls
-          bash ./linkis-dist/helm/scripts/install-mysql.sh  true\
+          bash ./linkis-dist/helm/scripts/install-mysql.sh  false\
               && bash ./linkis-dist/helm/scripts/install-ldh.sh true \
               && bash ./linkis-dist/helm/scripts/install-charts-with-ldh.sh linkis linkis-demo true
           n=0
           sleep 60
-          while (($n<15))
+          while (($n<10))
           do
             kubectl get pods -A
             n=$((n+1))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org