From 400eb8874322ac2dc20c0e2809e0ed704f256e5d Mon Sep 17 00:00:00 2001 From: Dan Mihai Date: Mon, 21 Aug 2023 02:09:35 +0000 Subject: [PATCH] gha: capture additional kata-deploy output 10 lines can be insufficient for diagnostics. Fixes: #7707 Signed-off-by: Dan Mihai --- tests/integration/kubernetes/gha-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index 10c7aa483a..b11c1d0064 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -60,7 +60,7 @@ function deploy_kata() { fi echo "::group::kata-deploy logs" - kubectl -n kube-system logs -l name=kata-deploy + kubectl -n kube-system logs --tail=100 -l name=kata-deploy echo "::endgroup::" echo "::group::Runtime classes"