Skip to content

Commit 9b151fb

Browse files
author
Joshua Reed
committed
Cleanup files that shouldn't really be checked in anyway.
1 parent b9d5e4e commit 9b151fb

22 files changed

+2
-2932
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ clean: ## Clean.
188188
rm -rf $(RELEASE_DIR)
189189
rm -rf bin
190190
rm -rf cluster-api
191+
rm -rf test/e2e/data/infrastructure-cloudstack/*/*yaml
191192

192193
##@ Testing
193194

@@ -223,8 +224,7 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
223224
cp ./hack/tilt-settings.json cluster-api
224225

225226
##@ End-to-End Testing
226-
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/v1beta2/*/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.

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-affinity-group-anti.yaml

Lines changed: 0 additions & 130 deletions
This file was deleted.

test/e2e/data/infrastructure-cloudstack/v1beta2/cluster-template-affinity-group-pro.yaml

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)