Merge pull request #118721 from bart0sh/PR120-DRA-E2E-Node-add-NodeAlphaFeature

DRA Node E2E: add NodeAlphaFeature to fix CI
This commit is contained in:
Kubernetes Prow Robot 2023-06-20 07:54:23 -07:00 committed by GitHub
commit 9ed8cfcc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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