We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cd8938 + f62382c commit 2b790d8Copy full SHA for 2b790d8
Makefile
@@ -283,7 +283,7 @@ JOB ?= .*
283
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
284
$(KUBECTL) apply -f cloud-config.yaml && \
285
cd test/e2e && \
286
- $(REPO_ROOT)/$(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -skipPackage=helpers -nodes=1 -noColor=false ./... -- \
+ $(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -skipPackage=helpers -nodes=1 -noColor=false ./... -- \
287
-e2e.artifacts-folder=${REPO_ROOT}/_artifacts \
288
-e2e.config=${REPO_ROOT}/test/e2e/config/cloudstack.yaml \
289
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true
0 commit comments