Skip to content

Commit fb425b6

Browse files
nojnhuhk8s-infra-cherrypick-robot
authored andcommitted
add machine pool wait to default e2e parameters
1 parent 3088141 commit fb425b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ func createApplyClusterTemplateInput(specName string, changes ...func(*clusterct
328328
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
329329
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
330330
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
331+
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
331332
CNIManifestPath: "",
332333
}
333334
for _, change := range changes {

0 commit comments

Comments
 (0)