From 8d61f1d811a73526ddea28266a1b48eb3e6f2f02 Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Mon, 10 Jun 2024 22:23:35 +0200 Subject: [PATCH] no need to have RABBITMQ_METADATA_STORE in the 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 d6c3ce7d0f72..d7ceabd73b38 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.14 @@ -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 95b8a647072e..f8baa13f825c 100644 --- a/.github/workflows/test-plugin.yaml +++ b/.github/workflows/test-plugin.yaml @@ -27,9 +27,6 @@ jobs: matrix: erlang_version: - 25.3 - metadata_store: - - mnesia - - khepri include: - erlang_version: 25.3 elixir_version: 1.14 @@ -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