[stable-1] Enable and fix integration tests for devel (#298)

* Enable and fix integration tests for devel

* Add exclusions
This commit is contained in:
Andrew Klychkov 2022-03-14 13:51:54 +03:00 committed by GitHub
parent f46b84e670
commit 96a255c00a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View file

@ -61,7 +61,8 @@ jobs:
- stable-2.9
- stable-2.10
- stable-2.11
#- devel
- stable-2.12
- devel
python:
- 3.6
connector:
@ -71,6 +72,16 @@ jobs:
exclude:
- mysql: 8.0.22
connector: pymysql==0.7.10
- python: 3.8
ansible: stable-2.9
- python: 3.8
ansible: stable-2.10
- python: 3.8
ansible: stable-2.11
- python: 3.6
ansible: stable-2.12
- python: 3.6
ansible: devel
steps:
- name: Check out code

View file

@ -1,4 +1,4 @@
dbdeployer_version: 1.52.0
dbdeployer_version: 1.64.0
dbdeployer_home_dir: /opt/dbdeployer
home_dir: /root

View file

@ -19,6 +19,7 @@ python_packages: [pymysql == 0.9.3]
install_prereqs:
- libaio1
- libnuma1
- libncurses5
install_python_prereqs:
- python3-dev