Skip to content

Commit

Permalink
cut ansible devel from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Oct 27, 2023
1 parent 57d9ba0 commit 04fcdd9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,7 +43,6 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- devel
db_engine_name:
- mysql
- mariadb
Expand Down Expand Up @@ -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'

Expand All @@ -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'

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -339,7 +325,6 @@ jobs:
- stable-2.12
- stable-2.13
- stable-2.14
- devel
python:
- 3.8
- 3.9
Expand All @@ -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

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ansible-test-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- stable-2.11
- stable-2.12
- stable-2.13
- devel
python:
- 3.6
- 3.8
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 04fcdd9

Please sign in to comment.