mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Merge pull request #8873 from piosz/load_generator
Re-enabled load e2e test for Jenkins scalability suite
This commit is contained in:
@@ -776,7 +776,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 := make([]*api.Pod, 0)
|
||||
for same < failCount && current < replicas {
|
||||
|
Reference in New Issue
Block a user