Merge pull request #9943 from AdithyaKrishnan/nydus-cleanup-timeout

tests: Fixes TEE timeout issue
This commit is contained in:
Fabiano Fidêncio
2024-07-03 22:57:17 +02:00
committed by GitHub

View File

@@ -556,7 +556,6 @@ function cleanup_nydus_snapshotter() {
fi fi
sleep 180s sleep 180s
kubectl_retry delete --ignore-not-found -f "misc/snapshotter/nydus-snapshotter-rbac.yaml" kubectl_retry delete --ignore-not-found -f "misc/snapshotter/nydus-snapshotter-rbac.yaml"
kubectl_retry get namespace nydus-system -o json | jq 'del(.spec.finalizers)' | kubectl_retry replace --raw "/api/v1/namespaces/nydus-system/finalize" -f - || true
popd popd
sleep 30s sleep 30s
echo "::endgroup::" echo "::endgroup::"