We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cdbd7 commit f482a51Copy full SHA for f482a51
1 file changed
make/test.mk
@@ -46,13 +46,10 @@ test-e2e:
46
@echo "The tests successfully finished"
47
@echo "To clean the cluster run 'make clean-e2e-resources'"
48
ifeq ($(CI),true)
49
- # if we are running on CI, we want to run the ui e2e tests in the toolchain-e2e presubmit and periodic CI jobs
50
- # if REPO_NAME is not set, it means that the e2e tests were triggered by the periodic CI job
51
- ifeq ($(filter-out toolchain-e2e,$(REPO_NAME)),)
+ # if we are running on CI, we want to run the ui e2e tests
52
$(MAKE) test-devsandbox-dashboard-e2e
53
@echo "UI E2E tests successfully finished"
54
@echo "To clean the Developer Sandbox Dashboard run 'make clean-devsandbox-dashboard'"
55
- endif
56
endif
57
58
.PHONY: test-e2e-without-migration
0 commit comments