Skip to content

Commit 3fcf491

Browse files
authored
Merge pull request #202 from fedepaol/makee2e
Makefile: bump the ginkgo version and add a dependency on kubectl
2 parents ae0cfff + dee92a2 commit 3fcf491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export KUBECONFIG=$(KUBECONFIG_PATH)
125125
KUSTOMIZE_VERSION ?= v5.0.0
126126
CONTROLLER_TOOLS_VERSION ?= v0.14.0
127127
KUBECTL_VERSION ?= v1.27.0
128-
GINKGO_VERSION ?= v2.11.0
128+
GINKGO_VERSION ?= v2.19.0
129129
KIND_VERSION ?= v0.23.0
130130
KIND_CLUSTER_NAME ?= frr-k8s
131131
HELM_VERSION ?= v3.12.3
@@ -237,7 +237,7 @@ $(APIDOCSGEN): $(LOCALBIN)
237237
GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@$(APIDOCSGEN_VERSION)
238238

239239
.PHONY: e2etests
240-
e2etests: ginkgo
240+
e2etests: ginkgo kubectl
241241
$(GINKGO) -v $(GINKGO_ARGS) --timeout=3h ./e2etests -- --kubectl=$(KUBECTL) $(TEST_ARGS)
242242

243243

0 commit comments

Comments
 (0)