Merge pull request #36188 from yujuhong/bump_limits

Automatic merge from submit-queue

e2e: bump limits for kubelet's cpu usage

The numbers are chosen based on the past tests results.
This commit is contained in:
Kubernetes Submit Queue 2016-11-06 01:09:26 -08:00 committed by GitHub
commit c6f0409190

View File

@ -245,7 +245,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
{
podsPerNode: 35,
cpuLimits: framework.ContainersCPUSummary{
stats.SystemContainerKubelet: {0.50: 0.12, 0.95: 0.14},
stats.SystemContainerKubelet: {0.50: 0.12, 0.95: 0.16},
stats.SystemContainerRuntime: {0.50: 0.05, 0.95: 0.07},
},
// We set the memory limits generously because the distribution
@ -257,7 +257,7 @@ var _ = framework.KubeDescribe("Kubelet [Serial] [Slow]", func() {
},
{
cpuLimits: framework.ContainersCPUSummary{
stats.SystemContainerKubelet: {0.50: 0.17, 0.95: 0.22},
stats.SystemContainerKubelet: {0.50: 0.20, 0.95: 0.29},
stats.SystemContainerRuntime: {0.50: 0.06, 0.95: 0.09},
},
podsPerNode: 100,