From 58e660d6f718ad8d0149b92a178492c845272a10 Mon Sep 17 00:00:00 2001 From: WenyXu Date: Thu, 16 May 2024 18:51:57 +0000 Subject: [PATCH] chore: add debug print --- .github/workflows/develop.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 1a3066bf0d05..b12ccd247454 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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