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 60a840f1a update
60a840f1a is described below
commit 60a840f1acfec8e650843c5a325bb5395f105fdb
Author: casionone <[email protected]>
AuthorDate: Sun May 28 22:07:01 2023 +0800
update
---
.github/workflows/integration-test.yml | 6 +++---
.github/workflows/integration-test2.yml | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index 7739b8d40..31396db5e 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -27,9 +27,9 @@ on:
- master
- dev-1.4.0-integration-test
-concurrency:
- group: test-${{ github.head_ref || github.run_id }}
- cancel-in-progress: true
+#concurrency:
+# group: test-${{ github.head_ref || github.run_id }}
+# cancel-in-progress: true
env:
CT_CONFIG_PATH: '.github/ct.yml'
diff --git a/.github/workflows/integration-test2.yml
b/.github/workflows/integration-test2.yml
index ea1152054..fffd4af69 100644
--- a/.github/workflows/integration-test2.yml
+++ b/.github/workflows/integration-test2.yml
@@ -27,9 +27,9 @@ on:
- master
- dev-1.4.0-integration-test
-concurrency:
- group: test-${{ github.head_ref || github.run_id }}
- cancel-in-progress: true
+#concurrency:
+# group: test-${{ github.head_ref || github.run_id }}
+# cancel-in-progress: true
env:
CT_CONFIG_PATH: '.github/ct.yml'
@@ -142,7 +142,7 @@ jobs:
bash ./linkis-dist/helm/scripts/remote-proxy.sh list
# 执行shell测试
- bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
-engineType shell-1 -codeType shell -code "echo "hello" " -submitUser hadoop
-proxyUser hadoop
+ bash ./linkis-dist/package/bin/linkis-cli -engineType shell-1
-codeType shell -code "echo "hello" " -submitUser hadoop -proxyUser hadoop
#执行python测试
- bash ./linkis-dist/target/apache-linkis-*-bin/package/bin/linkis-cli
-engineType python-python2 -codeType python -code "print(\"hello\")"
-submitUser hadoop -proxyUser hadoop -confMap python.version=python
+ bash ./linkis-dist/package/bin/linkis-cli -engineType python-python2
-codeType python -code "print(\"hello\")" -submitUser hadoop -proxyUser hadoop
-confMap python.version=python
shell: bash
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]