Skip to content

Commit 40fc1f8

Browse files
Klaus ZerwesKlaus Zerwes
authored andcommitted
issue #874 try to implement the testst for ansible 2.12
1 parent 56c3417 commit 40fc1f8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.ci/azure-pipelines.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
Loc_27_4:
6060
python.version: '2.7'
6161
tox.env: py27-mode_localhost-ansible4
62+
Loc_27_5:
63+
python.version: '2.7'
64+
tox.env: py27-mode_localhost-ansible5
6265

6366
# NOTE: this hangs when ran in Ubuntu 18.04
6467
Van_27_210:
@@ -76,6 +79,11 @@ jobs:
7679
tox.env: py27-mode_localhost-ansible4
7780
STRATEGY: linear
7881
ANSIBLE_SKIP_TAGS: resource_intensive
82+
Van_27_5:
83+
python.version: '2.7'
84+
tox.env: py27-mode_localhost-ansible5
85+
STRATEGY: linear
86+
ANSIBLE_SKIP_TAGS: resource_intensive
7987

8088
- job: MacLatest
8189
# vanilla Ansible is really slow
@@ -103,6 +111,8 @@ jobs:
103111
tox.env: py27-mode_localhost-ansible3
104112
Loc_27_4:
105113
tox.env: py27-mode_localhost-ansible4
114+
Loc_27_5:
115+
tox.env: py27-mode_localhost-ansible5
106116

107117
# NOTE: this hangs when ran in Ubuntu 18.04
108118
Van_27_210:
@@ -117,6 +127,10 @@ jobs:
117127
tox.env: py27-mode_localhost-ansible4
118128
STRATEGY: linear
119129
ANSIBLE_SKIP_TAGS: resource_intensive
130+
Van_27_5:
131+
tox.env: py27-mode_localhost-ansible5
132+
STRATEGY: linear
133+
ANSIBLE_SKIP_TAGS: resource_intensive
120134

121135
- job: Linux
122136
pool:
@@ -256,6 +270,9 @@ jobs:
256270
Ans_27_4:
257271
python.version: '2.7'
258272
tox.env: py27-mode_ansible-ansible4
273+
Ans_27_5:
274+
python.version: '2.7'
275+
tox.env: py27-mode_ansible-ansible5
259276

260277
Ans_36_210:
261278
python.version: '3.6'
@@ -266,6 +283,9 @@ jobs:
266283
Ans_36_4:
267284
python.version: '3.6'
268285
tox.env: py36-mode_ansible-ansible4
286+
Ans_36_5:
287+
python.version: '3.6'
288+
tox.env: py36-mode_ansible-ansible5
269289

270290
Ans_39_210:
271291
python.version: '3.9'
@@ -276,3 +296,6 @@ jobs:
276296
Ans_39_4:
277297
python.version: '3.9'
278298
tox.env: py39-mode_ansible-ansible4
299+
Ans_39_5:
300+
python.version: '3.9'
301+
tox.env: py39-mode_ansible-ansible5

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[tox]
3636
envlist =
3737
init,
38-
py{27,36,39}-mode_ansible-ansible{2.10,3,4},
38+
py{27,36,39}-mode_ansible-ansible{2.10,3,4,5},
3939
py{27,36,39}-mode_mitogen-distro_centos{6,7,8},
4040
py{27,36,39}-mode_mitogen-distro_debian{9,10,11},
4141
py{27,36,39}-mode_mitogen-distro_ubuntu{1604,1804,2004},
@@ -64,6 +64,7 @@ deps =
6464
ansible3: ansible-base<2.10.14
6565
ansible3: ansible==3.4.0
6666
ansible4: ansible==4.8.0
67+
ansible4: ansible==5.0.1
6768
install_command =
6869
python -m pip --no-python-version-warning install {opts} {packages}
6970
commands_pre =

0 commit comments

Comments
 (0)