From 508f1bba15e28a05a1abbda79f74d9362a4a34b6 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 (cherry picked from commit 400eb8874322ac2dc20c0e2809e0ed704f256e5d) --- 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 ee0743db04..1dda036b1d 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -54,7 +54,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"