From 9d44abb406e66898b88ca0db09ca1ee775353e02 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 8 Jul 2024 20:10:24 +0000 Subject: [PATCH] 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 --- .../functional/tracing/test-agent-shutdown.sh | 21 ++----------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/tests/functional/tracing/test-agent-shutdown.sh b/tests/functional/tracing/test-agent-shutdown.sh index 6bad962d8b..17c6dd95c4 100755 --- a/tests/functional/tracing/test-agent-shutdown.sh +++ b/tests/functional/tracing/test-agent-shutdown.sh @@ -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}"