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 8f1c23b commit c12f58bCopy full SHA for c12f58b
Makefile
@@ -122,7 +122,7 @@ test: ## Run tests
122
# Can be run manually, e.g. via:
123
# export OPENSTACK_CLOUD_YAML_FILE="$(pwd)/clouds.yaml"
124
# E2E_GINKGO_ARGS="-stream -focus='default'" E2E_ARGS="-use-existing-cluster='true'" make test-e2e
125
-E2E_GINKGO_ARGS ?= -stream
+E2E_GINKGO_ARGS ?=
126
.PHONY: test-e2e ## Run e2e tests using clusterctl
127
test-e2e: $(GINKGO) $(KIND) $(KUSTOMIZE) e2e-image test-e2e-image-prerequisites ## Run e2e tests
128
time $(GINKGO) --failFast -trace -progress -v -tags=e2e --nodes=$(E2E_GINKGO_PARALLEL) $(E2E_GINKGO_ARGS) ./test/e2e/suites/e2e/... -- -config-path="$(E2E_CONF_PATH)" -artifacts-folder="$(ARTIFACTS)" --data-folder="$(E2E_DATA_DIR)" $(E2E_ARGS)
0 commit comments