From 8175fc15c9ffae6c41ba9b911f2f160c5a2ba627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Fri, 20 May 2022 17:04:55 +0200 Subject: [PATCH] chore: add previous pod logs in case of job failure (#3978) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/e2e-autogen-internals.yaml | 1 + .github/workflows/e2e.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/e2e-autogen-internals.yaml b/.github/workflows/e2e-autogen-internals.yaml index 0db1d3cd4d..ab489bd090 100644 --- a/.github/workflows/e2e-autogen-internals.yaml +++ b/.github/workflows/e2e-autogen-internals.yaml @@ -86,4 +86,5 @@ jobs: kubectl get mutatingwebhookconfigurations,validatingwebhookconfigurations kubectl -n kyverno get pod kubectl -n kyverno describe pod | grep -i events -A10 + kubectl -n kyverno logs deploy/kyverno -p || true kubectl -n kyverno logs deploy/kyverno diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 68f944cfac..b584bf4370 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -97,4 +97,5 @@ jobs: kubectl get mutatingwebhookconfigurations,validatingwebhookconfigurations kubectl -n kyverno get pod kubectl -n kyverno describe pod | grep -i events -A10 + kubectl -n kyverno logs deploy/kyverno -p || true kubectl -n kyverno logs deploy/kyverno