mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #81535 from spiffxp/mv-resource-tracking-tests-out-of-release-blocking
Demote regular resource tracking tests from release-blocking
This commit is contained in:
commit
732b8ca58c
@ -215,7 +215,7 @@ var _ = SIGDescribe("Kubelet [Serial] [Slow]", func() {
|
|||||||
result := om.GetLatestRuntimeOperationErrorRate()
|
result := om.GetLatestRuntimeOperationErrorRate()
|
||||||
e2elog.Logf("runtime operation error metrics:\n%s", e2ekubelet.FormatRuntimeOperationErrorRate(result))
|
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
|
// We assume that the scheduler will make reasonable scheduling choices
|
||||||
// and assign ~N pods on the node.
|
// and assign ~N pods on the node.
|
||||||
// Although we want to track N pods per node, there are N + add-on pods
|
// Although we want to track N pods per node, there are N + add-on pods
|
||||||
|
Loading…
Reference in New Issue
Block a user