Commit 57345e20 authored by Zihong Zheng's avatar Zihong Zheng

[e2e ingress-gce] Bump num of ingresses for scale test

parent 228c9915
...@@ -32,9 +32,10 @@ import ( ...@@ -32,9 +32,10 @@ import (
) )
const ( const (
numIngressesSmall = 5 numIngressesSmall = 5
numIngressesMedium = 20 numIngressesMedium = 20
numIngressesLarge = 45 numIngressesLarge = 50
numIngressesExtraLarge = 100
scaleTestIngressNamePrefix = "ing-scale" scaleTestIngressNamePrefix = "ing-scale"
scaleTestBackendName = "echoheaders-scale" scaleTestBackendName = "echoheaders-scale"
...@@ -97,6 +98,7 @@ func NewIngressScaleFramework(cs clientset.Interface, ns string, cloudConfig fra ...@@ -97,6 +98,7 @@ func NewIngressScaleFramework(cs clientset.Interface, ns string, cloudConfig fra
numIngressesSmall, numIngressesSmall,
numIngressesMedium, numIngressesMedium,
numIngressesLarge, numIngressesLarge,
numIngressesExtraLarge,
}, },
} }
} }
......
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