Skip to content

Commit 1e76a74

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.
1 parent ee3673f commit 1e76a74

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -470,24 +470,6 @@ jobs:
470470
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
471471
plugin: rabbitmq_auth_backend_http
472472
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
491473
test-rabbitmq_auth_backend_oauth2-mixed:
492474
needs:
493475
- check-workflow
@@ -1151,7 +1133,6 @@ jobs:
11511133
- test-rabbitmq_amqp1_0-mixed
11521134
- test-rabbitmq_auth_backend_cache-mixed
11531135
- test-rabbitmq_auth_backend_http-mixed
1154-
- test-rabbitmq_auth_backend_ldap-mixed
11551136
- test-rabbitmq_auth_backend_oauth2-mixed
11561137
- test-rabbitmq_auth_mechanism_ssl-mixed
11571138
- test-rabbitmq_aws-mixed

.github/workflows/test.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -411,24 +411,6 @@ jobs:
411411
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
412412
plugin: rabbitmq_auth_backend_http
413413
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
432414
test-rabbitmq_auth_backend_oauth2:
433415
needs:
434416
- check-workflow
@@ -1092,7 +1074,6 @@ jobs:
10921074
- test-rabbitmq_amqp1_0
10931075
- test-rabbitmq_auth_backend_cache
10941076
- test-rabbitmq_auth_backend_http
1095-
- test-rabbitmq_auth_backend_ldap
10961077
- test-rabbitmq_auth_backend_oauth2
10971078
- test-rabbitmq_auth_mechanism_ssl
10981079
- test-rabbitmq_aws

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ TIER1_PLUGINS := \
586586
rabbitmq_amqp1_0 \
587587
rabbitmq_auth_backend_cache \
588588
rabbitmq_auth_backend_http \
589-
rabbitmq_auth_backend_ldap \
590589
rabbitmq_auth_backend_oauth2 \
591590
rabbitmq_auth_mechanism_ssl \
592591
rabbitmq_aws \

0 commit comments

Comments
 (0)