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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 drones: localhost | 70 drones: localhost |
71 drone_installation_directory: /usr/local/autotest | 71 drone_installation_directory: /usr/local/autotest |
72 results_host: localhost | 72 results_host: localhost |
73 results_host_installation_directory: | 73 results_host_installation_directory: |
74 secs_to_wait_for_atomic_group_hosts: 600 | 74 secs_to_wait_for_atomic_group_hosts: 600 |
75 pidfile_timeout_mins: 300 | 75 pidfile_timeout_mins: 300 |
76 max_pidfile_refreshes: 2000 | 76 max_pidfile_refreshes: 2000 |
77 gc_stats_interval_mins: 360 | 77 gc_stats_interval_mins: 360 |
78 # set nonzero to enable periodic reverification of all dead hosts | 78 # set nonzero to enable periodic reverification of all dead hosts |
79 reverify_period_minutes: 0 | 79 reverify_period_minutes: 0 |
80 reverify_max_hosts_at_once: 0 | 80 reverify_max_hosts_at_once: 0 |
81 drone_sets_enabled: False | 81 drone_sets_enabled: False |
82 # default_drone_set_name: This is required if drone sets are enabled. | 82 # default_drone_set_name: This is required if drone sets are enabled. |
83 default_drone_set_name: | 83 default_drone_set_name: |
84 | 84 |
85 [HOSTS] | 85 [HOSTS] |
86 wait_up_processes: | 86 wait_up_processes: |
87 default_protection: NO_PROTECTION | 87 default_protection: NO_PROTECTION |
88 | 88 |
89 [AUTOSERV] | 89 [AUTOSERV] |
90 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and | 90 # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and |
(...skipping 14 matching lines...) Expand all Loading... |
105 [PACKAGES] | 105 [PACKAGES] |
106 # in days | 106 # in days |
107 custom_max_age: 1 | 107 custom_max_age: 1 |
108 # in Gigabyte | 108 # in Gigabyte |
109 minimum_free_space: 1 | 109 minimum_free_space: 1 |
110 serve_packages_from_autoserv: True | 110 serve_packages_from_autoserv: True |
111 # this entry is just a place holder in order to keep util/packager.py happy | 111 # this entry is just a place holder in order to keep util/packager.py happy |
112 # The actual value will be provided through command line option --repository | 112 # The actual value will be provided through command line option --repository |
113 # from inside chromeos-base/autotest ebuild file | 113 # from inside chromeos-base/autotest ebuild file |
114 upload_location: UNUSED | 114 upload_location: UNUSED |
OLD | NEW |