We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9c821 commit 4994f78Copy full SHA for 4994f78
e2e.mk
@@ -20,6 +20,10 @@ test-e2e-run: generate-e2e-templates install-tools create-bootstrap ## Run e2e t
20
-e2e.skip-resource-cleanup=$(SKIP_CLEANUP) -e2e.use-existing-cluster=$(SKIP_CREATE_MGMT_CLUSTER) $(E2E_ARGS) \
21
$(MAKE) cleanup-workload-identity
22
$(MAKE) clean-release-git
23
+ if [ "$(MGMT_CLUSTER_TYPE)" == "aks" ] && [ "$(SKIP_CLEANUP)" != "true" ]; then \
24
+ echo "Cleaning up AKS management cluster..."; \
25
+ $(MAKE) aks-delete; \
26
+ fi
27
28
.PHONY: test-e2e
29
test-e2e: ## Run "docker-build" and "docker-push" rules then run e2e tests.
0 commit comments