mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
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
This commit is contained in:
parent
77fd143c8d
commit
a83edd35c4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user