Merge pull request #137552 from kannon92/issue-137539

move extended resources to dra feature lane
This commit is contained in:
Kubernetes Prow Robot
2026-03-10 05:17:16 +05:30
committed by GitHub

View File

@@ -2237,7 +2237,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), func() {
}).WithTimeout(time.Minute).Should(gomega.BeTrueBecause("extended resource claim should be automatically deleted when pod %s", cleanupMessage))
}
framework.Context(f.WithFeatureGate(features.DRAExtendedResource), func() {
framework.Context(f.WithFeatureGate(features.DRAExtendedResource), feature.DynamicResourceAllocation, f.WithLabel("KubeletMinVersion:1.36"), func() {
nodes := drautils.NewNodes(f, 1, 1)
driver := drautils.NewDriver(f, nodes, drautils.NetworkResources(10, false))
b := drautils.NewBuilder(f, driver)
@@ -2674,7 +2674,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), func() {
})
})
framework.Context(f.WithFeatureGate(features.DRAExtendedResource), func() {
framework.Context(f.WithFeatureGate(features.DRAExtendedResource), feature.DynamicResourceAllocation, f.WithLabel("KubeletMinVersion:1.36"), func() {
nodes := drautils.NewNodes(f, 2, 2)
nodes.NumReservedNodes = 1
driver := drautils.NewDriver(f, nodes, drautils.NetworkResources(2, false))