mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-28 22:00:30 +00:00
Don't delete namespace after kubemark tests, as cluster will be torn down either way
This commit is contained in:
@@ -33,10 +33,10 @@ export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
|
||||
export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/kubeconfig.loc"
|
||||
export E2E_MIN_STARTUP_PODS=0
|
||||
|
||||
if [ -z "$@" ]; then
|
||||
if [[ -z "$@" ]]; then
|
||||
ARGS='--ginkgo.focus=should\sallow\sstarting\s30\spods\sper\snode'
|
||||
else
|
||||
ARGS=$@
|
||||
fi
|
||||
|
||||
${KUBE_ROOT}/hack/ginkgo-e2e.sh "--e2e-verify-service-account=false" "$ARGS"
|
||||
${KUBE_ROOT}/hack/ginkgo-e2e.sh "--e2e-verify-service-account=false" $ARGS
|
||||
|
||||
Reference in New Issue
Block a user