Skip to content

Commit 7421d4d

Browse files
committed
make: Additional cleanups
1 parent 5aefd91 commit 7421d4d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

deps/rabbit_common/mk/rabbitmq-early-test.mk

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
66

77
dialyze: ERL_LIBS = $(APPS_DIR):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
88

9-
# --------------------------------------------------------------------
10-
# %-on-concourse dependencies.
11-
# --------------------------------------------------------------------
12-
13-
ifneq ($(words $(filter %-on-concourse,$(MAKECMDGOALS))),0)
14-
TEST_DEPS += ci $(RMQ_CI_CT_HOOKS)
15-
NO_AUTOPATCH += ci $(RMQ_CI_CT_HOOKS)
16-
dep_ci = git git@github.com:rabbitmq/rabbitmq-ci.git main
17-
endif
18-
199
# --------------------------------------------------------------------
2010
# Common Test flags.
2111
# --------------------------------------------------------------------
@@ -38,11 +28,6 @@ CT_OPTS += -hidden
3828
# cth_styledout
3929
# This hook will change the output of common_test to something more
4030
# concise and colored.
41-
#
42-
# On Jenkins, in addition to those common_test hooks, enable JUnit-like
43-
# report. Jenkins parses those reports so the results can be browsed
44-
# from its UI. Furthermore, it displays a graph showing evolution of the
45-
# results over time.
4631

4732
CT_HOOKS ?= cth_styledout
4833
TEST_DEPS += cth_styledout

0 commit comments

Comments
 (0)