Skip to content

Commit

Permalink
chore: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 16, 2024
1 parent fcd8f52 commit 58e660d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,18 @@ jobs:
pod -l app.greptime.io/component=my-greptimedb-datanode \
--timeout=120s \
-n my-greptimedb
kubectl wait \
--for=condition=Ready \
pod -l app.greptime.io/component=my-greptimedb-frontend \
--timeout=120s \
-n my-greptimedb
kubectl logs -l app.kubernetes.io/instance=greptimedb-operator -n greptimedb-admin
kubectl logs -l app.greptime.io/component=my-greptimedb-frontend -n my-greptimedb
# kubectl wait \
# --for=condition=Ready \
# pod -l app.greptime.io/component=my-greptimedb-frontend \
# --timeout=120s \
# -n my-greptimedb
- name: Print GreptimeDB info
if: always()
run: kubectl get all --show-labels -n my-greptimedb

run: |
kubectl get all --show-labels -n my-greptimedb
sqlness:
name: Sqlness Test
needs: build
Expand Down

0 comments on commit 58e660d

Please sign in to comment.