Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 661244d

Browse files
committed
remove ecs-local target
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 23fc8de commit 661244d

File tree

2 files changed

+2
-66
lines changed

2 files changed

+2
-66
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ e2e-win-ci: ## Run end to end local tests on Windows CI, no Docker for Linux con
4444
go test -count=1 -v $(TEST_FLAGS) ./local/e2e/cli-only
4545

4646
e2e-ecs: ## Run End to end ECS tests. Set E2E_TEST=TestName to run a single test
47-
go test -timeout 30m -count=1 -v $(TEST_FLAGS) ./ecs/e2e/ecs ./ecs/e2e/ecs-local
47+
go test -timeout 30m -count=1 -v $(TEST_FLAGS) ./ecs/e2e/ecs
4848

4949
cross: ## Compile the CLI for linux, darwin and windows
5050
@docker build . --target cross \
@@ -85,7 +85,7 @@ validate-go-mod: ## Validate go.mod and go.sum are up-to-date
8585

8686
validate: validate-go-mod validate-headers ## Validate sources
8787

88-
pre-commit: validate import-restrictions check-dependencies lint cli test e2e-local
88+
pre-commit: validate import-restrictions check-dependencies lint cli test
8989

9090
build-ecs-search-sidecar: ## build ecs search sidecar image locally and tag it with make build-ecs-search-sidecar tag=0.1
9191
docker buildx build --platform linux/amd64,linux/arm64 -t docker/ecs-searchdomain-sidecar:$(tag) ecs/resolv

ecs/e2e/ecs-local/context_test.go

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

0 commit comments

Comments
 (0)