Skip to content

Commit

Permalink
Merge branch 'main' into docs/update-crds
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Dec 20, 2024
2 parents 2259a7f + 52316f4 commit c834f55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ K8S_CLUSTER_NAME ?= local ## The name used when creating/using a Kin
K8S_CLUSTER_VERSION ?= $(shell grep -m1 'FROM kindest/node' < ${DOCKERFILEPATH} | cut -d ':' -f 2 | sed -e 's/^v//' | cut -d '@' -f 1) ## The version used when creating a Kind Kubernetes cluster
K8S_TIMEOUT ?= 75s ## The timeout used when creating a Kind Kubernetes cluster
AD_SECRET ?=
PLUS_JWT ?=
PYTEST_ARGS ?=
ifeq (${REGISTRY},)
BUILD_IMAGE := $(strip $(PREFIX)):$(strip $(TAG))
Expand Down Expand Up @@ -72,6 +73,7 @@ run-tests-in-kind: ## Run tests in Kind
--service=nodeport \
--node-ip=$(strip $(K8S_CLUSTER_NAME))-control-plane \
--show-ic-logs=$(SHOW_IC_LOGS) \
--plus-jwt=$(PLUS_JWT) \
$(PYTEST_ARGS)


Expand Down Expand Up @@ -114,6 +116,7 @@ run-tests-in-minikube: ## Run tests in Minikube
--service=nodeport \
--node-ip=minikube \
--show-ic-logs=$(SHOW_IC_LOGS) \
--plus-jwt=$(PLUS_JWT) \
$(PYTEST_ARGS)


Expand Down

0 comments on commit c834f55

Please sign in to comment.