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 ae4724991 update
ae4724991 is described below
commit ae47249918e6915b1e7c328d6f3dcac9610bd8ca
Author: casionone <[email protected]>
AuthorDate: Sun May 28 16:36:27 2023 +0800
update
---
.github/workflows/integration-test.yml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index 3f0dbf361..97d3cd91d 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -34,7 +34,7 @@ concurrency:
env:
CT_CONFIG_PATH: '.github/ct.yml'
KIND_CONFIG_PATH: './linkis-dist/helm/scripts/resources/kind-cluster.yaml'
-
+ KIND_CLUSTER_NAME: 'test-helm'
jobs:
publish-docker:
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
matrix:
node-version: [16.0.0]
kubernetes-version:
- - 'kindest/node:v1.21.10'
+# - 'kindest/node:v1.21.10'
- 'kindest/node:v1.23.4'
timeout-minutes: 90
env:
@@ -110,7 +110,7 @@ jobs:
with:
config: ${{ env.KIND_CONFIG_PATH }}
node_image: ${{ matrix.kubernetes-version }}
-
+ cluster_name: ${{ env.KIND_CLUSTER_NAME }}
- name: Install Shell
run: |
ROOT_DIR=./linkis-dist/
@@ -122,9 +122,10 @@ jobs:
docker tag ${MIRRORS}/apache/linkis/linkis:${TAG} linkis:dev
docker tag ${MIRRORS}/apache/linkis/linkis-web:${TAG} linkis-web:dev
docker tag ${MIRRORS}/apache/linkis/linkis-ldh:${TAG} linkis-ldh:dev
- sh ./linkis-dist/helm/scripts/install-mysql.sh \
- && sh ./linkis-dist/helm/scripts/install-ldh.sh \
- && sh ./linkis-dist/helm/scripts/install-charts-with-ldh.sh
+ sh ./linkis-dist/helm/scripts/install-mysql.sh true\
+ && sh ./linkis-dist/helm/scripts/install-ldh.sh true \
+ && sh ./linkis-dist/helm/scripts/install-charts-with-ldh.sh
linkis linkis-demo true
+
n=0
while (($n<10))
do
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]