mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
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:
parent
9d44abb406
commit
8a79b1449e
@ -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'"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user