From a1e0aa0e50485f93cd45a5b8b8e58b7fffe6500a Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 16 Jun 2023 13:39:26 +0300 Subject: [PATCH] DRA Node E2E: add NodeAlphaFeature to fix CI Added NodeAlphaFeature:DynamicResourceAllocation to the Node DRA test to fix failing containerd serial jobs. Those jobs skip tests labeled with NodeAlphaFeature. --- 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 6f382781d0c..fb3da210bf2 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]", func() { +var _ = ginkgo.Describe("[sig-node] DRA [Feature:DynamicResourceAllocation][NodeAlphaFeature:DynamicResourceAllocation]", func() { f := framework.NewDefaultFramework("dra-node") f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline