mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Enable and fix integration tests for devel (#290)
* Enable and fix integration tests for devel * Update repo targets * Remove useless directive * default container -> ubuntu1804 * revert last commit * 10.2 does not support 20.04 focal; increase to 10.3
This commit is contained in:
parent
8052563a53
commit
c273ee36a7
3 changed files with 4 additions and 3 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -58,14 +58,14 @@ jobs:
|
||||||
db_engine_version:
|
db_engine_version:
|
||||||
- mysql_5.7.31
|
- mysql_5.7.31
|
||||||
- mysql_8.0.22
|
- mysql_8.0.22
|
||||||
- mariadb_10.2.37
|
- mariadb_10.3.34
|
||||||
- mariadb_10.5.9
|
- mariadb_10.5.9
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.9
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
#- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.8
|
- 3.8
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dbdeployer_version: 1.56.0
|
dbdeployer_version: 1.64.0
|
||||||
dbdeployer_home_dir: /opt/dbdeployer
|
dbdeployer_home_dir: /opt/dbdeployer
|
||||||
|
|
||||||
home_dir: /root
|
home_dir: /root
|
||||||
|
|
|
@ -15,6 +15,7 @@ python_packages: [pymysql == 0.9.3]
|
||||||
install_prereqs:
|
install_prereqs:
|
||||||
- libaio1
|
- libaio1
|
||||||
- libnuma1
|
- libnuma1
|
||||||
|
- libncurses5
|
||||||
|
|
||||||
install_python_prereqs:
|
install_python_prereqs:
|
||||||
- python3-dev
|
- python3-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue