File tree 3 files changed +0
-39
lines changed
3 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -455,24 +455,6 @@ jobs:
455
455
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
456
456
plugin : rabbitmq_auth_backend_http
457
457
secrets : inherit
458
- test-rabbitmq_auth_backend_ldap-mixed :
459
- needs :
460
- - check-workflow
461
- - test-rabbit-0-mixed
462
- - test-rabbit-1-mixed
463
- - test-rabbit-2-mixed
464
- - test-rabbit-3-mixed
465
- - test-rabbit-4-mixed
466
- - test-rabbit-5-mixed
467
- - test-rabbit-6-mixed
468
- - test-rabbit-7-mixed
469
- - test-rabbit-8-mixed
470
- - test-rabbit-9-mixed
471
- uses : ./.github/workflows/test-plugin-mixed.yaml
472
- with :
473
- repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
474
- plugin : rabbitmq_auth_backend_ldap
475
- secrets : inherit
476
458
test-rabbitmq_auth_backend_oauth2-mixed :
477
459
needs :
478
460
- check-workflow
@@ -1099,7 +1081,6 @@ jobs:
1099
1081
- test-rabbitmq_amqp1_0-mixed
1100
1082
- test-rabbitmq_auth_backend_cache-mixed
1101
1083
- test-rabbitmq_auth_backend_http-mixed
1102
- - test-rabbitmq_auth_backend_ldap-mixed
1103
1084
- test-rabbitmq_auth_backend_oauth2-mixed
1104
1085
- test-rabbitmq_auth_mechanism_ssl-mixed
1105
1086
- test-rabbitmq_aws-mixed
Original file line number Diff line number Diff line change @@ -393,24 +393,6 @@ jobs:
393
393
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
394
394
plugin : rabbitmq_auth_backend_http
395
395
secrets : inherit
396
- test-rabbitmq_auth_backend_ldap :
397
- needs :
398
- - check-workflow
399
- - test-rabbit-0
400
- - test-rabbit-1
401
- - test-rabbit-2
402
- - test-rabbit-3
403
- - test-rabbit-4
404
- - test-rabbit-5
405
- - test-rabbit-6
406
- - test-rabbit-7
407
- - test-rabbit-8
408
- - test-rabbit-9
409
- uses : ./.github/workflows/test-plugin.yaml
410
- with :
411
- repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
412
- plugin : rabbitmq_auth_backend_ldap
413
- secrets : inherit
414
396
test-rabbitmq_auth_backend_oauth2 :
415
397
needs :
416
398
- check-workflow
@@ -1037,7 +1019,6 @@ jobs:
1037
1019
- test-rabbitmq_amqp1_0
1038
1020
- test-rabbitmq_auth_backend_cache
1039
1021
- test-rabbitmq_auth_backend_http
1040
- - test-rabbitmq_auth_backend_ldap
1041
1022
- test-rabbitmq_auth_backend_oauth2
1042
1023
- test-rabbitmq_auth_mechanism_ssl
1043
1024
- test-rabbitmq_aws
Original file line number Diff line number Diff line change @@ -575,7 +575,6 @@ TIER1_PLUGINS := \
575
575
rabbitmq_amqp1_0 \
576
576
rabbitmq_auth_backend_cache \
577
577
rabbitmq_auth_backend_http \
578
- rabbitmq_auth_backend_ldap \
579
578
rabbitmq_auth_backend_oauth2 \
580
579
rabbitmq_auth_mechanism_ssl \
581
580
rabbitmq_aws \
You can’t perform that action at this time.
0 commit comments