mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-13 19:37:43 +00:00
Automatic merge from submit-queue (batch tested with PRs 47470, 47260, 47411, 46852, 46135) Logs node e2e perf data to standalone json files Fixes the node-dash-perf issue in https://github.com/kubernetes/kubernetes/issues/44003. - Move perf data types to `test/e2e/perftype/perftype.go` so that the node-perf-dash can depend on. - Logs the perf data to standalone json files so that node-perf-dash can consume it easily. A sample run of `ci-kubernetes-node-kubelet-benchmark` is at https://console.cloud.google.com/storage/browser/ygg-gke-dev-bucket/e2e-node-test/ci-kubernetes-node-kubelet-benchmark/1. The corresponding changes in node-perf-dash is at https://github.com/kubernetes/contrib/pull/2628. **Release note**: `None` /sig node /area node-e2e /assign @Random-Liu