Skip to content

Commit

Permalink
deploy test adjust timeout (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 authored Jul 18, 2023
1 parent 81f3833 commit 9683fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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)
Expand Down

0 comments on commit 9683fb4

Please sign in to comment.