mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-25 10:43:15 +00:00
Merge pull request #9943 from AdithyaKrishnan/nydus-cleanup-timeout
tests: Fixes TEE timeout issue
This commit is contained in:
@@ -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::"
|
||||||
|
Reference in New Issue
Block a user