From d6f149e1c2cc2cdcfb23ea40251407b4a5270ca7 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 29 Jun 2021 16:16:29 +0300 Subject: [PATCH] Print pods status on e2e failures Signed-off-by: Stefan Prodan --- .github/workflows/e2e.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 230c10c78..2fb410725 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -108,6 +108,8 @@ jobs: - name: Debug failure if: failure() run: | + kubectl -n kube-system describe pods + kubectl -n source-system describe pods kubectl -n source-system get gitrepositories -oyaml kubectl -n source-system get helmrepositories -oyaml kubectl -n source-system get helmcharts -oyaml