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 b64a2f82f add docker push
b64a2f82f is described below

commit b64a2f82fc1ba7e954841102177be1a437b5f363
Author: casionone <[email protected]>
AuthorDate: Wed May 31 23:28:00 2023 +0800

    add docker push
---
 .github/workflows/integration-test.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/integration-test.yml 
b/.github/workflows/integration-test.yml
index f4bcf74fa..ffb6bf339 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -166,6 +166,11 @@ jobs:
           # 查看proxy 端口映射
           bash ./linkis-dist/helm/scripts/remote-proxy.sh list
           # 执行shell测试
+          POD_NAME=`kubectl get pods -n linkis -l 
app.kubernetes.io/instance=linkis-demo-mg-gateway -o 
jsonpath='{.items[0].metadata.name}'`
+          kubectl exec -it -n linkis  ${POD_NAME} -- bash -c " \
+          sh /opt/linkis/bin/linkis-cli -engineType shell-1 -codeType shell 
-code \"pwd\" ";
+
+
           #bash ./linkis-dist/target/apache-linkis-${{ env.LINKIS_VERSION 
}}-bin/linkis-package/bin/linkis-cli --gatewayUrl http://127.0.0.1:19001 
-engineType shell-1 -codeType shell -code "echo \"hello\" " -submitUser hadoop 
-proxyUser hadoop
           bash ./linkis-dist/package/bin/linkis-cli --gatewayUrl 
http://127.0.0.1:19001 -engineType shell-1 -codeType shell -code "echo 
\"hello\" " -submitUser runner -proxyUser hadoop
 


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

Reply via email to