enable ansible 2.9.6 tests

pull/705/head
Steven Robertson 4 years ago
parent a5fe4a9fac
commit db386a0350

@ -46,6 +46,12 @@ jobs:
MODE: mitogen
DISTRO: centos6
Mito37Debian_27:
python.version: '3.7'
MODE: mitogen
DISTRO: debian
VER: 2.9.6
#Py26CentOS7:
#python.version: '2.7'
#MODE: mitogen
@ -97,3 +103,8 @@ jobs:
python.version: '3.5'
MODE: ansible
VER: 2.8.0
Ansible_296_37:
python.version: '3.7'
MODE: ansible
VER: 2.9.6

@ -36,6 +36,9 @@ matrix:
include:
# Debops tests.
# 2.9.6; 3.7 -> 2.7
- python: "3.7"
env: MODE=debops_common VER=2.9.6
# 2.8.3; 3.6 -> 2.7
- python: "3.6"
env: MODE=debops_common VER=2.8.3
@ -49,6 +52,9 @@ matrix:
# ansible_mitogen tests.
# 2.9.6 -> {debian, centos6, centos7}
- python: "3.7"
env: MODE=ansible VER=2.9.6
# 2.8.3 -> {debian, centos6, centos7}
- python: "3.6"
env: MODE=ansible VER=2.8.3
@ -75,6 +81,8 @@ matrix:
# 2.7 -> 2.6
#- python: "2.7"
#env: MODE=mitogen DISTRO=centos6
- python: "3.7"
env: MODE=mitogen DISTRO=centos7
# 2.6 -> 2.7
- python: "2.6"
env: MODE=mitogen DISTRO=centos7

Loading…
Cancel
Save