Skip to content

Commit

Permalink
fix: try to fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 21, 2024
1 parent d7ade3c commit b110164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-greptimedb-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,22 @@ runs:
- name: Wait for GreptimeDB
shell: bash
run: |
sleep 5s
kubectl get pods -n my-greptimedb
kubectl wait \
--for=condition=Ready \
pod -l app.greptime.io/component=my-greptimedb-meta \
--timeout=120s \
-n my-greptimedb
sleep 5s
kubectl get pods -n my-greptimedb
kubectl wait \
--for=condition=Ready \
pod -l app.greptime.io/component=my-greptimedb-datanode \
--timeout=120s \
-n my-greptimedb
sleep 5s
kubectl get pods -n my-greptimedb
kubectl wait \
--for=condition=Ready \
pod -l app.greptime.io/component=my-greptimedb-frontend \
Expand Down

0 comments on commit b110164

Please sign in to comment.