mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +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:
@@ -583,25 +583,8 @@ cleanup()
|
|||||||
warn "Not cleaning up to help debug failure:"
|
warn "Not cleaning up to help debug failure:"
|
||||||
warn ""
|
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-ctl log file : ${ctl_log_file}"
|
||||||
info "agent log file : ${agent_log_file}"
|
info "agent log file : ${agent_log_file}"
|
||||||
fi
|
|
||||||
|
|
||||||
info "OCI bundle directory : ${bundle_dir}"
|
info "OCI bundle directory : ${bundle_dir}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user