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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-07-08 20:12:41 +00:00
parent 9d44abb406
commit 8a79b1449e

View File

@ -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'"
}