github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-federation-serial.env (about) 1 ### job-env 2 FEDERATION=true 3 USE_KUBEFED=true 4 5 KUBE_REGISTRY=gcr.io/k8s-jkns-e2e-gce-federation 6 7 # Where the clusters will be created. 8 E2E_ZONES=us-central1-a us-central1-b us-central1-f 9 FEDERATION_CLUSTERS=us-central1-a us-central1-b us-central1-f 10 11 # Note: this only works if [Feature:Federation] is before all 12 # the other labels. It is hard to ANDs in ginkgo regexp because 13 # it just uses golang's regexp library, which in turn uses 14 # RE2 which doesn't support lookaheads. So we are living with 15 # this for now. 16 17 FEDERATION_DNS_ZONE_NAME=gce-serial.test-f8n.k8s.io. 18 19 # TODO: Replace this with FEDERATION_HOST_CLUSTER, but do it in 20 # lock steps. First make current the scripts understand the host 21 # parameters. Then make the necessary changes to make them more 22 # accurate. 23 FEDERATION_HOST_CLUSTER_ZONE=us-central1-f 24