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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |
OLD | NEW |