From 9fac359bf4ec1374ba84ff5990f3ef74454d8c07 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 13 Aug 2020 09:26:48 +0100 Subject: [PATCH] CI: enable Ansible SSH pipelining This should improve performance of CI jobs. Change-Id: I729862b89b4fe65cbb7f852fac06741b636e4939 --- tests/templates/ansible.cfg.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/templates/ansible.cfg.j2 b/tests/templates/ansible.cfg.j2 index 1285ebf6f6..256a2efd70 100644 --- a/tests/templates/ansible.cfg.j2 +++ b/tests/templates/ansible.cfg.j2 @@ -1,3 +1,6 @@ [defaults] callback_plugins = {{ ara_callback_plugins.stdout }} host_key_checking = False + +[ssh_connection] +pipelining = True