mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -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:
|
matrix:
|
||||||
db_engine_version:
|
db_engine_version:
|
||||||
- mysql_5.7.31
|
- mysql_5.7.31
|
||||||
- mysql_8.0.22
|
# - mysql_8.0.22
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.11
|
# - stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
- stable-2.13
|
# - stable-2.13
|
||||||
- stable-2.14
|
# - stable-2.14
|
||||||
- devel
|
# - devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
# - 3.6
|
||||||
- 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
|
||||||
- python: 3.6
|
# - python: 3.6
|
||||||
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
|
# - python: 3.6
|
||||||
ansible: stable-2.14
|
# ansible: stable-2.14
|
||||||
- python: 3.6
|
# - python: 3.6
|
||||||
ansible: devel
|
# 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
|
# - python: 3.8
|
||||||
ansible: stable-2.14
|
# ansible: stable-2.14
|
||||||
- python: 3.8
|
# - python: 3.8
|
||||||
ansible: devel
|
# ansible: devel
|
||||||
- python: 3.9
|
# - python: 3.9
|
||||||
ansible: stable-2.11
|
# ansible: stable-2.11
|
||||||
- python: 3.9
|
# - python: 3.9
|
||||||
ansible: stable-2.12
|
# ansible: stable-2.12
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
|
@ -114,7 +114,6 @@ jobs:
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
timeout-minutes: 60
|
|
||||||
with:
|
with:
|
||||||
limit-access-to-actor: true
|
limit-access-to-actor: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue