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:
		@@ -59,7 +59,7 @@ const (
 | 
				
			|||||||
	podInPendingStateTimeout  = time.Second * 60 // how long to wait for a pod to stay in pending state
 | 
						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 := framework.NewDefaultFramework("dra-node")
 | 
				
			||||||
	f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
 | 
						f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user