From a83edd35c4ab6a87eabab13f43a7f7bea3034b44 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 14 Jun 2023 20:46:24 +0300 Subject: [PATCH] DRA Node E2E: relabel test suite to fix CI Removed NodeFeature:DynamicResourceAllocation label from the tests to fix cos-cgroupv1/v2-containerd-node-e2e-serial CI jobs. It turned out that labeling DRA Node tests as NodeFeature was a mistake. Re-labeling with NodeAlphaFeature would not work either. It would fail certain containerd jobs as DRA requires containerd >= 1.7 --- test/e2e_node/dra_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/dra_test.go b/test/e2e_node/dra_test.go index b4ea0ef0b81..6f382781d0c 100644 --- a/test/e2e_node/dra_test.go +++ b/test/e2e_node/dra_test.go @@ -59,7 +59,7 @@ const ( podInPendingStateTimeout = time.Second * 60 // how long to wait for a pod to stay in pending state ) -var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation][NodeFeature:DynamicResourceAllocation]", func() { +var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation]", func() { f := framework.NewDefaultFramework("dra-node") f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline