This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new 9683fb4 deploy test adjust timeout (#158)
9683fb4 is described below
commit 9683fb4f1611a85a7401a6ded246ee7efe818db1
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Jul 18 21:09:28 2023 +0800
deploy test adjust timeout (#158)
---
.github/workflows/deploy-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-test.yml
b/.github/workflows/deploy-test.yml
index 258813e..79890d6 100644
--- a/.github/workflows/deploy-test.yml
+++ b/.github/workflows/deploy-test.yml
@@ -63,7 +63,7 @@ jobs:
helm install mysql bitnami/mysql --set auth.rootPassword=admin --set
auth.database=lake --set auth.username=merico --set auth.password=merico
# external mysql at service: mysql
helm dep build charts/devlake
- helm install --debug --wait --timeout 300s deploy-test
charts/devlake \
+ helm install --wait --timeout 400s deploy-test charts/devlake \
--set service.uiPort=30000 \
--set mysql.useExternal=true \
--set mysql.externalServer=mysql \
@@ -78,7 +78,7 @@ jobs:
helm dep build charts/devlake
export NODE_IP=$(kubectl get nodes --namespace default -o
jsonpath="{.items[0].status.addresses[0].address}")
echo Node IP: ${NODE_IP}
- helm install --debug --wait --timeout 300s deploy-test
charts/devlake \
+ helm install --wait --timeout 300s deploy-test charts/devlake \
--set service.uiPort=30000 \
--set mysql.image.tag=8-debian \
--set lake.encryptionSecret.secret=$(openssl rand -base64 2000 |
tr -dc 'A-Z' | fold -w 128 | head -n 1)