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

Side by Side Diff: global_config.ini

Issue 4176007: Fix server side autotests installing to the wrong directory. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Change path back to default. Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ssh_engine: raw_ssh 92 ssh_engine: raw_ssh
93 # Set to True to take advantage of OpenSSH-based connection sharing. This would 93 # Set to True to take advantage of OpenSSH-based connection sharing. This would
94 # have bigger performance impact when ssh_engine is 'raw_ssh'. 94 # have bigger performance impact when ssh_engine is 'raw_ssh'.
95 enable_master_ssh: True 95 enable_master_ssh: True
96 # Autotest server operators *really should* set this to True, specially if 96 # Autotest server operators *really should* set this to True, specially if
97 # using ssh_engine 'paramiko'. 97 # using ssh_engine 'paramiko'.
98 require_atfork_module: False 98 require_atfork_module: False
99 # Set to False to disable ssh-agent usage with paramiko 99 # Set to False to disable ssh-agent usage with paramiko
100 use_sshagent_with_paramiko: True 100 use_sshagent_with_paramiko: True
101 client_autodir_paths: /home/autotest 101 client_autodir_paths: /home/autotest
102 # Real Autotest installation directory. client_autodir_paths above are mounts. A
103 # many-to-one mapping between the two is used right now, but there's no reason
104 # it couldn't be enhanced to a one-to-one mapping.
105 client_autodir_real_path: /mnt/stateful_partition/autotest
102 enable_server_prebuild: True 106 enable_server_prebuild: True
103 107
104 [PACKAGES] 108 [PACKAGES]
105 # in days 109 # in days
106 custom_max_age: 1 110 custom_max_age: 1
107 # in Gigabyte 111 # in Gigabyte
108 minimum_free_space: 1 112 minimum_free_space: 1
109 serve_packages_from_autoserv: True 113 serve_packages_from_autoserv: True
110 # this entry is just a place holder in order to keep util/packager.py happy 114 # this entry is just a place holder in order to keep util/packager.py happy
111 # The actual value will be provided through command line option --repository 115 # The actual value will be provided through command line option --repository
112 # from inside chromeos-base/autotest ebuild file 116 # from inside chromeos-base/autotest ebuild file
113 upload_location: UNUSED 117 upload_location: UNUSED
OLDNEW
« no previous file with comments | « no previous file | server/autotest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698