From 22b59bf7d22c93a7727ec8aa52388a41a3a2941e Mon Sep 17 00:00:00 2001 From: eun2ce Date: Tue, 30 Sep 2025 17:47:22 +0900 Subject: [PATCH] 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 --- config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml index 4ee95cf3f754..1f0190eddcfd 100644 --- a/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml +++ b/config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml @@ -602,7 +602,7 @@ presubmits: - '--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"' - --node-tests=true - --provider=gce - - --test_args=--nodes=8 --focus="Summary API" + - --test_args=--nodes=8 --focus="Summary API|\[Feature:KubeletPSI\]" - --timeout=65m env: - name: GOPATH