@@ -71,7 +71,7 @@ ENVSUBST_VER := v1.4.2
7171ENVSUBST_BIN := envsubst
7272ENVSUBST := $(TOOLS_BIN_DIR ) /$(ENVSUBST_BIN )
7373
74- GOLANGCI_LINT_VER := v1.55 .2
74+ GOLANGCI_LINT_VER := v1.56 .2
7575GOLANGCI_LINT_BIN := golangci-lint
7676GOLANGCI_LINT := $(TOOLS_BIN_DIR ) /$(GOLANGCI_LINT_BIN ) -$(GOLANGCI_LINT_VER )
7777
@@ -176,7 +176,7 @@ SKIP_CLEANUP ?= false
176176SKIP_CREATE_MGMT_CLUSTER ?= false
177177
178178.PHONY : test-e2e-run
179- test-e2e-run : $(ENVSUBST ) $(KUBECTL ) $(GINKGO ) e2e-image # # Run the end-to-end tests
179+ test-e2e-run : $(ENVSUBST ) $(KUSTOMIZE ) $( KUBECTL ) $(GINKGO ) e2e-image # # Run the end-to-end tests
180180 $(ENVSUBST ) < $(E2E_CONF_FILE ) > $(E2E_CONF_FILE_ENVSUBST ) && \
181181 time $(GINKGO ) -v --trace -poll-progress-after=$(GINKGO_POLL_PROGRESS_AFTER ) -poll-progress-interval=$(GINKGO_POLL_PROGRESS_INTERVAL ) \
182182 --tags=e2e --focus=" $( GINKGO_FOCUS) " -skip=" $( GINKGO_SKIP) " --nodes=$(GINKGO_NODES ) --no-color=$(GINKGO_NOCOLOR ) \
@@ -199,7 +199,7 @@ test-junit: $(SETUP_ENVTEST) $(GOTESTSUM) ## Run tests with verbose setting and
199199 exit $$(cat $(ARTIFACTS ) /junit.exitcode )
200200
201201.PHONY : test-e2e
202- test-e2e : # # Run the end-to-end tests
202+ test-e2e : $( KUSTOMIZE ) # # Run the end-to-end tests
203203 $(MAKE ) test-e2e-run
204204
205205LOCAL_GINKGO_ARGS ?=
@@ -214,7 +214,7 @@ test-e2e-local: ## Run e2e tests
214214CONFORMANCE_E2E_ARGS ?= -kubetest.config-file=$(KUBETEST_CONF_PATH )
215215CONFORMANCE_E2E_ARGS += $(E2E_ARGS )
216216.PHONY : test-conformance
217- test-conformance : # # Run conformance test on workload cluster.
217+ test-conformance : $( KUSTOMIZE ) # # Run conformance test on workload cluster.
218218 $(MAKE ) test-e2e-run GINKGO_FOCUS=" Conformance Tests" E2E_ARGS=' $(CONFORMANCE_E2E_ARGS)' GINKGO_ARGS=' $(LOCAL_GINKGO_ARGS)'
219219
220220# # --------------------------------------
0 commit comments