Skip to content

Commit 97ea30d

Browse files
authored
Merge pull request #3768 from k8s-infra-cherrypick-robot/cherry-pick-3761-to-release-1.10
[release-1.10] add machine pool wait to default e2e parameters
2 parents 3088141 + fb425b6 commit 97ea30d

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)