From 78bb05f52c109063a2aaf1bfd2915bb4e8d26282 Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Mon, 10 Jun 2024 22:24:42 +0200 Subject: [PATCH] RABBITMQ_METADATA_STORE has no effect on this branch so no need to vary it in the test matrix --- .github/workflows/test-plugin-mixed.yaml | 4 ---- .github/workflows/test-plugin.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/test-plugin-mixed.yaml b/.github/workflows/test-plugin-mixed.yaml index d666e1b12fa8..a6ac1ea0342e 100644 --- a/.github/workflows/test-plugin-mixed.yaml +++ b/.github/workflows/test-plugin-mixed.yaml @@ -27,9 +27,6 @@ jobs: matrix: erlang_version: - 25.0 - metadata_store: - - mnesia - - khepri include: - erlang_version: 25.0 elixir_version: 1.15 @@ -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 diff --git a/.github/workflows/test-plugin.yaml b/.github/workflows/test-plugin.yaml index c3d74b00fc30..3ce50d81f68c 100644 --- a/.github/workflows/test-plugin.yaml +++ b/.github/workflows/test-plugin.yaml @@ -27,9 +27,6 @@ jobs: matrix: erlang_version: - 26 - metadata_store: - - mnesia - - khepri include: - erlang_version: 26 elixir_version: 1.15 @@ -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