mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-22 10:21:29 -07:00
Cut tests that was excluded in previous matrix
This commit is contained in:
parent
41b408d71f
commit
23dd5a5423
1 changed files with 0 additions and 175 deletions
175
.github/workflows/ansible-test-plugins.yml
vendored
175
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -69,22 +69,6 @@ jobs:
|
|||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my57-py38-mysqlclient201:latest
|
||||
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mysql:5.7.40
|
||||
python: '3.8'
|
||||
connector: pymysql==0.7.11
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my57-py38-pymysql0711:latest
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mysql:5.7.40
|
||||
python: '3.8'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my57-py38-pymysql093:latest
|
||||
- ansible: stable-2.14
|
||||
db_engine_version: mysql:5.7.40
|
||||
python: '3.8'
|
||||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my57-py38-mysqlclient201:latest
|
||||
|
||||
|
||||
# ==================================================================
|
||||
# MySQL 8 + Python 3.8
|
||||
|
@ -100,32 +84,10 @@ jobs:
|
|||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py38-mysqlclient201:latest
|
||||
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.8'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py38-pymysql093:latest
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.8'
|
||||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py38-mysqlclient201:latest
|
||||
|
||||
|
||||
# ==================================================================
|
||||
# MySQL 8 + Python 3.9
|
||||
# ==================================================================
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.9'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py39-pymysql093:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.9'
|
||||
connector: mysqlclient==2.0.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py39-mysqlclient203:latest
|
||||
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.9'
|
||||
|
@ -152,17 +114,6 @@ jobs:
|
|||
# ==================================================================
|
||||
# MySQL 8 + Python 3.10
|
||||
# ==================================================================
|
||||
# - ansible: stable-2.12
|
||||
# db_engine_version: mysql:8.0.31
|
||||
# python: '3.10'
|
||||
# connector: pymysql==1.0.2
|
||||
# docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py310-pymysql102:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mysql:8.0.31
|
||||
python: '3.10'
|
||||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-my80-py310-mysqlclient211:latest
|
||||
|
||||
# - ansible: stable-2.13
|
||||
# db_engine_version: mysql:8.0.31
|
||||
# python: '3.10'
|
||||
|
@ -220,52 +171,10 @@ jobs:
|
|||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py38-mysqlclient201:latest
|
||||
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mariadb:10.4.27
|
||||
python: '3.8'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py38-pymysql093:latest
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mariadb:10.4.27
|
||||
python: '3.8'
|
||||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py38-mysqlclient201:latest
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.8'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py38-pymysql093:latest
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.8'
|
||||
connector: mysqlclient==2.0.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py38-mysqlclient201:latest
|
||||
|
||||
|
||||
# ==================================================================
|
||||
# MariaDB 10.3 + Python 3.9
|
||||
# ==================================================================
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.4.27
|
||||
python: '3.9'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py39-pymysql093:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.4.27
|
||||
python: '3.9'
|
||||
connector: mysqlclient==2.0.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py39-mysqlclient203:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.9'
|
||||
connector: pymysql==0.9.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py39-pymysql093:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.9'
|
||||
connector: mysqlclient==2.0.3
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb103-py39-mysqlclient203:latest
|
||||
|
||||
- ansible: stable-2.13
|
||||
db_engine_version: mariadb:10.4.27
|
||||
python: '3.9'
|
||||
|
@ -312,47 +221,6 @@ jobs:
|
|||
# ==================================================================
|
||||
# MariaDB 10.6 + Python 3.10
|
||||
# ==================================================================
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.10'
|
||||
connector: pymysql==1.0.2
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-pymysql102:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.5.18
|
||||
python: '3.10'
|
||||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||
# - ansible: stable-2.12
|
||||
# db_engine_version: mariadb:10.6.11
|
||||
# python: '3.10'
|
||||
# connector: pymysql==1.0.2
|
||||
# docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-pymysql102:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.6.11
|
||||
python: '3.10'
|
||||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||
# - ansible: stable-2.12
|
||||
# db_engine_version: mariadb:10.7.7
|
||||
# python: '3.10'
|
||||
# connector: pymysql==1.0.2
|
||||
# docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-pymysql102:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.7.7
|
||||
python: '3.10'
|
||||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||
# - ansible: stable-2.12
|
||||
# db_engine_version: mariadb:10.8.3
|
||||
# python: '3.10'
|
||||
# connector: pymysql==1.0.2
|
||||
# docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-pymysql102:latest
|
||||
- ansible: stable-2.12
|
||||
db_engine_version: mariadb:10.8.3
|
||||
python: '3.10'
|
||||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||
|
||||
# - ansible: stable-2.13
|
||||
# db_engine_version: mariadb:10.5.18
|
||||
# python: '3.10'
|
||||
|
@ -476,49 +344,6 @@ jobs:
|
|||
connector: mysqlclient==2.1.1
|
||||
docker_image: ghcr.io/laurent-indermuehle/test-container-mariadb106-py310-mysqlclient211:latest
|
||||
|
||||
# db_engine_version:
|
||||
# - mysql:5.7.40
|
||||
# - mysql:8.0.31
|
||||
# - mariadb:10.4.24
|
||||
# - mariadb:10.5.18
|
||||
# - mariadb:10.6.11
|
||||
# - mariadb:10.7.7
|
||||
# - mariadb:10.8.3
|
||||
# ansible:
|
||||
# - stable-2.12
|
||||
# - stable-2.13
|
||||
# - stable-2.14
|
||||
# - devel
|
||||
# python:
|
||||
# - "3.8"
|
||||
# - "3.9"
|
||||
# - "3.10" # Without quotes, this become 3.1 in run_all_test.py!
|
||||
# connector:
|
||||
# - pymysql==0.7.10
|
||||
# - pymysql==0.9.3
|
||||
# - mysqlclient==2.0.1
|
||||
# exclude:
|
||||
# - db_engine_version: mysql:8.0.22
|
||||
# connector: pymysql==0.7.10
|
||||
# - db_engine_version: mariadb:10.4.24
|
||||
# connector: pymysql==0.7.10
|
||||
# - db_engine_version: mariadb:10.5.18
|
||||
# connector: pymysql==0.7.10
|
||||
# - db_engine_version: mariadb:10.8.3
|
||||
# connector: pymysql==0.7.10
|
||||
# - python: '3.8'
|
||||
# ansible: stable-2.13
|
||||
# - python: '3.8'
|
||||
# ansible: stable-2.14
|
||||
# - python: '3.8'
|
||||
# ansible: devel
|
||||
# - python: '3.9'
|
||||
# ansible: stable-2.12
|
||||
# - python: '3.9'
|
||||
# connector: mysqlclient==2.0.1
|
||||
# - python: '3.10'
|
||||
# ansible: stable-2.12
|
||||
|
||||
services:
|
||||
db_primary:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue