Skip to content

Commit

Permalink
Enable and fix integration tests for devel (#290)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Andersson007 authored Mar 1, 2022
1 parent 8052563 commit c273ee3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
db_engine_version:
- mysql_5.7.31
- mysql_8.0.22
- mariadb_10.2.37
- mariadb_10.3.34
- mariadb_10.5.9
ansible:
- stable-2.9
- stable-2.10
- stable-2.11
- stable-2.12
#- devel
- devel
python:
- 3.6
- 3.8
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/setup_mysql/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dbdeployer_version: 1.56.0
dbdeployer_version: 1.64.0
dbdeployer_home_dir: /opt/dbdeployer

home_dir: /root
Expand Down
1 change: 1 addition & 0 deletions tests/integration/targets/setup_mysql/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ python_packages: [pymysql == 0.9.3]
install_prereqs:
- libaio1
- libnuma1
- libncurses5

install_python_prereqs:
- python3-dev
Expand Down

0 comments on commit c273ee3

Please sign in to comment.