Merge pull request #133397 from yliaog/conformance

reduced numPods to 5 from 10 to fix flaky test (supports reusing resources) due to timeout
This commit is contained in:
Kubernetes Prow Robot
2025-08-07 22:27:42 -07:00
committed by GitHub

View File

@@ -706,7 +706,7 @@ var _ = framework.SIGDescribe("node")(framework.WithLabel("DRA"), func() {
singleNodeTests := func(withKubelet bool) {
nodes := drautils.NewNodes(f, 1, 1)
maxAllocations := 1
numPods := 10
numPods := 5
driver := drautils.NewDriver(f, nodes, drautils.DriverResources(maxAllocations)) // All tests get their own driver instance.
driver.WithKubelet = withKubelet
b := drautils.NewBuilder(f, driver)