Use 3 nodes per zone in the GKE multizone test instead of 1

This commit is contained in:
Alex Robinson 2016-04-18 21:25:47 -07:00
parent 5abbc24a86
commit 27096ccf5c

View File

@ -233,7 +233,6 @@
export PROJECT="k8s-jkns-e2e-gke-multizone"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
export NUM_NODES="1"
export ZONE="us-central1-f"
export ADDITIONAL_ZONES="us-central1-a,us-central1-b"
jobs: