Skip ILB e2e test on GCP if cluster size exceeds limit

This commit is contained in:
Zihong Zheng
2017-10-19 11:42:16 -07:00
parent 875a72fed2
commit 8f216be894
2 changed files with 11 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ const (
// ServiceTestTimeout is used for most polling/waiting activities
ServiceTestTimeout = 60 * time.Second
// GCPMaxInstancesInInstanceGroup is the maximum number of instances supported in
// one instance group on GCP.
GCPMaxInstancesInInstanceGroup = 2000
)
// This should match whatever the default/configured range is