kubernetes/test
alejandrox1 9263dd1f02 Added a buffer period in the node performance tests
The node-kubelet-flaky e2e job that runs the the
`Node Performance Testing [Serial] [Slow] [Flaky]` e2e tests have been
flaking because of inconsistencies on the cpu manager checkpoint file.
This seems to be caused because the checkpoint file is deleted (which is
what needs to happen in order to change the CPU manager policy which is
used for these e2e tests) right after the e2e tests asserts that a pod
does not exist anymore.
However, after a pod is deleted, the CPU manager may still be cleaning
up the resources used by the pod which may result in the checkpoint file
being created.
Whenever this happened, the kubelet would panic if we then try to
subsequently change the CPU manager policy to "static" from "none" or
vice versa (this is done 4 times in these tests).

Signed-off-by: alejandrox1 <alarcj137@gmail.com>
2020-06-17 18:33:44 -04:00
..
cmd cmd: silence warnings in kube-controller-manager/kube-apiserver, dedupe/color warnings in kubectl 2020-06-11 16:04:19 -04:00
conformance Merge pull request #92002 from liggitt/csr-client-conformance 2020-06-12 02:23:57 -07:00
e2e Merge pull request #91962 from aojea/udp1 2020-06-16 19:22:53 -07:00
e2e_kubeadm Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
e2e_node Added a buffer period in the node performance tests 2020-06-17 18:33:44 -04:00
fixtures Remove support for basic authentication 2020-03-11 20:55:47 -04:00
fuzz Fix validation for metav1 fuzz targets. 2019-10-28 17:50:29 -04:00
images Merge pull request #92176 from claudiubelu/test-images/rebases-kitten-nautilus 2020-06-16 19:24:31 -07:00
instrumentation Merge pull request #84373 from serathius/metrics-stability-variables 2020-01-09 20:12:49 -08:00
integration Merge pull request #89778 from cmluciano/cml/ingressv1 2020-06-16 23:10:39 -07:00
kubemark Update kube-addon-manager to v9.1.1 2020-05-20 09:50:20 +02:00
list
soak/serve_hostnames Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
typecheck Do not include bazel related deps in root go.mod 2020-04-19 22:01:50 -04:00
utils remove-api 2020-05-27 16:58:05 -04:00
BUILD Added go-fuzz target for json serializer Encode/Decode. 2019-10-18 09:11:43 -07:00
OWNERS add tanjunchen as /test reviewer 2020-03-27 22:56:21 +08:00