Skip to content

Commit

Permalink
Merge pull request kubernetes#81535 from spiffxp/mv-resource-tracking…
Browse files Browse the repository at this point in the history
…-tests-out-of-release-blocking

Demote regular resource tracking tests from release-blocking
  • Loading branch information
k8s-ci-robot authored Aug 17, 2019
2 parents 5b685ff + 79cff6c commit 732b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node/kubelet_perf.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ var _ = SIGDescribe("Kubelet [Serial] [Slow]", func() {
result := om.GetLatestRuntimeOperationErrorRate()
e2elog.Logf("runtime operation error metrics:\n%s", e2ekubelet.FormatRuntimeOperationErrorRate(result))
})
SIGDescribe("regular resource usage tracking", func() {
SIGDescribe("regular resource usage tracking [Feature:RegularResourceUsageTracking]", func() {
// We assume that the scheduler will make reasonable scheduling choices
// and assign ~N pods on the node.
// Although we want to track N pods per node, there are N + add-on pods
Expand Down

0 comments on commit 732b8ca

Please sign in to comment.