From 233a0aeedbfff43c10910aae8eecf09ca2751128 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 12 Jun 2025 18:16:04 +0200 Subject: [PATCH] DRA E2E: label tests which need a certain minimum kubelet, II Commit 71b2f32d70fdd7143849476c00ff84b82555f42b missed one test which needs the "kubelet >= 1.33" label because that test didn't run in the canary presubmit. It's now failing in the ci-kind-dra-n-2 job. --- test/e2e/dra/dra.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/dra/dra.go b/test/e2e/dra/dra.go index cba6e84551c..baebb397f02 100644 --- a/test/e2e/dra/dra.go +++ b/test/e2e/dra/dra.go @@ -2185,7 +2185,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), feature.Dynami framework.ExpectNoError(e2epod.WaitForPodNotFoundInNamespace(ctx, f.ClientSet, pod.Name, pod.Namespace, f.Timeouts.PodDelete)) }) - f.It("sequential update with pods replacing each other", framework.WithSlow(), func(ctx context.Context) { + f.It("sequential update with pods replacing each other", f.WithLabel("KubeletMinVersion:1.33"), framework.WithSlow(), func(ctx context.Context) { nodes := NewNodesNow(ctx, f, 1, 1) // Same driver name, same socket path.