Speed up tests by enabling only one and cut tmate timeout

This commit is contained in:
Laurent Indermuehle 2022-10-24 16:48:16 +02:00
commit 813120efe3
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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