File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -280,12 +280,13 @@ e2e-essentials: $(GINKGO_V1) $(KUBECTL) e2e-cluster-templates kind-cluster ## Fu
280
280
IMG=$(IMG_LOCAL ) make generate-manifests docker-build docker-push
281
281
282
282
JOB ?= .*
283
+ E2E_CONFIG ?= ${REPO_ROOT}/test/e2e/config/cloudstack.yaml
283
284
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
285
$(KUBECTL ) apply -f cloud-config.yaml && \
285
286
cd test/e2e && \
286
287
$(GINKGO_V1 ) -v -trace -tags=e2e -focus=$(JOB ) -skip=Conformance -skipPackage=helpers -nodes=1 -noColor=false ./... -- \
287
288
-e2e.artifacts-folder=${REPO_ROOT} /_artifacts \
288
- -e2e.config=${REPO_ROOT} /test/e2e/config/cloudstack.yaml \
289
+ -e2e.config=${E2E_CONFIG} \
289
290
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true
290
291
kind delete clusters capi-test
291
292
You can’t perform that action at this time.
0 commit comments