mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
cut ansible devel from the test matrix
This commit is contained in:
parent
57d9ba03eb
commit
04fcdd93fa
4 changed files with 0 additions and 24 deletions
17
.github/workflows/ansible-test-plugins.yml
vendored
17
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
- stable-2.13
|
- stable-2.13
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- devel
|
|
||||||
steps:
|
steps:
|
||||||
- name: Perform sanity testing
|
- name: Perform sanity testing
|
||||||
uses: ansible-community/ansible-test-gh-action@release/v1
|
uses: ansible-community/ansible-test-gh-action@release/v1
|
||||||
|
@ -44,7 +43,6 @@ jobs:
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
- stable-2.13
|
- stable-2.13
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- devel
|
|
||||||
db_engine_name:
|
db_engine_name:
|
||||||
- mysql
|
- mysql
|
||||||
- mariadb
|
- mariadb
|
||||||
|
@ -125,9 +123,6 @@ jobs:
|
||||||
- db_engine_version: 5.7.40
|
- db_engine_version: 5.7.40
|
||||||
ansible: stable-2.14
|
ansible: stable-2.14
|
||||||
|
|
||||||
- db_engine_version: 5.7.40
|
|
||||||
ansible: devel
|
|
||||||
|
|
||||||
- db_engine_version: 8.0.31
|
- db_engine_version: 8.0.31
|
||||||
python: '3.8'
|
python: '3.8'
|
||||||
|
|
||||||
|
@ -137,9 +132,6 @@ jobs:
|
||||||
- db_engine_version: 10.4.27
|
- db_engine_version: 10.4.27
|
||||||
python: '3.10'
|
python: '3.10'
|
||||||
|
|
||||||
- db_engine_version: 10.4.27
|
|
||||||
ansible: devel
|
|
||||||
|
|
||||||
- db_engine_version: 10.6.11
|
- db_engine_version: 10.6.11
|
||||||
python: '3.8'
|
python: '3.8'
|
||||||
|
|
||||||
|
@ -179,15 +171,9 @@ jobs:
|
||||||
- python: '3.8'
|
- python: '3.8'
|
||||||
ansible: stable-2.14
|
ansible: stable-2.14
|
||||||
|
|
||||||
- python: '3.8'
|
|
||||||
ansible: devel
|
|
||||||
|
|
||||||
- python: '3.9'
|
- python: '3.9'
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
|
||||||
- python: '3.9'
|
|
||||||
ansible: devel
|
|
||||||
|
|
||||||
- python: '3.10'
|
- python: '3.10'
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
|
||||||
|
@ -339,7 +325,6 @@ jobs:
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
- stable-2.13
|
- stable-2.13
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- devel
|
|
||||||
python:
|
python:
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
|
@ -348,8 +333,6 @@ jobs:
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: '3.8'
|
- python: '3.8'
|
||||||
ansible: stable-2.14
|
ansible: stable-2.14
|
||||||
- python: '3.8'
|
|
||||||
ansible: devel
|
|
||||||
- python: '3.9'
|
- python: '3.9'
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
|
||||||
|
|
5
.github/workflows/ansible-test-roles.yml
vendored
5
.github/workflows/ansible-test-roles.yml
vendored
|
@ -27,7 +27,6 @@ jobs:
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
- stable-2.13
|
- stable-2.13
|
||||||
- devel
|
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
@ -37,14 +36,10 @@ jobs:
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: 3.6
|
|
||||||
ansible: devel
|
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: 3.8
|
|
||||||
ansible: devel
|
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
ansible: stable-2.11
|
ansible: stable-2.11
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
|
|
|
@ -72,7 +72,6 @@ Every voice is important and every idea is valuable. If you have something on yo
|
||||||
- 2.12
|
- 2.12
|
||||||
- 2.13
|
- 2.13
|
||||||
- 2.14
|
- 2.14
|
||||||
- current development version
|
|
||||||
|
|
||||||
### Databases
|
### Databases
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,6 @@ The Makefile accept the following options
|
||||||
- "stable-2.12"
|
- "stable-2.12"
|
||||||
- "stable-2.13"
|
- "stable-2.13"
|
||||||
- "stable-2.14"
|
- "stable-2.14"
|
||||||
- "devel"
|
|
||||||
- Description: Version of ansible to install in a venv to run ansible-test
|
- Description: Version of ansible to install in a venv to run ansible-test
|
||||||
|
|
||||||
- `db_engine_name`
|
- `db_engine_name`
|
||||||
|
|
Loading…
Add table
Reference in a new issue