We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a9ef6 commit 38538fdCopy full SHA for 38538fd
Makefile
@@ -269,6 +269,7 @@ e2e-essentials: $(GINKGO_V1) e2e-cluster-templates kind-cluster ## Fulfill essen
269
270
JOB ?= .*
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 && \
274
cd test/e2e && \
275
$(REPO_ROOT)/$(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -nodes=1 -noColor=false ./... -- \
0 commit comments