We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20fa71 commit cdcab0cCopy full SHA for cdcab0c
test/e2e/e2e.sh
@@ -63,4 +63,12 @@ if [ $gpu_test_5 != 1 ]; then
63
exit 1
64
fi
65
66
+# test that deletion is fast (less than the default grace period of 30s)
67
+# see https://github.com/kubernetes/kubernetes/issues/127188 for details
68
+kubectl delete -f demo/gpu-test1.yaml --timeout=25s
69
+kubectl delete -f demo/gpu-test2.yaml --timeout=25s
70
+kubectl delete -f demo/gpu-test3.yaml --timeout=25s
71
+kubectl delete -f demo/gpu-test4.yaml --timeout=25s
72
+kubectl delete -f demo/gpu-test5.yaml --timeout=25s
73
+
74
echo "test ran successfully"
0 commit comments