Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

tests/kubernetes: Correctly run cleanup_bare_metal_env.sh #5755

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/kubernetes/cleanup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ main () {

# if CI run in bare-metal, we need a set of extra clean
if [ "${BAREMETAL}" == true ] && [ -f "${SCRIPT_PATH}/cleanup_bare_metal_env.sh" ]; then
bash -f "${SCRIPT_PATH}/cleanup_bare_metal_env.sh ${keep_cni_bin}"
bash -f "${SCRIPT_PATH}/cleanup_bare_metal_env.sh" "${keep_cni_bin}"
fi

info "Check no kata processes are left behind after reseting kubernetes"
Expand Down
Loading