Skip to content

Commit 00a87a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into capi-v1.11.2
2 parents 5293dda + 4a6a7bf commit 00a87a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ARTIFACTS ?= "$(PWD)/_artifacts"
125125

126126
.PHONY: test-e2e
127127
test-e2e: manifests generate fmt vet ginkgo
128-
rm -rf test/e2e/frmwrk/artifacts
128+
rm -rf $(ARTIFACTS)/config/target
129129

130130
mkdir -p $(ARTIFACTS)/config/target
131131
kubectl kustomize test/e2e/frmwrk/config/target/base -o $(ARTIFACTS)/config/target/base.yaml

test/e2e/frmwrk/shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ func (e2e *E2ECluster) GenerateAndApplyClusterTemplate(ctx context.Context) {
525525
WorkerMachineCount: &e2e.WorkerMachineCount,
526526
ClusterctlConfigPath: e2e.E2EContext.Environment.ClusterctlConfigPath,
527527
// TODO: why does this not work with clusterctl.DefaultInfrastructureProvider?
528-
InfrastructureProvider: "capms:v0.6.1",
528+
InfrastructureProvider: "capms:v0.6.2",
529529
LogFolder: path.Join(e2e.E2EContext.Environment.artifactsPath, "clusters", e2e.ClusterName),
530530
// KubeconfigPath: "",
531531
ClusterctlVariables: e2e.Variables(),

0 commit comments

Comments
 (0)