Commit b1aabc79 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #24448 from a-robinson/multizone

Automatic merge from submit-queue Use 3 nodes per zone in the GKE multizone test instead of 1 @quinton-hoole @saad-ali
parents c37e3cc6 27096ccf
...@@ -233,7 +233,6 @@ ...@@ -233,7 +233,6 @@
export PROJECT="k8s-jkns-e2e-gke-multizone" export PROJECT="k8s-jkns-e2e-gke-multizone"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]" export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y" export GINKGO_PARALLEL="y"
export NUM_NODES="1"
export ZONE="us-central1-f" export ZONE="us-central1-f"
export ADDITIONAL_ZONES="us-central1-a,us-central1-b" export ADDITIONAL_ZONES="us-central1-a,us-central1-b"
jobs: jobs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment