Skip to content

Commit c3a2e86

Browse files
authored
Merge pull request #9166 from CecileRobertMichon/flavor-e2e
🌱 Add back flavor to Waiter interface
2 parents 55289c9 + f9f44f1 commit c3a2e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/clusterctl/clusterctl_helpers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ func ApplyClusterTemplateAndWait(ctx context.Context, input ApplyClusterTemplate
315315
ClusterName: input.ConfigCluster.ClusterName,
316316
Namespace: input.ConfigCluster.Namespace,
317317
CNIManifestPath: input.CNIManifestPath,
318+
Flavor: input.ConfigCluster.Flavor,
318319
WaitForClusterIntervals: input.WaitForClusterIntervals,
319320
WaitForControlPlaneIntervals: input.WaitForControlPlaneIntervals,
320321
WaitForMachineDeployments: input.WaitForMachineDeployments,
@@ -333,6 +334,7 @@ type ApplyCustomClusterTemplateAndWaitInput struct {
333334
ClusterName string
334335
Namespace string
335336
CNIManifestPath string
337+
Flavor string
336338
WaitForClusterIntervals []interface{}
337339
WaitForControlPlaneIntervals []interface{}
338340
WaitForMachineDeployments []interface{}

0 commit comments

Comments
 (0)