mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #14980 from gmarek/fix-jenkins
Set E2E_MIN_STARTUP_PODS to 0 for Kubemark runs
This commit is contained in:
commit
2fa0971ee3
1 changed files with 1 additions and 0 deletions
|
|
@ -32,5 +32,6 @@ detect-master
|
|||
|
||||
export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue