Skip to content

Commit

Permalink
Disable rabbitmq_auth_backend_ldap suites
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michaelklishin committed Oct 22, 2024
1 parent ee3673f commit 1e76a74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test-mixed-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,24 +470,6 @@ jobs:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_auth_backend_http
secrets: inherit
test-rabbitmq_auth_backend_ldap-mixed:
needs:
- check-workflow
- test-rabbit-0-mixed
- test-rabbit-1-mixed
- test-rabbit-2-mixed
- test-rabbit-3-mixed
- test-rabbit-4-mixed
- test-rabbit-5-mixed
- test-rabbit-6-mixed
- test-rabbit-7-mixed
- test-rabbit-8-mixed
- test-rabbit-9-mixed
uses: ./.github/workflows/test-plugin-mixed.yaml
with:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_auth_backend_ldap
secrets: inherit
test-rabbitmq_auth_backend_oauth2-mixed:
needs:
- check-workflow
Expand Down Expand Up @@ -1151,7 +1133,6 @@ jobs:
- test-rabbitmq_amqp1_0-mixed
- test-rabbitmq_auth_backend_cache-mixed
- test-rabbitmq_auth_backend_http-mixed
- test-rabbitmq_auth_backend_ldap-mixed
- test-rabbitmq_auth_backend_oauth2-mixed
- test-rabbitmq_auth_mechanism_ssl-mixed
- test-rabbitmq_aws-mixed
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,24 +411,6 @@ jobs:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_auth_backend_http
secrets: inherit
test-rabbitmq_auth_backend_ldap:
needs:
- check-workflow
- test-rabbit-0
- test-rabbit-1
- test-rabbit-2
- test-rabbit-3
- test-rabbit-4
- test-rabbit-5
- test-rabbit-6
- test-rabbit-7
- test-rabbit-8
- test-rabbit-9
uses: ./.github/workflows/test-plugin.yaml
with:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_auth_backend_ldap
secrets: inherit
test-rabbitmq_auth_backend_oauth2:
needs:
- check-workflow
Expand Down Expand Up @@ -1092,7 +1074,6 @@ jobs:
- test-rabbitmq_amqp1_0
- test-rabbitmq_auth_backend_cache
- test-rabbitmq_auth_backend_http
- test-rabbitmq_auth_backend_ldap
- test-rabbitmq_auth_backend_oauth2
- test-rabbitmq_auth_mechanism_ssl
- test-rabbitmq_aws
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ TIER1_PLUGINS := \
rabbitmq_amqp1_0 \
rabbitmq_auth_backend_cache \
rabbitmq_auth_backend_http \
rabbitmq_auth_backend_ldap \
rabbitmq_auth_backend_oauth2 \
rabbitmq_auth_mechanism_ssl \
rabbitmq_aws \
Expand Down

0 comments on commit 1e76a74

Please sign in to comment.