File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,6 @@ DIALYZER_OPTS ?= -Werror_handling -Wunmatched_returns -Wunknown
6
6
7
7
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 ]") )
8
8
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
-
19
9
# --------------------------------------------------------------------
20
10
# Common Test flags.
21
11
# --------------------------------------------------------------------
@@ -38,11 +28,6 @@ CT_OPTS += -hidden
38
28
# cth_styledout
39
29
# This hook will change the output of common_test to something more
40
30
# 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.
46
31
47
32
CT_HOOKS ?= cth_styledout
48
33
TEST_DEPS += cth_styledout
You can’t perform that action at this time.
0 commit comments