Skip to content

Commit 1f1fceb

Browse files
committed
Fix rebasing mess up
1 parent 2a79c2a commit 1f1fceb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

test/e2e/mhc_remediations.go

-18
Original file line numberDiff line numberDiff line change
@@ -96,28 +96,14 @@ func MachineRemediationSpec(ctx context.Context, inputGetter func() MachineRemed
9696
WaitForMachineRemediation: input.E2EConfig.GetIntervals(specName, "wait-machine-remediation"),
9797
})
9898

99-
<<<<<<< HEAD
100-
=======
101-
By("Setting a machine unhealthy and wait for MachineDeployment remediation")
102-
framework.DiscoverMachineHealthChecksAndWaitForRemediation(ctx, framework.DiscoverMachineHealthCheckAndWaitForRemediationInput{
103-
ClusterProxy: input.BootstrapClusterProxy,
104-
Cluster: clusterResources.Cluster,
105-
WaitForMachineRemediation: input.E2EConfig.GetIntervals(specName, "wait-machine-remediation"),
106-
})
107-
108-
>>>>>>> Add watch label to controllers
10999
By("PASSED!")
110100
})
111101

112102
It("Should successfully trigger KCP remediation", func() {
113103

114104
By("Creating a workload cluster")
115105

116-
<<<<<<< HEAD
117106
clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
118-
=======
119-
clusterResources = clusterctl.ApplyClusterTemplateAndWait(ctx, clusterctl.ApplyClusterTemplateAndWaitInput{
120-
>>>>>>> Add watch label to controllers
121107
ClusterProxy: input.BootstrapClusterProxy,
122108
ConfigCluster: clusterctl.ConfigClusterInput{
123109
LogFolder: filepath.Join(input.ArtifactFolder, "clusters", input.BootstrapClusterProxy.GetName()),
@@ -134,11 +120,7 @@ func MachineRemediationSpec(ctx context.Context, inputGetter func() MachineRemed
134120
WaitForClusterIntervals: input.E2EConfig.GetIntervals(specName, "wait-cluster"),
135121
WaitForControlPlaneIntervals: input.E2EConfig.GetIntervals(specName, "wait-control-plane"),
136122
WaitForMachineDeployments: input.E2EConfig.GetIntervals(specName, "wait-worker-nodes"),
137-
<<<<<<< HEAD
138123
}, clusterResources)
139-
=======
140-
})
141-
>>>>>>> Add watch label to controllers
142124

143125
By("Setting a machine unhealthy and wait for KubeadmControlPlane remediation")
144126
framework.DiscoverMachineHealthChecksAndWaitForRemediation(ctx, framework.DiscoverMachineHealthCheckAndWaitForRemediationInput{

0 commit comments

Comments
 (0)