We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc2c20 commit 0f285c4Copy full SHA for 0f285c4
1 file changed
make/test.mk
@@ -41,9 +41,8 @@ TESTS_RUN_FILTER_REGEXP ?= ""
41
42
.PHONY: test-e2e
43
## Run the e2e tests
44
-test-e2e: INSTALL_OPERATOR=true
45
test-e2e:
46
- $(MAKE) prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics
+ $(MAKE) prepare-e2e verify-migration-and-deploy-e2e e2e-run-parallel e2e-run e2e-run-metrics INSTALL_OPERATOR=true
47
@echo "The tests successfully finished"
48
@echo "To clean the cluster run 'make clean-e2e-resources'"
49
ifeq ($(CI),true)
0 commit comments