File tree Expand file tree Collapse file tree 5 files changed +1
-67
lines changed Expand file tree Collapse file tree 5 files changed +1
-67
lines changed Original file line number Diff line number Diff line change 32
32
erlang_version : ${{ inputs.erlang_version || github.event.inputs.erlang_version }}
33
33
elixir_version : ${{ inputs.elixir_version || github.event.inputs.elixir_version }}
34
34
VERSION : ${{ inputs.project_version || github.event.inputs.project_version }}
35
- PLUGINS : amqp10_common amqp10_client rabbitmq_amqp1_0 rabbitmq_auth_backend_cache rabbitmq_auth_backend_http rabbitmq_auth_backend_ldap rabbitmq_auth_backend_oauth2 rabbitmq_auth_mechanism_ssl rabbitmq_consistent_hash_exchange rabbitmq_event_exchange rabbitmq_federation rabbitmq_jms_topic_exchange rabbitmq_mqtt rabbitmq_random_exchange rabbitmq_recent_history_exchange rabbitmq_sharding rabbitmq_shovel rabbitmq_stomp rabbitmq_stream rabbitmq_trust_store rabbitmq_web_dispatch rabbitmq_management_agent rabbitmq_management rabbitmq_prometheus rabbitmq_federation_management rabbitmq_shovel_management rabbitmq_stream_management rabbitmq_top rabbitmq_tracing rabbitmq_web_mqtt rabbitmq_web_mqtt_examples rabbitmq_web_stomp rabbitmq_web_stomp_examples rabbitmq_aws rabbitmq_peer_discovery_common rabbitmq_peer_discovery_aws rabbitmq_peer_discovery_k8s rabbitmq_peer_discovery_consul rabbitmq_peer_discovery_etcd
35
+ PLUGINS : amqp10_common amqp10_client rabbitmq_amqp1_0 rabbitmq_auth_backend_cache rabbitmq_auth_backend_http rabbitmq_auth_backend_oauth2 rabbitmq_auth_mechanism_ssl rabbitmq_consistent_hash_exchange rabbitmq_event_exchange rabbitmq_federation rabbitmq_jms_topic_exchange rabbitmq_mqtt rabbitmq_random_exchange rabbitmq_recent_history_exchange rabbitmq_sharding rabbitmq_shovel rabbitmq_stomp rabbitmq_stream rabbitmq_trust_store rabbitmq_web_dispatch rabbitmq_management_agent rabbitmq_management rabbitmq_prometheus rabbitmq_federation_management rabbitmq_shovel_management rabbitmq_stream_management rabbitmq_top rabbitmq_tracing rabbitmq_web_mqtt rabbitmq_web_mqtt_examples rabbitmq_web_stomp rabbitmq_web_stomp_examples rabbitmq_aws rabbitmq_peer_discovery_common rabbitmq_peer_discovery_aws rabbitmq_peer_discovery_k8s rabbitmq_peer_discovery_consul rabbitmq_peer_discovery_etcd
36
36
EXTRA_PLUGINS : accept amqp_client aten base64url cowboy cowlib credentials_obfuscation cuttlefish eetcd enough gen_batch_server getopt gun jose observer_cli osiris prometheus quantile_estimator ra ranch recon redbug seshat stdout_formatter syslog sysmon_handler systemd thoas
37
37
jobs :
38
38
build-with-bazel :
Original file line number Diff line number Diff line change @@ -470,24 +470,6 @@ jobs:
470
470
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
471
471
plugin : rabbitmq_auth_backend_http
472
472
secrets : inherit
473
- test-rabbitmq_auth_backend_ldap-mixed :
474
- needs :
475
- - check-workflow
476
- - test-rabbit-0-mixed
477
- - test-rabbit-1-mixed
478
- - test-rabbit-2-mixed
479
- - test-rabbit-3-mixed
480
- - test-rabbit-4-mixed
481
- - test-rabbit-5-mixed
482
- - test-rabbit-6-mixed
483
- - test-rabbit-7-mixed
484
- - test-rabbit-8-mixed
485
- - test-rabbit-9-mixed
486
- uses : ./.github/workflows/test-plugin-mixed.yaml
487
- with :
488
- repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
489
- plugin : rabbitmq_auth_backend_ldap
490
- secrets : inherit
491
473
test-rabbitmq_auth_backend_oauth2-mixed :
492
474
needs :
493
475
- check-workflow
@@ -1151,7 +1133,6 @@ jobs:
1151
1133
- test-rabbitmq_amqp1_0-mixed
1152
1134
- test-rabbitmq_auth_backend_cache-mixed
1153
1135
- test-rabbitmq_auth_backend_http-mixed
1154
- - test-rabbitmq_auth_backend_ldap-mixed
1155
1136
- test-rabbitmq_auth_backend_oauth2-mixed
1156
1137
- test-rabbitmq_auth_mechanism_ssl-mixed
1157
1138
- test-rabbitmq_aws-mixed
Original file line number Diff line number Diff line change 90
90
if : inputs.plugin == 'rabbit'
91
91
run : |
92
92
# reduce sandboxing so that maven works
93
- cat << EOF >> user.bazelrc
94
- build --strategy=TestRunner=local
95
- EOF
96
- - name : deps/rabbitmq_auth_backend_ldap SETUP
97
- if : inputs.plugin == 'rabbitmq_auth_backend_ldap'
98
- run : |
99
- sudo apt-get update && \
100
- sudo apt-get install -y \
101
- ldap-utils \
102
- slapd
103
-
104
- sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
105
- sudo systemctl disable apparmor.service
106
-
107
93
cat << EOF >> user.bazelrc
108
94
build --strategy=TestRunner=local
109
95
EOF
Original file line number Diff line number Diff line change 87
87
if : inputs.plugin == 'rabbit'
88
88
run : |
89
89
# reduce sandboxing so that maven works
90
- cat << EOF >> user.bazelrc
91
- build --strategy=TestRunner=local
92
- EOF
93
- - name : deps/rabbitmq_auth_backend_ldap SETUP
94
- if : inputs.plugin == 'rabbitmq_auth_backend_ldap'
95
- run : |
96
- sudo apt-get update && \
97
- sudo apt-get install -y \
98
- ldap-utils \
99
- slapd
100
-
101
- sudo systemctl is-active --quiet apparmor.service && sudo systemctl stop apparmor.service
102
- sudo systemctl disable apparmor.service
103
-
104
90
cat << EOF >> user.bazelrc
105
91
build --strategy=TestRunner=local
106
92
EOF
Original file line number Diff line number Diff line change @@ -411,24 +411,6 @@ jobs:
411
411
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
412
412
plugin : rabbitmq_auth_backend_http
413
413
secrets : inherit
414
- test-rabbitmq_auth_backend_ldap :
415
- needs :
416
- - check-workflow
417
- - test-rabbit-0
418
- - test-rabbit-1
419
- - test-rabbit-2
420
- - test-rabbit-3
421
- - test-rabbit-4
422
- - test-rabbit-5
423
- - test-rabbit-6
424
- - test-rabbit-7
425
- - test-rabbit-8
426
- - test-rabbit-9
427
- uses : ./.github/workflows/test-plugin.yaml
428
- with :
429
- repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
430
- plugin : rabbitmq_auth_backend_ldap
431
- secrets : inherit
432
414
test-rabbitmq_auth_backend_oauth2 :
433
415
needs :
434
416
- check-workflow
@@ -1092,7 +1074,6 @@ jobs:
1092
1074
- test-rabbitmq_amqp1_0
1093
1075
- test-rabbitmq_auth_backend_cache
1094
1076
- test-rabbitmq_auth_backend_http
1095
- - test-rabbitmq_auth_backend_ldap
1096
1077
- test-rabbitmq_auth_backend_oauth2
1097
1078
- test-rabbitmq_auth_mechanism_ssl
1098
1079
- test-rabbitmq_aws
You can’t perform that action at this time.
0 commit comments