mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 05:11:26 -07:00
Further disable tests to speed up
This commit is contained in:
parent
8652a9a947
commit
cd9f216319
1 changed files with 15 additions and 14 deletions
29
.github/workflows/ansible-test-plugins.yml
vendored
29
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -38,18 +38,19 @@ jobs:
|
||||||
# pull-request-change-detection: true
|
# pull-request-change-detection: true
|
||||||
|
|
||||||
integration:
|
integration:
|
||||||
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.db_engine_version }}, Connector: ${{ matrix.connector }})"
|
# name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.db_engine_version }}, Connector: ${{ matrix.connector }})"
|
||||||
|
name: "Integration (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, Connector: ${{ matrix.connector }})"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
db_engine_version:
|
# db_engine_version:
|
||||||
- mysql_5.7.31
|
# - mysql_5.7.31
|
||||||
- mysql_8.0.22
|
# - mysql_8.0.22
|
||||||
- mariadb_10.3.34
|
# - mariadb_10.3.34
|
||||||
# When adding later versions below,
|
# # When adding later versions below,
|
||||||
# also change the "Set MariaDB URL sub dir" task
|
# # also change the "Set MariaDB URL sub dir" task
|
||||||
- mariadb_10.8.3
|
# - mariadb_10.8.3
|
||||||
ansible:
|
ansible:
|
||||||
# - stable-2.12
|
# - stable-2.12
|
||||||
# - stable-2.13
|
# - stable-2.13
|
||||||
|
@ -60,14 +61,14 @@ jobs:
|
||||||
# - 3.8
|
# - 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
connector:
|
connector:
|
||||||
- pymysql==0.7.10
|
# - pymysql==0.7.10
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
- mysqlclient==2.0.1
|
# - mysqlclient==2.0.1
|
||||||
exclude:
|
exclude:
|
||||||
- db_engine_version: mysql_8.0.22
|
# - db_engine_version: mysql_8.0.22
|
||||||
connector: pymysql==0.7.10
|
# connector: pymysql==0.7.10
|
||||||
- db_engine_version: mariadb_10.8.3
|
# - db_engine_version: mariadb_10.8.3
|
||||||
connector: pymysql==0.7.10
|
# connector: pymysql==0.7.10
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue