Skip to content

Commit a9526f6

Browse files
committed
add comment to the CPUManager feature label
Signed-off-by: carlory <[email protected]>
1 parent 0882efa commit a9526f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/e2e/feature/feature.go

+7-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ var (
7070
// Marks tests that require coordinated leader election
7171
CoordinatedLeaderElection = framework.WithFeature(framework.ValidFeatures.Add("CoordinatedLeaderElection"))
7272

73-
// TODO: document the feature (owning SIG, when to use this feature for a test)
73+
// owning-sig: sig-node
74+
// kep: https://kep.k8s.io/3570
75+
// test-infra jobs:
76+
// - https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-cpu-manager
77+
//
78+
// This label is used for tests which need:
79+
// - 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
7480
CPUManager = framework.WithFeature(framework.ValidFeatures.Add("CPUManager"))
7581

7682
// OWNER: sig-node

0 commit comments

Comments
 (0)