File tree Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Expand file tree Collapse file tree 3 files changed +0
-39
lines changed 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 @@ -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
Original file line number Diff line number Diff line change @@ -586,7 +586,6 @@ TIER1_PLUGINS := \
586
586
rabbitmq_amqp1_0 \
587
587
rabbitmq_auth_backend_cache \
588
588
rabbitmq_auth_backend_http \
589
- rabbitmq_auth_backend_ldap \
590
589
rabbitmq_auth_backend_oauth2 \
591
590
rabbitmq_auth_mechanism_ssl \
592
591
rabbitmq_aws \
You can’t perform that action at this time.
0 commit comments