From f8d0b7b50394e14bf32d831ef8a2e9e7e65c3156 Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Sun, 8 Sep 2024 15:58:00 +0300 Subject: [PATCH] WIP: debug artifacts collecting Signed-off-by: Or Shoval --- .../check-patch.e2e-kubevirt-ipam-controller-functests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh index eb36874d0..94b061b40 100755 --- a/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh +++ b/automation/check-patch.e2e-kubevirt-ipam-controller-functests.sh @@ -16,7 +16,10 @@ teardown() { cd ${TMP_COMPONENT_PATH} make cluster-down || true + cd ${WORK_DIR} + pwd rm -rf "${TMP_COMPONENT_PATH}" + ls -l ${WORK_DIR}/${LOGS_DIR} } main() {