From f11928f05417635b1bd1616daef702b8fc576a47 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Fri, 14 Jul 2023 12:08:30 +0200 Subject: [PATCH] Removed redundant destroy_containers call Signed-off-by: Janos SUTO --- tests/setup.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/setup.inc b/tests/setup.inc index a367e140..04e3eb94 100644 --- a/tests/setup.inc +++ b/tests/setup.inc @@ -5,7 +5,6 @@ DOCKER_LIMIT=( --pids-limit 256 --memory 512M ) export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER" ) setup() { - destroy_containers launch_containers setup_piler "piler1" } @@ -42,6 +41,8 @@ launch_containers() { setup_piler() { local container="$1" + log "${FUNCNAME[0]}" + pushd "${WORKSPACE}/${PROJECT_ID}/tests" docker exec "$container" /usr/local/bin/setup-piler.sh