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 5976233 commit 3b9a043Copy full SHA for 3b9a043
Makefile
@@ -293,7 +293,8 @@ E2E_TIMEOUT ?= 3h
293
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
294
$(KUBECTL) apply -f cloud-config.yaml && \
295
cd test/e2e && \
296
- $(GINKGO) -v --trace --tags=e2e --focus=$(JOB) --timeout=$(E2E_TIMEOUT) --skip=Conformance --skip-package=kubeconfig_helper --nodes=1 --no-color=false ./... -- \
+ $(GINKGO) -v --trace --tags=e2e --focus=$(JOB) --timeout=$(E2E_TIMEOUT) \
297
+ --skip-package=kubeconfig_helper --nodes=1 --no-color=false ./... -- \
298
-e2e.artifacts-folder=${REPO_ROOT}/_artifacts \
299
-e2e.config=${E2E_CONFIG} \
300
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true
0 commit comments