Skip to content

Commit

Permalink
Merge pull request #11428 from rabbitmq/v3.12.x-remove-khepri-from-ci…
Browse files Browse the repository at this point in the history
…-matrix

remove khepri from ci matrix [v3.12.x]
  • Loading branch information
HoloRin authored Jun 11, 2024
2 parents c78563a + 78bb05f commit 9311186
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
matrix:
erlang_version:
- 25.0
metadata_store:
- mnesia
- khepri
include:
- erlang_version: 25.0
elixir_version: 1.15
Expand Down Expand Up @@ -170,7 +167,6 @@ jobs:
## env vars and leak them
bazelisk test $(< ${{ steps.shard.outputs.file }}) \
--test_env RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }} \
--build_tests_only \
--verbose_failures
- name: UPLOAD TEST LOGS
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
matrix:
erlang_version:
- 26
metadata_store:
- mnesia
- khepri
include:
- erlang_version: 26
elixir_version: 1.15
Expand Down Expand Up @@ -165,7 +162,6 @@ jobs:
## env vars and leak them
bazelisk test $(< ${{ steps.shard.outputs.file }}) \
--test_env RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }} \
--build_tests_only \
--verbose_failures
- name: UPLOAD TEST LOGS
Expand Down

0 comments on commit 9311186

Please sign in to comment.