Skip to content

Commit 5388e7e

Browse files
Disable rabbitmq_auth_backend_ldap suites
slapd(8) currently segfaults on Actions no matter what OS or OpenLDAP version we try. We would be better off with a green build and a functioning v4.0.x pipeline than the status quo. Running slapd(8) in a container might help. This is something to investigate. (cherry picked from commit 1e76a74)
1 parent d571937 commit 5388e7e

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

.github/workflows/test-mixed-versions.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -455,24 +455,6 @@ jobs:
455455
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
456456
plugin: rabbitmq_auth_backend_http
457457
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
476458
test-rabbitmq_auth_backend_oauth2-mixed:
477459
needs:
478460
- check-workflow
@@ -1099,7 +1081,6 @@ jobs:
10991081
- test-rabbitmq_amqp1_0-mixed
11001082
- test-rabbitmq_auth_backend_cache-mixed
11011083
- test-rabbitmq_auth_backend_http-mixed
1102-
- test-rabbitmq_auth_backend_ldap-mixed
11031084
- test-rabbitmq_auth_backend_oauth2-mixed
11041085
- test-rabbitmq_auth_mechanism_ssl-mixed
11051086
- test-rabbitmq_aws-mixed

.github/workflows/test.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -393,24 +393,6 @@ jobs:
393393
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
394394
plugin: rabbitmq_auth_backend_http
395395
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
414396
test-rabbitmq_auth_backend_oauth2:
415397
needs:
416398
- check-workflow
@@ -1037,7 +1019,6 @@ jobs:
10371019
- test-rabbitmq_amqp1_0
10381020
- test-rabbitmq_auth_backend_cache
10391021
- test-rabbitmq_auth_backend_http
1040-
- test-rabbitmq_auth_backend_ldap
10411022
- test-rabbitmq_auth_backend_oauth2
10421023
- test-rabbitmq_auth_mechanism_ssl
10431024
- test-rabbitmq_aws

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ TIER1_PLUGINS := \
575575
rabbitmq_amqp1_0 \
576576
rabbitmq_auth_backend_cache \
577577
rabbitmq_auth_backend_http \
578-
rabbitmq_auth_backend_ldap \
579578
rabbitmq_auth_backend_oauth2 \
580579
rabbitmq_auth_mechanism_ssl \
581580
rabbitmq_aws \

0 commit comments

Comments
 (0)