From 167a1dda6ba6ae9bfc917a0b3841cb851de8dbf6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 27 Sep 2023 17:35:43 +0200 Subject: [PATCH] Cut ansible-core 2.12 and 2.13 from GHA test matrix --- .github/workflows/ansible-test-plugins.yml | 22 ---------------------- .github/workflows/ansible-test-roles.yml | 19 ++----------------- 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index f3a3164..78644bb 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -22,8 +22,6 @@ jobs: strategy: matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - stable-2.16 @@ -43,8 +41,6 @@ jobs: fail-fast: false matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - stable-2.16 @@ -115,9 +111,6 @@ jobs: - db_engine_version: 5.7.40 python: '3.10' - - db_engine_version: 5.7.40 - ansible: stable-2.13 - - db_engine_version: 5.7.40 ansible: stable-2.14 @@ -181,9 +174,6 @@ jobs: - python: '3.10' connector_version: 2.0.3 - - python: '3.8' - ansible: stable-2.13 - - python: '3.8' ansible: stable-2.14 @@ -196,9 +186,6 @@ jobs: - python: '3.8' ansible: devel - - python: '3.9' - ansible: stable-2.12 - - python: '3.9' ansible: stable-2.15 @@ -208,9 +195,6 @@ jobs: - python: '3.9' ansible: devel - - python: '3.10' - ansible: stable-2.12 - services: db_primary: image: docker.io/library/${{ matrix.db_engine_name }}:${{ matrix.db_engine_version }} @@ -356,8 +340,6 @@ jobs: fail-fast: true matrix: ansible: - - stable-2.12 - - stable-2.13 - stable-2.14 - stable-2.15 - stable-2.16 @@ -366,8 +348,6 @@ jobs: - 3.8 - 3.9 exclude: - - python: '3.8' - ansible: stable-2.13 - python: '3.8' ansible: stable-2.14 - python: '3.8' @@ -376,8 +356,6 @@ jobs: ansible: stable-2.16 - python: '3.8' ansible: devel - - python: '3.9' - ansible: stable-2.12 steps: - name: >- diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index 13e7d41..da8a805 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -24,31 +24,16 @@ jobs: mysql: - 2.0.12 ansible: - - stable-2.11 - - stable-2.12 - stable-2.13 + - stable-2.14 + - stable-2.15 - devel python: - - 3.6 - 3.8 - 3.9 exclude: - - python: 3.6 - ansible: stable-2.12 - - python: 3.6 - ansible: stable-2.13 - - python: 3.6 - ansible: devel - - python: 3.8 - ansible: stable-2.11 - - python: 3.8 - ansible: stable-2.13 - python: 3.8 ansible: devel - - python: 3.9 - ansible: stable-2.11 - - python: 3.9 - ansible: stable-2.12 steps: