Skip to content

Commit a0df012

Browse files
authored
Merge pull request #3769 from mboersma/cherry-pick-3761-to-release-1.9
[release-1.9] add machine pool wait to default e2e parameters
2 parents 713abea + f807b99 commit a0df012

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
@@ -327,6 +327,7 @@ func createApplyClusterTemplateInput(specName string, changes ...func(*clusterct
327327
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
328328
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
329329
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
330+
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
330331
}
331332
for _, change := range changes {
332333
change(&input)

0 commit comments

Comments
 (0)