File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ cluster-api
29
29
# Ignore output of Makefile sed operations created when generating manifests.
30
30
config /default /manager_image_patch_edited.yaml
31
31
32
+ # Ignore output of e2e kustomization of templates.
33
+ test /e2e /data /infrastructure-cloudstack /v1beta * /* yaml
34
+
32
35
# Test binary, build with `go test -c`
33
36
* .test
34
37
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
224
224
cp ./hack/tilt-settings.json cluster-api
225
225
226
226
# #@ 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)
228
228
CLUSTER_TEMPLATES_OUTPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template* " -exec echo {}.yaml \;)
229
229
.PHONY : e2e-cluster-templates
230
230
e2e-cluster-templates : $(CLUSTER_TEMPLATES_OUTPUT_FILES ) # # Generate cluster template files for e2e testing.
You can’t perform that action at this time.
0 commit comments