Skip to content

Commit

Permalink
Merge pull request #2980 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2977-to-release-1.5

[release-1.5] OOT test uses MachineDeployment
  • Loading branch information
k8s-ci-robot authored Jan 4, 2023
2 parents 8cc7338 + 6c38c23 commit aea6624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ var _ = Describe("Workload cluster creation", func() {
},
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
WaitForControlPlaneInitialized: EnsureControlPlaneInitialized,
},
Expand Down

0 comments on commit aea6624

Please sign in to comment.