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 60a0ccb70 add docker push
60a0ccb70 is described below
commit 60a0ccb70dff2192d0d386d00bebad366353485a
Author: casionone <[email protected]>
AuthorDate: Wed May 31 20:05:01 2023 +0800
add docker push
---
.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 32f5ebc95..a7113500c 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -167,11 +167,11 @@ jobs:
bash ./linkis-dist/helm/scripts/remote-proxy.sh list
# 执行shell测试
#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/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 hadoop -proxyUser hadoop
#执行python测试
#bash ./linkis-dist/target/apache-linkis-${{ env.LINKIS_VERSION
}}-bin/linkis-package/bin/linkis-cli --gatewayUrl http://127.0.0.1:19001
-engineType python-python2 -codeType python -code "print(\"hello\")"
-submitUser hadoop -proxyUser hadoop
- bash ./linkis-dist/linkis-package/bin/linkis-cli --gatewayUrl
http://127.0.0.1:19001 -engineType python-python2 -codeType python -code
"print(\"hello\")" -submitUser hadoop -proxyUser hadoop
+ bash ./linkis-dist/package/bin/linkis-cli --gatewayUrl
http://127.0.0.1:19001 -engineType python-python2 -codeType python -code
"print(\"hello\")" -submitUser hadoop -proxyUser hadoop
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]