Merge "Enable pipelining for ansible-playbook"

This commit is contained in:
Jenkins 2016-10-19 13:55:01 +00:00 committed by Gerrit Code Review
commit b27b7e1c5d
1 changed files with 1 additions and 0 deletions

View File

@ -1479,6 +1479,7 @@ class NodeWorker(object):
config.write('timeout = 30\n')
config.write('[ssh_connection]\n')
config.write('pipelining = True\n')
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s " \
"-o UserKnownHostsFile=%s" % jobdir.known_hosts
config.write('ssh_args = %s\n' % ssh_args)