mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Re-enabled load e2e test for Jenkins scalability suite
Also increased next pod startup waiting time from 100s to 200s to eliminate flakiness by incresing failCount param.
This commit is contained in:
@@ -743,7 +743,7 @@ func RunRC(c *client.Client, name string, ns, image string, replicas int) error
|
||||
By(fmt.Sprintf("%v Waiting for all %d replicas to be running with a max container failures of %d", time.Now(), replicas, maxContainerFailures))
|
||||
same = 0
|
||||
last = 0
|
||||
failCount = 10
|
||||
failCount = 20
|
||||
current = 0
|
||||
oldPods := &api.PodList{}
|
||||
for same < failCount && current < replicas {
|
||||
|
Reference in New Issue
Block a user