mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-31 00:51:25 -07:00
Speed up tests by enabling only one and cut tmate timeout
This commit is contained in:
parent
bf6bc5a30c
commit
813120efe3
1 changed files with 31 additions and 32 deletions
63
.github/workflows/ansible-test-plugins.yml
vendored
63
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -45,44 +45,44 @@ jobs:
|
|||
matrix:
|
||||
db_engine_version:
|
||||
- mysql_5.7.31
|
||||
- mysql_8.0.22
|
||||
# - mysql_8.0.22
|
||||
ansible:
|
||||
- stable-2.11
|
||||
# - stable-2.11
|
||||
- stable-2.12
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
- devel
|
||||
# - stable-2.13
|
||||
# - stable-2.14
|
||||
# - devel
|
||||
python:
|
||||
- 3.6
|
||||
# - 3.6
|
||||
- 3.8
|
||||
- 3.9
|
||||
# - 3.9
|
||||
connector:
|
||||
- pymysql==0.7.10
|
||||
# - pymysql==0.7.10
|
||||
- pymysql==0.9.3
|
||||
- mysqlclient==2.0.1
|
||||
# - mysqlclient==2.0.1
|
||||
exclude:
|
||||
- db_engine_version: mysql_8.0.22
|
||||
connector: pymysql==0.7.10
|
||||
- python: 3.6
|
||||
ansible: stable-2.12
|
||||
- python: 3.6
|
||||
ansible: stable-2.13
|
||||
- python: 3.6
|
||||
ansible: stable-2.14
|
||||
- python: 3.6
|
||||
ansible: devel
|
||||
- python: 3.8
|
||||
ansible: stable-2.11
|
||||
- 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.11
|
||||
- python: 3.9
|
||||
ansible: stable-2.12
|
||||
# - db_engine_version: mysql_8.0.22
|
||||
# connector: pymysql==0.7.10
|
||||
# - python: 3.6
|
||||
# ansible: stable-2.12
|
||||
# - python: 3.6
|
||||
# ansible: stable-2.13
|
||||
# - python: 3.6
|
||||
# ansible: stable-2.14
|
||||
# - python: 3.6
|
||||
# ansible: devel
|
||||
# - python: 3.8
|
||||
# ansible: stable-2.11
|
||||
# - 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.11
|
||||
# - python: 3.9
|
||||
# ansible: stable-2.12
|
||||
|
||||
steps:
|
||||
- name: >-
|
||||
|
@ -114,7 +114,6 @@ jobs:
|
|||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: ${{ failure() }}
|
||||
timeout-minutes: 60
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue