k3s/test/e2e/common
Kubernetes Submit Queue 3ed8b49e9f
Merge pull request #67053 from oomichi/issue/67051
Automatic merge from submit-queue (batch tested with PRs 67042, 66480, 67053). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

HPA: Make dynamicRequestSizeInMillicores bigger

**What this PR does / why we need it**:

HPA e2e tests specify 20 as requestSizeMillicores on resource-consumer
for making CPU workload to test HPA feature, and the value is
hard-coded as 20. That means the tests expect 2% CPU workload on every
resource-consumer process, but actual CPU usage(4 - 6%) is over than
the expected usage on some environment. Then HPA scales many pods than
the test expected, and the test is failed.

To make these tests stable, this changes the value to 100 (10% CPU
workload on each process).

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #67051

**Special notes for your reviewer**:

**Release note**: None
2018-08-07 14:28:04 -07:00
..
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
apparmor.go Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
autoscaling_utils.go HPA: Make dynamicRequestSizeInMillicores bigger 2018-08-07 02:06:10 +00:00
configmap.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
configmap_volume.go e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
container_probe.go Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
docker_containers.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
downward_api.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
downwardapi_volume.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
empty_dir.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
events.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
expansion.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
host_path.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
init_container.go Merge pull request #66921 from mgdevstack/NodeConformance-InitContainer 2018-08-06 17:01:11 -07:00
kubelet_etc_hosts.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
networking.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
pods.go Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
privileged.go test/e2e/common: Add NodeFeature or NodeConformance tags 2018-05-21 21:28:42 -07:00
projected.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
secrets.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
secrets_volume.go Adding details to Conformance Tests using RFC 2119 standards. 2018-08-01 11:39:01 -07:00
sysctl.go Promote sysctl annotations to API fields 2018-06-05 23:17:00 +02:00
util.go e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
volumes.go if judgement always true in e2e 2017-10-30 08:55:51 +08:00