mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 10:19:35 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user