Skip to content

Commit

Permalink
add machine pool wait to default e2e parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh authored and k8s-infra-cherrypick-robot committed Jul 27, 2023
1 parent 3088141 commit fb425b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ func createApplyClusterTemplateInput(specName string, changes ...func(*clusterct
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
CNIManifestPath: "",
}
for _, change := range changes {
Expand Down

0 comments on commit fb425b6

Please sign in to comment.