From 08ee839823267368ad14e8b4b0aed5376e3139ad Mon Sep 17 00:00:00 2001 From: khalidmammadov Date: Mon, 22 Nov 2021 19:48:50 +0000 Subject: [PATCH] Capture container logs and upload as artficats when failed --- scripts/ci/libraries/_parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/libraries/_parallel.sh b/scripts/ci/libraries/_parallel.sh index 3df223487648b..0029e3464b64e 100644 --- a/scripts/ci/libraries/_parallel.sh +++ b/scripts/ci/libraries/_parallel.sh @@ -21,7 +21,7 @@ function parallel::initialize_monitoring() { - PARALLEL_MONITORED_DIR="$(mktemp -d)" + PARALLEL_MONITORED_DIR="$(pwd)/files/container_logs$(mktemp -d)" export PARALLEL_MONITORED_DIR PARALLEL_TAIL_LENGTH=${PARALLEL_TAIL_LENGTH:=2}