mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-29 04:51:34 +00:00
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:
parent
f2ed8dc568
commit
9d44abb406
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user