Skip to content

Commit baa3c9a

Browse files
committed
Update sig-node KubeletPSI test focus to include Feature label
This change updates the pull-kubernetes-node-e2e-containerd-kubelet-psi job to include tests with [Feature:KubeletPSI] label in addition to Summary API tests. This is needed to ensure KubeletPSI feature tests continue to run after the feature label is removed from the test code in kubernetes/kubernetes PR #134303, which replaces the feature label with framework.WithFeatureGate(). Related to kubernetes/kubernetes#134303
1 parent f6901c4 commit baa3c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ presubmits:
567567
- '--node-test-args=--feature-gates=KubeletPSI=true --service-feature-gates=KubeletPSI=true --container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/home/containerd/usr/local/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service"'
568568
- --node-tests=true
569569
- --provider=gce
570-
- --test_args=--nodes=8 --focus="Summary API"
570+
- --test_args=--nodes=8 --focus="Summary API|\[Feature:KubeletPSI\]"
571571
- --timeout=65m
572572
env:
573573
- name: GOPATH

0 commit comments

Comments
 (0)