Skip to content

Commit a96efc4

Browse files
committed
Debug
Signed-off-by: David Kornel <kornys@outlook.com>
1 parent 4bb4fa2 commit a96efc4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/integration.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
echo "--- Kafka cluster ---"
3434
kubectl wait kafka/dev-cluster --for=condition=Ready -n kafka --timeout=600s
3535
echo "--- Apicurio Registry instance ---"
36-
kubectl wait apicurioregistry3/apicurio-registry --for=condition=Ready -n apicurio-registry --timeout=300s
36+
kubectl wait apicurioregistry3/apicurio-registry --for=condition=Ready -n apicurio-registry --timeout=600s
3737
echo "--- StreamsHub Console instance ---"
38-
kubectl wait console.console.streamshub.github.com/streamshub-console --for=condition=Ready -n streamshub-console --timeout=300s
38+
kubectl wait console.console.streamshub.github.com/streamshub-console --for=condition=Ready -n streamshub-console --timeout=600s
3939
4040
- name: Run uninstall script
4141
run: LOCAL_DIR=. TIMEOUT=300s ./uninstall.sh
@@ -54,6 +54,11 @@ jobs:
5454
- name: Debug on failure
5555
if: failure()
5656
run: |
57+
echo "=== CR status ==="
58+
kubectl get apicurioregistry3/apicurio-registry -n apicurio-registry -o yaml 2>/dev/null || true
59+
kubectl get kafka/dev-cluster -n kafka -o yaml 2>/dev/null || true
60+
kubectl get console.console.streamshub.github.com/streamshub-console -n streamshub-console -o yaml 2>/dev/null || true
61+
echo ""
5762
echo "=== Events (all namespaces) ==="
5863
kubectl get events --all-namespaces --sort-by='.lastTimestamp' | tail -50
5964
echo ""

0 commit comments

Comments
 (0)