Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: global_config.ini

Issue 536016: Enable master SSH connection sharing speeding up test runs. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [TKO] 1 [TKO]
2 host: localhost 2 host: localhost
3 database: tko 3 database: tko
4 db_type: mysql 4 db_type: mysql
5 user: autotest 5 user: autotest
6 password: please_set_this_password 6 password: please_set_this_password
7 readonly_host: localhost 7 readonly_host: localhost
8 readonly_user: nobody 8 readonly_user: nobody
9 readonly_password: 9 readonly_password:
10 query_timeout: 3600 10 query_timeout: 3600
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 wait_up_processes: 76 wait_up_processes:
77 default_protection: NO_PROTECTION 77 default_protection: NO_PROTECTION
78 78
79 [AUTOSERV] 79 [AUTOSERV]
80 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and 80 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
81 # another one based on the python SSH library paramiko (paramiko). 81 # another one based on the python SSH library paramiko (paramiko).
82 # You can change the default 'raw_ssh' to 'paramiko' if you want to. 82 # You can change the default 'raw_ssh' to 'paramiko' if you want to.
83 ssh_engine: raw_ssh 83 ssh_engine: raw_ssh
84 # Set to True to take advantage of OpenSSH-based connection sharing. This would 84 # Set to True to take advantage of OpenSSH-based connection sharing. This would
85 # have bigger performance impact when ssh_engine is 'raw_ssh'. 85 # have bigger performance impact when ssh_engine is 'raw_ssh'.
86 enable_master_ssh: False 86 enable_master_ssh: True
87 # Autotest server operators *really should* set this to True, specially if 87 # Autotest server operators *really should* set this to True, specially if
88 # using ssh_engine 'paramiko'. 88 # using ssh_engine 'paramiko'.
89 require_atfork_module: False 89 require_atfork_module: False
90 client_autodir_paths: /home/autotest 90 client_autodir_paths: /home/autotest
91 91
92 [PACKAGES] 92 [PACKAGES]
93 serve_packages_from_autoserv: True 93 serve_packages_from_autoserv: True
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698