bazel run gazelle
This commit is contained in:
parent
2d39674c29
commit
6a78a2bb9b
|
@ -181,7 +181,6 @@ rabbitmq_run_command(
|
|||
subcommand = "stop-node",
|
||||
)
|
||||
|
||||
|
||||
# Allows us to `bazel run start-cluster`
|
||||
# for the equivalent of `make start-cluster`
|
||||
rabbitmq_run_command(
|
||||
|
|
|
@ -1610,7 +1610,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
|
|||
outs = ["test/transactions_SUITE.beam"],
|
||||
app_name = "rabbit",
|
||||
erlc_opts = "//:test_erlc_opts",
|
||||
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
|
||||
deps = ["//deps/amqp_client:erlang_app"],
|
||||
)
|
||||
erlang_bytecode(
|
||||
name = "unit_access_control_SUITE_beam_files",
|
||||
|
|
|
@ -1138,6 +1138,7 @@ rabbitmq_prometheus:
|
|||
- prometheus_process_collector
|
||||
- prometheus_rabbitmq_alarm_metrics_collector
|
||||
- prometheus_rabbitmq_core_metrics_collector
|
||||
- prometheus_rabbitmq_dynamic_collector
|
||||
- prometheus_rabbitmq_global_metrics_collector
|
||||
- rabbit_prometheus_app
|
||||
- rabbit_prometheus_dispatcher
|
||||
|
|
Loading…
Reference in New Issue