Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: help install-precommit setup-dev lint lint-actions lint-devspace test test-install test-e2e smoke clean verify
.PHONY: help install-precommit setup-dev lint lint-actions lint-devspace lint-yaml lint-helm test test-install test-e2e smoke smoke-gke clean format verify check

help: ## Display this help message
@echo "Available targets:"
Expand Down Expand Up @@ -69,6 +69,9 @@ test-e2e: ## Run full ephemeral-cluster DevSpace e2e validation

smoke: test-e2e ## Run expensive smoke validation

smoke-gke: ## Run expensive GKE smoke validation
CLUSTER_PROVIDER=gke go run ./tests/e2e/cmd/smoke

clean: ## Clean up generated files
@echo "Cleaning up..."
rm -rf charts/*/charts/
Expand Down
Loading