tests: Remove CI variable in test agent shutdown

This PR removes the CI variable as well as the instructions related
to this variable which was used on the jenkins environment and not
longer supported.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2024-07-08 20:10:24 +00:00
parent f2ed8dc568
commit 9d44abb406

View File

@ -583,25 +583,8 @@ cleanup()
warn "Not cleaning up to help debug failure:"
warn ""
if [ "${CI:-}" = "true" ]
then
show_procs
info "VSOCK details"
ss -Hp --vsock || true
info "agent-ctl log file"
sudo cat "${ctl_log_file}" || true
echo
info "agent log file"
sudo cat "${agent_log_file}" || true
echo
else
info "agent-ctl log file : ${ctl_log_file}"
info "agent log file : ${agent_log_file}"
fi
info "agent-ctl log file : ${ctl_log_file}"
info "agent log file : ${agent_log_file}"
info "OCI bundle directory : ${bundle_dir}"