Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Nov 25, 2024
1 parent c283f54 commit 699d9dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ IMG ?= linode/linode-cloud-controller-manager:canary
RELEASE_DIR ?= release
PLATFORM ?= linux/amd64
LINODE_FIREWALL_ENABLED ?= true
LINODE_REGION ?= us-lax

# Use CACHE_BIN for tools that cannot use devbox and LOCALBIN for tools that can use either method
CACHE_BIN ?= $(CURDIR)/bin
Expand Down Expand Up @@ -172,6 +173,12 @@ cleanup-cluster:
kubectl delete lvpc --all
kind delete cluster -n caplccm

.PHONY: e2e-test
e2e-test:
cd e2e
export SUITE_ARGS="--region=${LINODE_REGION} --use-existing --timeout=5m --kubeconfig=../test-cluster-kubeconfig.yaml --image=${IMG} --linode-url https://api.linode.com/"
make test

#####################################################################
# OS / ARCH
#####################################################################
Expand Down

0 comments on commit 699d9dd

Please sign in to comment.