github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-soak-gce-federation-test.env (about) 1 2 ### soak-env 3 # Clear out any orphaned namespaces in case previous run was interrupted. 4 DOCKER_TEST_LOG_LEVEL=--log-level=warn 5 6 ### job-env 7 KUBE_REGISTRY=gcr.io/k8s-jkns-gce-federation-soak 8 9 FEDERATION=true 10 USE_KUBEFED=true 11 12 # Where the clusters will be created. 13 E2E_ZONES=us-central1-a us-central1-b us-central1-f 14 FEDERATION_CLUSTERS=us-central1-a us-central1-b us-central1-f 15 16 # TODO: Replace this with FEDERATION_HOST_CLUSTER, but do it in 17 # lock steps. First make current the scripts understand the host 18 # parameters. Then make the necessary changes to make them more 19 # accurate. 20 FEDERATION_HOST_CLUSTER_ZONE=us-central1-f 21 22