Skip to content

Commit 6a38960

Browse files
committed
Add mitogen and enable pipelining in tests.
1 parent 56af8c7 commit 6a38960

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/scripts/before_install.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ set -o errexit
1212
set -o pipefail
1313

1414
# Latest Ansible install
15-
pip install docker ansible
15+
pip install docker ansible mitogen
16+
17+
cat << EOF > ansible.cfg
18+
[defaults]
19+
pipelining = True
20+
strategy = mitogen_linear
21+
strategy_plugins = /home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/ansible_mitogen/plugins/strategy
22+
EOF
1623

1724
# Pull docker image or build it
1825
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]

0 commit comments

Comments
 (0)