OLD | NEW |
---|---|
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 10 matching lines...) Expand all Loading... | |
21 host: localhost | 21 host: localhost |
22 database: tko | 22 database: tko |
23 db_type: mysql | 23 db_type: mysql |
24 user: autotest | 24 user: autotest |
25 password: please_set_this_password | 25 password: please_set_this_password |
26 | 26 |
27 [PLANNER] | 27 [PLANNER] |
28 # 3 months | 28 # 3 months |
29 execution_engine_timeout: 2160 | 29 execution_engine_timeout: 2160 |
30 | 30 |
31 [AUTOSERV] | |
32 # Autotest potential install paths | |
33 client_autodir_paths: /usr/local/autotest,/home/autotest | |
34 | 31 |
35 [CLIENT] | 32 [CLIENT] |
36 drop_caches: True | 33 drop_caches: True |
37 drop_caches_between_iterations: True | 34 drop_caches_between_iterations: True |
38 | 35 |
39 [SERVER] | 36 [SERVER] |
40 hostname: autotest | 37 hostname: autotest |
41 # Turn on RPC Logging | 38 # Turn on RPC Logging |
42 rpc_logging: False | 39 rpc_logging: False |
43 # Note the user that is running the webserver has to be able to write | 40 # Note the user that is running the webserver has to be able to write |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
97 enable_master_ssh: True | 94 enable_master_ssh: True |
98 # Autotest server operators *really should* set this to True, specially if | 95 # Autotest server operators *really should* set this to True, specially if |
99 # using ssh_engine 'paramiko'. | 96 # using ssh_engine 'paramiko'. |
100 require_atfork_module: False | 97 require_atfork_module: False |
101 # Set to False to disable ssh-agent usage with paramiko | 98 # Set to False to disable ssh-agent usage with paramiko |
102 use_sshagent_with_paramiko: True | 99 use_sshagent_with_paramiko: True |
103 client_autodir_paths: /home/autotest | 100 client_autodir_paths: /home/autotest |
104 enable_server_prebuild: True | 101 enable_server_prebuild: True |
105 | 102 |
106 [PACKAGES] | 103 [PACKAGES] |
104 # in days | |
105 custom_max_age: 1 | |
106 # in Gigabyte | |
107 minimum_free_space: 1 | |
107 serve_packages_from_autoserv: True | 108 serve_packages_from_autoserv: True |
109 # this entry is just a place holder in order to keep util/packager.py happy | |
110 # The actual value will be provided through command line option --repository | |
111 # from inside chromeos-base/autotest ebuild file | |
112 upload_location: UNUSED | |
seano
2010/06/24 20:06:02
Do you need UNUSED, or can you just leave it blank
| |
OLD | NEW |