diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index c702e62df1..353dc3ba2f 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -93,9 +93,6 @@ function deploy_kata() { fi kubectl -n kube-system wait --timeout=10m --for=condition=Ready -l name=kata-deploy pod - echo "Gather information about the nodes and pods after having kata-deploy ready" - get_nodes_and_pods_info - # This is needed as the kata-deploy pod will be set to "Ready" when it starts running, # which may cause issues like not having the node properly labeled or the artefacts # properly deployed when the tests actually start running. @@ -122,9 +119,6 @@ function run_tests() { kubectl apply -f ${kubernetes_dir}/runtimeclass_workloads/tests-namespace.yaml kubectl config set-context --current --namespace=kata-containers-k8s-tests - echo "Gather information about the nodes and pods just before starting the tests" - get_nodes_and_pods_info - pushd "${kubernetes_dir}" bash setup.sh bash run_kubernetes_tests.sh