mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Cut ansible-core 2.12 and 2.13 from GHA test matrix
This commit is contained in:
parent
5562de5779
commit
167a1dda6b
2 changed files with 2 additions and 39 deletions
22
.github/workflows/ansible-test-plugins.yml
vendored
22
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -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: >-
|
||||
|
|
19
.github/workflows/ansible-test-roles.yml
vendored
19
.github/workflows/ansible-test-roles.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue