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

Side by Side Diff: global_config.ini

Issue 1317002: Continue to refactor autoserv to build client test at run time. (Closed)
Patch Set: path 18 Created 10 years, 8 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 | « client/bin/setup_job.py ('k') | server/autotest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [AUTOTEST_WEB] 1 [AUTOTEST_WEB]
2 host: localhost 2 host: localhost
3 database: autotest_web 3 database: autotest_web
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 job_timeout_default: 72 7 job_timeout_default: 72
8 job_max_runtime_hrs_default: 72 8 job_max_runtime_hrs_default: 72
9 parse_failed_repair_default: 0 9 parse_failed_repair_default: 0
10 # Only set this if your server is not 'http://[SERVER] hostname/afe/' 10 # Only set this if your server is not 'http://[SERVER] hostname/afe/'
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ssh_engine: raw_ssh 87 ssh_engine: raw_ssh
88 # Set to True to take advantage of OpenSSH-based connection sharing. This would 88 # Set to True to take advantage of OpenSSH-based connection sharing. This would
89 # have bigger performance impact when ssh_engine is 'raw_ssh'. 89 # have bigger performance impact when ssh_engine is 'raw_ssh'.
90 enable_master_ssh: True 90 enable_master_ssh: True
91 # Autotest server operators *really should* set this to True, specially if 91 # Autotest server operators *really should* set this to True, specially if
92 # using ssh_engine 'paramiko'. 92 # using ssh_engine 'paramiko'.
93 require_atfork_module: False 93 require_atfork_module: False
94 # Set to False to disable ssh-agent usage with paramiko 94 # Set to False to disable ssh-agent usage with paramiko
95 use_sshagent_with_paramiko: True 95 use_sshagent_with_paramiko: True
96 client_autodir_paths: /home/autotest 96 client_autodir_paths: /home/autotest
97 enable_server_precompile: False
98
97 [PACKAGES] 99 [PACKAGES]
98 serve_packages_from_autoserv: True 100 serve_packages_from_autoserv: True
OLDNEW
« no previous file with comments | « client/bin/setup_job.py ('k') | server/autotest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698