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.
This commit is contained in:
Ed Bartosh 2023-06-16 13:39:26 +03:00
parent fa78f28f0a
commit a1e0aa0e50

View File

@ -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