Skip to content

Commit

Permalink
Make CI: Bazel updates following ct_master work
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Oct 15, 2024
1 parent 8d411c7 commit 4127f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions deps/rabbitmq_ct_helpers/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ def all_beam_files(name = "all_beam_files"):
name = "other_beam",
testonly = True,
srcs = [
"src/ct_master_event_fork.erl",
"src/ct_master_fork.erl",
"src/ct_master_logs_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand All @@ -39,9 +40,10 @@ def all_test_beam_files(name = "all_test_beam_files"):
name = "test_other_beam",
testonly = True,
srcs = [
"src/ct_master_event_fork.erl",
"src/ct_master_fork.erl",
"src/ct_master_logs_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand Down Expand Up @@ -103,9 +105,10 @@ def all_srcs(name = "all_srcs"):
name = "srcs",
testonly = True,
srcs = [
"src/ct_master_event_fork.erl",
"src/ct_master_fork.erl",
"src/ct_master_logs_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand Down
3 changes: 2 additions & 1 deletion moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,10 @@ rabbitmq_consistent_hash_exchange:
rabbitmq_ct_client_helpers:
- rabbit_ct_client_helpers
rabbitmq_ct_helpers:
- ct_master_event_fork
- ct_master_fork
- ct_master_logs_fork
- cth_log_redirect_any_domains
- cth_parallel_ct_detect_failure
- rabbit_control_helper
- rabbit_ct_broker_helpers
- rabbit_ct_config_schema
Expand Down

0 comments on commit 4127f15

Please sign in to comment.