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 6f200c84e update
6f200c84e is described below
commit 6f200c84e4052dc290617ecdc4f5dc6a1edf6fe1
Author: casionone <[email protected]>
AuthorDate: Mon May 29 23:02:27 2023 +0800
update
---
.github/workflows/integration-test2.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/integration-test2.yml
b/.github/workflows/integration-test2.yml
index 83ffc54e1..9a30928ee 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -117,15 +117,16 @@ jobs:
&& bash ./linkis-dist/helm/scripts/install-charts-with-ldh.sh
linkis linkis-demo true
#等待服务启动成功
n=0
- while (($n<20))
+ sleep 60
+ while (($n<5))
do
kubectl get pods -A
n=$((n+1))
sleep 10
done
#打印日志
- bash ./linkis-dist/helm/scripts/logs-pod.sh cg-linkismanager
- bash ./linkis-dist/helm/scripts/logs-pod.sh cg-engineconnmanager
+# bash ./linkis-dist/helm/scripts/logs-pod.sh cg-linkismanager
+# bash ./linkis-dist/helm/scripts/logs-pod.sh cg-engineconnmanager
#临时使用client lib包 后续主动构建后需要调整
echo "cp -r linkis-dist/package/lib1 linkis-dist/package/lib"
cp -r linkis-dist/package/lib1 linkis-dist/package/lib
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]