File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 77
77
export ACK_GINKGO_DEPRECATIONS := 1.16.5
78
78
export ACK_GINKGO_RC =true
79
79
80
- export PATH := $(TOOLS_BIN_DIR ) :$(PATH )
80
+ export PATH := $(REPO_ROOT ) / $( TOOLS_BIN_DIR ) :$(PATH )
81
81
82
82
all : build
83
83
@@ -264,13 +264,12 @@ e2e-cluster-templates: $(CLUSTER_TEMPLATES_OUTPUT_FILES) ## Generate cluster tem
264
264
cluster-template% yaml : $(KUSTOMIZE ) $(CLUSTER_TEMPLATES_INPUT_FILES )
265
265
$(KUSTOMIZE ) build --load-restrictor LoadRestrictionsNone $(basename $@ ) > $@
266
266
267
- e2e-essentials : $(GINKGO_V1 ) e2e-cluster-templates kind-cluster # # Fulfill essential tasks for e2e testing.
267
+ e2e-essentials : $(GINKGO_V1 ) $( KUBECTL ) e2e-cluster-templates kind-cluster # # Fulfill essential tasks for e2e testing.
268
268
IMG=$(IMG_LOCAL ) make generate-manifests docker-build docker-push
269
269
270
270
JOB ?= .*
271
271
run-e2e : e2e-essentials # # Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance
272
- export PATH=$(REPO_ROOT ) /$(TOOLS_BIN_DIR ) :$(PATH ) && \
273
- kubectl apply -f cloud-config.yaml && \
272
+ $(KUBECTL ) apply -f cloud-config.yaml && \
274
273
cd test/e2e && \
275
274
$(REPO_ROOT ) /$(GINKGO_V1 ) -v -trace -tags=e2e -focus=$(JOB ) -skip=Conformance -nodes=1 -noColor=false ./... -- \
276
275
-e2e.artifacts-folder=${REPO_ROOT} /_artifacts \
You can’t perform that action at this time.
0 commit comments