Skip to content

Commit

Permalink
Merge pull request #202 from fedepaol/makee2e
Browse files Browse the repository at this point in the history
Makefile: bump the ginkgo version and add a dependency on kubectl
  • Loading branch information
oribon authored Oct 9, 2024
2 parents ae0cfff + dee92a2 commit 3fcf491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export KUBECONFIG=$(KUBECONFIG_PATH)
KUSTOMIZE_VERSION ?= v5.0.0
CONTROLLER_TOOLS_VERSION ?= v0.14.0
KUBECTL_VERSION ?= v1.27.0
GINKGO_VERSION ?= v2.11.0
GINKGO_VERSION ?= v2.19.0
KIND_VERSION ?= v0.23.0
KIND_CLUSTER_NAME ?= frr-k8s
HELM_VERSION ?= v3.12.3
Expand Down Expand Up @@ -237,7 +237,7 @@ $(APIDOCSGEN): $(LOCALBIN)
GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@$(APIDOCSGEN_VERSION)

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


Expand Down

0 comments on commit 3fcf491

Please sign in to comment.