From 8a79b1449e009240e01c3b9c3aed29ecb1d83c55 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 8 Jul 2024 20:12:41 +0000 Subject: [PATCH] tests: Remove CI variable in tracing test This PR removes the CI variable as well as the instructions related to this as this was part of the jenkins environment which is not longer supported it. Signed-off-by: Gabriela Cervantes --- tests/functional/tracing/tracing-test.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/functional/tracing/tracing-test.sh b/tests/functional/tracing/tracing-test.sh index e8256ba38..4952539ac 100755 --- a/tests/functional/tracing/tracing-test.sh +++ b/tests/functional/tracing/tracing-test.sh @@ -116,15 +116,6 @@ cleanup() return 0 fi - if [ -n "${CI:-}" ]; then - # Running under the CI, so copy the logs to allow them - # to be added as test artifacts. - sudo mkdir -p "$TRACE_LOG_DIR" - sudo cp -a "$logdir"/* "$TRACE_LOG_DIR" - - dest="$TRACE_LOG_DIR" - fi - eval "$fp" "test $result - logs left in '$dest'" }