Skip to content

Commit afb752f

Browse files
committed
fixup! Add MachineHealthChecks for KCP and Windows Machines in e2e
1 parent d304e7e commit afb752f

File tree

3 files changed

+45
-5
lines changed

3 files changed

+45
-5
lines changed

templates/test/ci/cluster-template-prow-apiserver-ilb.yaml

Lines changed: 39 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-apiserver-ilb/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: Kustomization
33
namespace: default
44
resources:
55
- ../../../flavors/apiserver-ilb
6+
- ../prow/mhc-kubeadmcontrolplane.yaml
7+
- ../prow/mhc.yaml
68
- ../../../addons/cluster-api-helm/calico.yaml
79
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml
810
- ../../../addons/cluster-api-helm/cloud-provider-azure.yaml
@@ -13,6 +15,7 @@ patches:
1315
- path: ../patches/controller-manager.yaml
1416
- path: ../patches/uami-md-0.yaml
1517
- path: ../patches/uami-control-plane.yaml
18+
- path: ../patches/mhc.yaml
1619
- path: ../patches/cluster-label-calico.yaml
1720
- path: ../patches/cluster-label-cloud-provider-azure.yaml
1821
- target:

test/e2e/config/azure-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ intervals:
258258
default/wait-private-cluster: ["30m", "10s"]
259259
default/wait-control-plane: ["20m", "10s"]
260260
default/wait-control-plane-long: ["40m", "10s"]
261-
default/wait-control-plane-ha: ["30m", "10s"]
262-
default/wait-worker-nodes: ["25m", "10s"]
261+
default/wait-control-plane-ha: ["60m", "10s"]
262+
default/wait-worker-nodes: ["60m", "10s"]
263263
default/wait-gpu-nodes: ["30m", "10s"]
264264
default/wait-nodes-ready: ["10m", "10s"]
265265
default/wait-delete-cluster: ["30m", "10s"]
@@ -272,7 +272,7 @@ intervals:
272272
default/wait-deployment-available: ["15m", "10s"]
273273
default/wait-job: ["5m", "10s"]
274274
default/wait-service: ["15m", "10s"]
275-
default/wait-machine-pool-nodes: ["30m", "10s"]
275+
default/wait-machine-pool-nodes: ["60m", "10s"]
276276
default/wait-nsg-update: ["20m", "10s"]
277277
csi-migration/wait-controlplane-upgrade: ["60m", "10s"]
278278
csi-migration/wait-worker-nodes: ["60m", "10s"]

0 commit comments

Comments
 (0)