add comment to the CPUManager feature label

Signed-off-by: carlory <baofa.fan@daocloud.io>
This commit is contained in:
carlory 2025-03-05 11:00:15 +08:00
parent 0882efaf8e
commit a9526f6c7e

View File

@ -70,7 +70,13 @@ var (
// Marks tests that require coordinated leader election
CoordinatedLeaderElection = framework.WithFeature(framework.ValidFeatures.Add("CoordinatedLeaderElection"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
// owning-sig: sig-node
// kep: https://kep.k8s.io/3570
// test-infra jobs:
// - https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-cpu-manager
//
// This label is used for tests which need:
// - run only CPU Manager tests on specific jobs, i.e., ci-kubernetes-node-kubelet-serial-cpu-manager and pull-kubernetes-node-kubelet-serial-cpu-manager
CPUManager = framework.WithFeature(framework.ValidFeatures.Add("CPUManager"))
// OWNER: sig-node