forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci-kubernetes-e2e-gce-federation-serial.env
34 lines (27 loc) · 1.32 KB
/
ci-kubernetes-e2e-gce-federation-serial.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
### job-env
FEDERATION=true
USE_KUBEFED=true
PROJECT=k8s-jkns-e2e-gce-f8n-serial
KUBE_REGISTRY=gcr.io/k8s-jkns-e2e-gce-federation
KUBE_GCS_RELEASE_BUCKET=kubernetes-federation-release
KUBE_GCS_DEV_RELEASE_BUCKET=kubernetes-federation-release
KUBE_NODE_OS_DISTRIBUTION=debian
# Where the clusters will be created. Federation components are now deployed to the last one.
E2E_ZONES=us-central1-a us-central1-b us-central1-f
FEDERATION_CLUSTERS=us-central1-a us-central1-b us-central1-f
# Note: this only works if [Feature:Federation] is before all
# the other labels. It is hard to ANDs in ginkgo regexp because
# it just uses golang's regexp library, which in turn uses
# RE2 which doesn't support lookaheads. So we are living with
# this for now.
GINKGO_TEST_ARGS=--ginkgo.focus=(\[Feature:Federation\].*(\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[NoCluster\]))
# We don't have namespaces yet in federation apiserver, so we need to serialize
GINKGO_PARALLEL=n
FEDERATION_DNS_ZONE_NAME=gce-serial.test-f8n.k8s.io.
FEDERATIONS_DOMAIN_MAP=federation=gce-serial.test-f8n.k8s.io
# TODO: Replace this with FEDERATION_HOST_CLUSTER, but do it in
# lock steps. First make current the scripts understand the host
# parameters. Then make the necessary changes to make them more
# accurate.
FEDERATION_HOST_CLUSTER_ZONE=us-central1-f
KUBEKINS_TIMEOUT=900m