Merge pull request #91813 from bart0sh/PR0090-e2e_node-benchmark-decrease-number-of-pods

e2e_node: fix node-kubelet-benchmark test
This commit is contained in:
Kubernetes Prow Robot
2020-06-19 11:36:43 -07:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
interval: 0 * time.Millisecond,
},
{
podsNr: 105,
podsNr: 90,
interval: 0 * time.Millisecond,
},
{
@@ -138,7 +138,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
interval: 100 * time.Millisecond,
},
{
podsNr: 105,
podsNr: 90,
interval: 100 * time.Millisecond,
},
{
@@ -150,7 +150,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
interval: 300 * time.Millisecond,
},
{
podsNr: 105,
podsNr: 90,
interval: 300 * time.Millisecond,
},
}
@@ -176,17 +176,17 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
ginkgo.Context("create a batch of pods with higher API QPS", func() {
dTests := []densityTest{
{
podsNr: 105,
podsNr: 90,
interval: 0 * time.Millisecond,
APIQPSLimit: 60,
},
{
podsNr: 105,
podsNr: 90,
interval: 100 * time.Millisecond,
APIQPSLimit: 60,
},
{
podsNr: 105,
podsNr: 90,
interval: 300 * time.Millisecond,
APIQPSLimit: 60,
},