From 37b105c526fa127cf3487f878570244d3886dfad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Fri, 27 Oct 2023 13:21:35 +0200 Subject: [PATCH] cut ansible devel from the test matrix (#587) --- .github/workflows/ansible-test-plugins.yml | 17 ----------------- .github/workflows/ansible-test-roles.yml | 5 ----- README.md | 1 - TESTING.md | 1 - 4 files changed, 24 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index b961550..cce5e57 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -25,7 +25,6 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 - - devel steps: - name: Perform sanity testing uses: ansible-community/ansible-test-gh-action@release/v1 @@ -44,7 +43,6 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 - - devel db_engine_name: - mysql - mariadb @@ -125,9 +123,6 @@ jobs: - db_engine_version: 5.7.40 ansible: stable-2.14 - - db_engine_version: 5.7.40 - ansible: devel - - db_engine_version: 8.0.31 python: '3.8' @@ -137,9 +132,6 @@ jobs: - db_engine_version: 10.4.27 python: '3.10' - - db_engine_version: 10.4.27 - ansible: devel - - db_engine_version: 10.6.11 python: '3.8' @@ -179,15 +171,9 @@ jobs: - python: '3.8' ansible: stable-2.14 - - python: '3.8' - ansible: devel - - python: '3.9' ansible: stable-2.12 - - python: '3.9' - ansible: devel - - python: '3.10' ansible: stable-2.12 @@ -339,7 +325,6 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 - - devel python: - 3.8 - 3.9 @@ -348,8 +333,6 @@ jobs: ansible: stable-2.13 - python: '3.8' ansible: stable-2.14 - - python: '3.8' - ansible: devel - python: '3.9' ansible: stable-2.12 diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index 13e7d41..5a587a9 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -27,7 +27,6 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 - - devel python: - 3.6 - 3.8 @@ -37,14 +36,10 @@ jobs: 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 diff --git a/README.md b/README.md index 462e4e0..ddaf3d5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ Every voice is important and every idea is valuable. If you have something on yo - 2.12 - 2.13 - 2.14 -- current development version ### Databases diff --git a/TESTING.md b/TESTING.md index 37bbaf6..ef54eda 100644 --- a/TESTING.md +++ b/TESTING.md @@ -52,7 +52,6 @@ The Makefile accept the following options - "stable-2.12" - "stable-2.13" - "stable-2.14" - - "devel" - Description: Version of ansible to install in a venv to run ansible-test - `db_engine_name`