Skip to content

Commit b336959

Browse files
author
Joshua Reed
committed
Fixup makefile minor issue with e2e template directory.
1 parent 9b151fb commit b336959

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ cluster-api
2929
# Ignore output of Makefile sed operations created when generating manifests.
3030
config/default/manager_image_patch_edited.yaml
3131

32+
# Ignore output of e2e kustomization of templates.
33+
test/e2e/data/infrastructure-cloudstack/v1beta*/*yaml
34+
3235
# Test binary, build with `go test -c`
3336
*.test
3437

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
224224
cp ./hack/tilt-settings.json cluster-api
225225

226226
##@ End-to-End Testing
227-
CLUSTER_TEMPLATES_INPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack/v1beta2/*/cluster-template* test/e2e/data/infrastructure-cloudstack/*/bases/* -type f)
227+
CLUSTER_TEMPLATES_INPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack/v1beta*/*/cluster-template* test/e2e/data/infrastructure-cloudstack/*/bases/* -type f)
228228
CLUSTER_TEMPLATES_OUTPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template*" -exec echo {}.yaml \;)
229229
.PHONY: e2e-cluster-templates
230230
e2e-cluster-templates: $(CLUSTER_TEMPLATES_OUTPUT_FILES) ## Generate cluster template files for e2e testing.

0 commit comments

Comments
 (0)