Set E2E_MIN_STARTUP_PODS to 0 for Kubemark runs

pull/6/head
gmarek 2015-10-02 15:10:02 +02:00
parent 3137ecbf3b
commit 22574cfd6d
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@ detect-master
export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}" export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/kubeconfig.loc" export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/kubeconfig.loc"
export E2E_MIN_STARTUP_PODS=0
${KUBE_ROOT}/hack/ginkgo-e2e.sh --e2e-verify-service-account=false --ginkgo.focus="should\sallow\sstarting\s30\spods\sper\snode" ${KUBE_ROOT}/hack/ginkgo-e2e.sh --e2e-verify-service-account=false --ginkgo.focus="should\sallow\sstarting\s30\spods\sper\snode"