mbligh | b090f14 | 2008-02-27 21:33:46 +0000 | [diff] [blame] | 1 | [AUTOTEST_WEB] |
Alex Miller | d46c0a4 | 2013-02-22 12:41:58 -0800 | [diff] [blame] | 2 | # IP == cautotest-mysql, see http://crosbug.com/38773 |
| 3 | # TODO(milleral): Switch back to DNS name when bug is fixed |
Dan Shi | 4c36a29 | 2015-07-25 05:46:19 +0000 | [diff] [blame] | 4 | # master db: chromeos-server25.mtv |
| 5 | host: 172.24.26.45 |
Chris Sosa | b4d6caa | 2011-11-17 15:32:38 -0800 | [diff] [blame] | 6 | database: chromeos_autotest_db |
mbligh | b090f14 | 2008-02-27 21:33:46 +0000 | [diff] [blame] | 7 | db_type: mysql |
Mungyung Ryu | 3f8ba2e | 2015-08-19 19:24:38 +0000 | [diff] [blame] | 8 | user: chromeosqa-admin |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 9 | password: USE SHADOW PASSWORD |
| 10 | job_timeout_default: 24 |
Simran Basi | 94dc003 | 2013-11-12 14:09:46 -0800 | [diff] [blame] | 11 | job_timeout_mins_default: 1440 |
Simran Basi | 3421702 | 2012-11-06 13:43:15 -0800 | [diff] [blame] | 12 | job_max_runtime_mins_default: 1440 |
showard | a1e74b3 | 2009-05-12 17:32:04 +0000 | [diff] [blame] | 13 | parse_failed_repair_default: 0 |
mbligh | 37eceaa | 2008-12-15 22:56:37 +0000 | [diff] [blame] | 14 | # Only set this if your server is not 'http://[SERVER] hostname/afe/' |
| 15 | #base_url: http://your_autotest_server/afe/ |
Alex Miller | d46c0a4 | 2013-02-22 12:41:58 -0800 | [diff] [blame] | 16 | # IP == cautotest-mysql, see http://crosbug.com/38773 |
Dan Shi | 4c36a29 | 2015-07-25 05:46:19 +0000 | [diff] [blame] | 17 | readonly_host: 172.24.26.45 |
Chris Sosa | b4d6caa | 2011-11-17 15:32:38 -0800 | [diff] [blame] | 18 | readonly_user: chromeosqa-read |
| 19 | readonly_password: qyBM6kDu |
showard | 250d84d | 2010-01-12 21:59:48 +0000 | [diff] [blame] | 20 | query_timeout: 3600 |
| 21 | min_retry_delay: 20 |
| 22 | max_retry_delay: 60 |
| 23 | graph_cache_creation_timeout_minutes: 10 |
jamesren | 4a41e01 | 2010-07-16 22:33:48 +0000 | [diff] [blame] | 24 | parameterized_jobs: False |
Dale Curtis | 74a314b | 2011-06-23 14:55:46 -0700 | [diff] [blame] | 25 | # Whether to enable django template debug mode. If this is set to True, all |
| 26 | # django errors will be wrapped in a nice debug page with detailed environment |
| 27 | # and stack trace info. Turned off by default. |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 28 | template_debug_mode: True |
Dale Curtis | 74a314b | 2011-06-23 14:55:46 -0700 | [diff] [blame] | 29 | # Whether to enable django SQL debug mode. If this is set to True, all |
| 30 | # queries performed by the Object Relational Mapper subsystem will be printed, |
| 31 | # which means the scheduler logs will contains all the queries executed. This |
| 32 | # is too much verbosity for 'production' systems, hence turned off by default. |
| 33 | sql_debug_mode: False |
showard | 250d84d | 2010-01-12 21:59:48 +0000 | [diff] [blame] | 34 | |
Jakob Juelich | 475b82b | 2014-09-30 11:17:07 -0700 | [diff] [blame] | 35 | # The tko parser will use these database settings. |
| 36 | # This is for sharding: Even when sharding, the results (tko tables) should |
| 37 | # still be written to the master database. |
Jakob Juelich | 934f0dc | 2014-10-14 18:21:13 -0700 | [diff] [blame] | 38 | global_db_host: |
| 39 | global_db_database: |
| 40 | global_db_type: |
| 41 | global_db_user: |
| 42 | global_db_password: |
| 43 | global_db_query_timeout: |
| 44 | global_db_min_retry_delay: |
| 45 | global_db_max_retry_delay: |
Jakob Juelich | 475b82b | 2014-09-30 11:17:07 -0700 | [diff] [blame] | 46 | |
Dan Shi | 7f0c183 | 2014-10-27 16:05:57 -0700 | [diff] [blame] | 47 | [AUTOTEST_SERVER_DB] |
Dan Shi | 9a535c9 | 2014-11-24 08:52:40 -0800 | [diff] [blame] | 48 | # Server database setting. Fall back to use AFE database settings. |
Dan Shi | 7f0c183 | 2014-10-27 16:05:57 -0700 | [diff] [blame] | 49 | database: chromeos_lab_servers |
| 50 | |
Jakob Juelich | 3b27dbc | 2014-09-03 18:05:37 -0700 | [diff] [blame] | 51 | [SHARD] |
Jakob Juelich | 8421d59 | 2014-09-17 15:27:06 -0700 | [diff] [blame] | 52 | # If this is not None, the instance is considered a shard. |
| 53 | # The value should be the hostname of the local shard. |
| 54 | shard_hostname: |
Jakob Juelich | 3b27dbc | 2014-09-03 18:05:37 -0700 | [diff] [blame] | 55 | heartbeat_pause_sec: 60 |
| 56 | |
Dale Curtis | 74a314b | 2011-06-23 14:55:46 -0700 | [diff] [blame] | 57 | [AUTOSERV] |
| 58 | # Autotest potential install paths |
Simran Basi | 263a9d3 | 2014-08-19 11:16:51 -0700 | [diff] [blame] | 59 | client_autodir_paths: /usr/local/autotest,/usr/local/autodir |
Dan Shi | a1ecd5c | 2013-06-06 11:21:31 -0700 | [diff] [blame] | 60 | # White list of tests with run time measurement enabled. |
Chris Masone | a7dbfbc | 2014-02-06 14:24:22 -0800 | [diff] [blame] | 61 | measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions |
Alex Miller | 44ae923 | 2014-06-20 17:24:25 -0700 | [diff] [blame] | 62 | # Incrementally update TKO with the status as the test runs. |
| 63 | incremental_tko_parsing: False |
Jakob Juelich | e497b55 | 2014-09-23 19:11:59 -0700 | [diff] [blame] | 64 | # If True, autoserv won't interact with real devices. |
| 65 | # It will sleep 10 seconds and then pass successfully. |
| 66 | testing_mode: False |
Dale Curtis | 74a314b | 2011-06-23 14:55:46 -0700 | [diff] [blame] | 67 | |
Dan Shi | 032bea7 | 2015-02-19 09:58:29 -0800 | [diff] [blame] | 68 | # Directory stores LXC containers |
| 69 | container_path: /usr/local/autotest/containers |
| 70 | # Download link for base image of container |
| 71 | container_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz |
| 72 | # Enable server-side package using container |
| 73 | # TODO(dshi): Change this to True after SSP via container is rolled out. |
| 74 | enable_ssp_container: False |
| 75 | |
Dan Shi | ced09e4 | 2015-04-17 16:09:34 -0700 | [diff] [blame] | 76 | # Minimum OS version that supports server side packaging. Older builds may |
| 77 | # not have server side package built or with Autotest code change to support |
| 78 | # server-side packaging. |
| 79 | min_version_support_ssp: 6986 |
| 80 | |
Dan Shi | a06f3e2 | 2015-09-03 16:15:15 -0700 | [diff] [blame] | 81 | # Set to True to allow servod to be started automatically in Moblab. |
| 82 | auto_start_servod: False |
| 83 | |
lmr | 6d08b3c | 2009-11-18 19:26:38 +0000 | [diff] [blame] | 84 | [CLIENT] |
Dan Shi | feaf908 | 2013-06-17 11:23:31 -0700 | [diff] [blame] | 85 | drop_caches: False |
| 86 | drop_caches_between_iterations: False |
Dale Curtis | 8adf789 | 2011-09-08 16:13:36 -0700 | [diff] [blame] | 87 | # Specify an alternate location to store the test results |
| 88 | #output_dir: /var/log/autotest/ |
| 89 | output_dir: |
Derek Basehore | 072dfa5 | 2014-01-23 15:05:50 -0800 | [diff] [blame] | 90 | #wireless_ssid: SEE SHADOW CONFIG |
| 91 | #wireless_password: SEE SHADOW CONFIG |
| 92 | #wireless_security: SEE SHADOW CONFIG |
Hung-ying Tyan | cbdd198 | 2014-09-03 16:54:08 +0800 | [diff] [blame] | 93 | # The zone that all Chrome OS devices are in if they are in a lab. |
| 94 | dns_zone: cros.corp.google.com |
Ed Baker | 34fdca4 | 2015-06-01 09:06:06 -0700 | [diff] [blame] | 95 | # If necessary, specify a proxy for client downloads |
| 96 | http_proxy: |
| 97 | https_proxy: |
jadmanski | 6f6afd1 | 2009-11-11 23:39:20 +0000 | [diff] [blame] | 98 | |
Dan Shi | c018371 | 2014-09-17 12:47:01 -0700 | [diff] [blame] | 99 | # Index to upload metadata to. |
| 100 | metadata_index: |
| 101 | |
mbligh | 37eceaa | 2008-12-15 22:56:37 +0000 | [diff] [blame] | 102 | [SERVER] |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 103 | hostname: cautotest |
showard | 02ed4bd | 2009-09-09 15:30:11 +0000 | [diff] [blame] | 104 | # Turn on RPC Logging |
| 105 | rpc_logging: False |
| 106 | # Note the user that is running the webserver has to be able to write |
| 107 | # to the below directory/file otherwise the frontend will not work with logging |
| 108 | rpc_log_path: /usr/local/autotest/logs/rpcserver.log |
| 109 | # Number of old logs to keep around |
| 110 | rpc_num_old_logs: 5 |
| 111 | rpc_max_log_size_mb: 20 |
MK Ryu | 3e1de8b | 2015-05-27 16:47:10 -0700 | [diff] [blame] | 112 | # Transfer RPC logs to a RPC logging server |
| 113 | rpc_logserver: False |
mbligh | b86bfa1 | 2010-02-12 20:22:21 +0000 | [diff] [blame] | 114 | # Minimum amount of disk space required for AutoTest in GB |
Alexandru M Stan | 506b02a | 2015-09-28 12:02:48 -0700 | [diff] [blame] | 115 | gb_diskspace_required: 0.7 |
J. Richard Barnette | 4164d1d | 2014-12-02 17:52:33 -0800 | [diff] [blame] | 116 | # Minmum number of i-nodes for stateful, in 1000 i-node units. |
| 117 | kilo_inodes_required: 100 |
Paul Hobbs | aa7a15a | 2015-10-06 15:48:09 -0700 | [diff] [blame] | 118 | # Rialto has a small disk size, so reduce the required inodes for it. |
| 119 | # See https://code.google.com/p/chrome-os-partner/issues/detail?q=45875 |
| 120 | kilo_inodes_required_veyron_rialto: 55 |
| 121 | kilo_inodes_required_arkham: 50 |
| 122 | kilo_inodes_required_storm: 50 |
| 123 | kilo_inodes_required_whirlwind: 50 |
| 124 | |
Fang Deng | 6b05f5b | 2013-03-20 13:42:11 -0700 | [diff] [blame] | 125 | # Minimum amount of disk space required for encrypted stateful partition in GB |
| 126 | gb_encrypted_diskspace_required: 0.1 |
showard | b6a186f | 2009-09-11 18:45:54 +0000 | [diff] [blame] | 127 | # If for some reason you don't want to rely on the Mail Transport Agent |
| 128 | # installed on this machine, you can provide an SMTP server directly here. |
| 129 | # If none provided, defaults to 'localhost', which tries to use the MTA |
| 130 | # configured on the machine to send the messages. |
| 131 | smtp_server: |
| 132 | smtp_port: |
| 133 | smtp_user: |
| 134 | smtp_password: |
Dale Curtis | 74a314b | 2011-06-23 14:55:46 -0700 | [diff] [blame] | 135 | # Time in hours to wait before giving up on crash collection. |
| 136 | crash_collection_hours_to_wait: 0.001 |
mbligh | 104e9ce | 2008-03-11 22:01:44 +0000 | [diff] [blame] | 137 | |
Dan Shi | 7f0c183 | 2014-10-27 16:05:57 -0700 | [diff] [blame] | 138 | # If True, use autotest_server_db to verify the host before running services |
| 139 | # like scheduler, host-scheduler and suite-scheduler. |
| 140 | use_server_db: False |
| 141 | |
Fang Deng | a54a5fe | 2015-08-06 18:51:38 -0700 | [diff] [blame] | 142 | # Suite scheduler afe server |
| 143 | # If no specified, will default to [SERVER]: hostname |
| 144 | suite_scheduler_afe: |
| 145 | |
MK Ryu | 9152e85 | 2015-08-25 14:48:39 -0700 | [diff] [blame] | 146 | # AFE server connected to the master DB. |
| 147 | global_afe_hostname: cautotest |
| 148 | |
mbligh | c13a3b8 | 2008-03-11 22:14:57 +0000 | [diff] [blame] | 149 | [SCHEDULER] |
mbligh | 5fa9e11 | 2009-08-03 16:46:06 +0000 | [diff] [blame] | 150 | die_on_orphans: False |
showard | 5613c66 | 2009-06-08 23:30:33 +0000 | [diff] [blame] | 151 | enable_scheduler: True |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 152 | notify_email: chromeos-test-cron+cautotest@google.com |
beeps | dae65fd | 2013-07-26 16:24:41 -0700 | [diff] [blame] | 153 | notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 154 | notify_email_from: chromeos-autotest@google.com |
showard | c85c21b | 2008-11-24 22:17:37 +0000 | [diff] [blame] | 155 | notify_email_statuses: Completed,Failed,Aborted |
showard | 324bf81 | 2009-01-20 23:23:38 +0000 | [diff] [blame] | 156 | max_processes_per_drone: 1000 |
Fang Deng | 9a0c6c3 | 2013-09-04 15:34:55 -0700 | [diff] [blame] | 157 | max_processes_warning_threshold: 0.8 |
Scott Zawalski | 38428ef | 2012-07-10 15:29:10 -0400 | [diff] [blame] | 158 | max_parse_processes: 100 |
showard | 170873e | 2009-01-07 00:22:26 +0000 | [diff] [blame] | 159 | max_transfer_processes: 50 |
showard | 3bb499f | 2008-07-03 19:42:20 +0000 | [diff] [blame] | 160 | tick_pause_sec: 5 |
Shuqian Zhao | ce59fe5 | 2015-03-18 10:53:58 -0700 | [diff] [blame] | 161 | minimum_tick_sec: 0.5 |
Simran Basi | 3421702 | 2012-11-06 13:43:15 -0800 | [diff] [blame] | 162 | clean_interval_minutes: 5 |
Alex Miller | 5154560 | 2013-10-28 15:09:10 -0700 | [diff] [blame] | 163 | drones: SET IN SHADOW CONFIG |
showard | 170873e | 2009-01-07 00:22:26 +0000 | [diff] [blame] | 164 | drone_installation_directory: /usr/local/autotest |
| 165 | results_host: localhost |
showard | ac5b000 | 2009-10-19 18:34:00 +0000 | [diff] [blame] | 166 | results_host_installation_directory: |
showard | 7718256 | 2009-06-10 00:16:05 +0000 | [diff] [blame] | 167 | secs_to_wait_for_atomic_group_hosts: 600 |
showard | ec6a3b9 | 2009-09-25 20:29:13 +0000 | [diff] [blame] | 168 | pidfile_timeout_mins: 300 |
showard | 8d3dbca | 2009-09-25 20:29:38 +0000 | [diff] [blame] | 169 | max_pidfile_refreshes: 2000 |
showard | f13a9e2 | 2009-12-18 22:54:09 +0000 | [diff] [blame] | 170 | gc_stats_interval_mins: 360 |
showard | 8dbd05a | 2010-01-12 18:54:59 +0000 | [diff] [blame] | 171 | # set nonzero to enable periodic reverification of all dead hosts |
Scott Zawalski | 6c0ac97 | 2014-01-09 14:14:17 -0500 | [diff] [blame] | 172 | reverify_period_minutes: 30 |
| 173 | reverify_max_hosts_at_once: 30 |
jamesren | 76fcf19 | 2010-04-21 20:39:50 +0000 | [diff] [blame] | 174 | drone_sets_enabled: False |
| 175 | # default_drone_set_name: This is required if drone sets are enabled. |
| 176 | default_drone_set_name: |
Yu-Ju Hong | 52ce11d | 2012-08-01 17:55:48 -0700 | [diff] [blame] | 177 | # Disable archiving by default. |
| 178 | enable_archiving: False |
Simran Basi | cced309 | 2012-08-02 15:09:23 -0700 | [diff] [blame] | 179 | copy_task_results_back: False |
Simran Basi | 8f858d0 | 2012-08-03 15:28:55 -0700 | [diff] [blame] | 180 | copy_parse_log_back: False |
Simran Basi | 0ec94dd | 2012-08-28 09:50:10 -0700 | [diff] [blame] | 181 | tick_debug: True |
Simran Basi | def9287 | 2012-09-20 13:34:34 -0700 | [diff] [blame] | 182 | extra_debugging: False |
Scott Zawalski | 6c0ac97 | 2014-01-09 14:14:17 -0500 | [diff] [blame] | 183 | # max_repair_limit sets how many times a single HQE will go through |
| 184 | # repairing -> requeued -> fail -> repairing |
Alex Miller | a4a78ef | 2013-09-03 21:23:05 -0700 | [diff] [blame] | 185 | max_repair_limit: 2 |
Fang Deng | ebe5100 | 2015-02-25 16:38:08 -0800 | [diff] [blame] | 186 | max_provision_retries: 0 |
Prashanth B | 40d6f46 | 2014-06-17 14:42:03 -0700 | [diff] [blame] | 187 | drone_build_externals: False |
Prashanth B | f66d51b | 2014-05-06 12:42:25 -0700 | [diff] [blame] | 188 | inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION |
Simran Basi | cced309 | 2012-08-02 15:09:23 -0700 | [diff] [blame] | 189 | |
jadmanski | 55c7f33 | 2008-05-14 20:36:47 +0000 | [diff] [blame] | 190 | [HOSTS] |
| 191 | wait_up_processes: |
mbligh | dfc0d2a | 2008-07-11 21:26:47 +0000 | [diff] [blame] | 192 | default_protection: NO_PROTECTION |
Dale Curtis | cb7bfaf | 2011-06-07 16:21:57 -0700 | [diff] [blame] | 193 | # Time in seconds to wait for a machine to come back after reboot. |
Chris Sosa | b76e0ee | 2013-05-22 16:55:41 -0700 | [diff] [blame] | 194 | default_reboot_timeout: 240 |
Dale Curtis | cb7bfaf | 2011-06-07 16:21:57 -0700 | [diff] [blame] | 195 | # Time in seconds to wait for a machine to go down prior to reboot. |
Chris Sosa | b76e0ee | 2013-05-22 16:55:41 -0700 | [diff] [blame] | 196 | wait_down_reboot_timeout: 120 |
Dale Curtis | cb7bfaf | 2011-06-07 16:21:57 -0700 | [diff] [blame] | 197 | # Time in seconds to wait before generating a warning if a host has not gone |
| 198 | # down for reboot. |
| 199 | wait_down_reboot_warning: 30 |
| 200 | # Time in hours to wait for a host to recover after a down state. |
| 201 | hours_to_wait_for_recovery: 0.01 |
jadmanski | ede7e24 | 2009-08-10 15:43:33 +0000 | [diff] [blame] | 202 | |
mbligh | cb8cb33 | 2009-09-03 21:08:56 +0000 | [diff] [blame] | 203 | [AUTOSERV] |
mbligh | 55552bf | 2009-11-06 03:12:38 +0000 | [diff] [blame] | 204 | # Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and |
| 205 | # another one based on the python SSH library paramiko (paramiko). |
| 206 | # You can change the default 'raw_ssh' to 'paramiko' if you want to. |
| 207 | ssh_engine: raw_ssh |
mbligh | efccc1b | 2010-01-11 19:08:42 +0000 | [diff] [blame] | 208 | # Set to True to take advantage of OpenSSH-based connection sharing. This would |
| 209 | # have bigger performance impact when ssh_engine is 'raw_ssh'. |
Darin Petkov | 61e8788 | 2010-01-11 15:33:48 -0800 | [diff] [blame] | 210 | enable_master_ssh: True |
mbligh | 55552bf | 2009-11-06 03:12:38 +0000 | [diff] [blame] | 211 | # Autotest server operators *really should* set this to True, specially if |
| 212 | # using ssh_engine 'paramiko'. |
mbligh | cb8cb33 | 2009-09-03 21:08:56 +0000 | [diff] [blame] | 213 | require_atfork_module: False |
jadmanski | 0147196 | 2010-03-19 17:37:28 +0000 | [diff] [blame] | 214 | # Set to False to disable ssh-agent usage with paramiko |
| 215 | use_sshagent_with_paramiko: True |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 216 | enable_server_prebuild: False |
Eric Li | 4e4cd61 | 2010-04-07 12:49:10 -0700 | [diff] [blame] | 217 | |
jadmanski | ede7e24 | 2009-08-10 15:43:33 +0000 | [diff] [blame] | 218 | [PACKAGES] |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 219 | # in days |
| 220 | custom_max_age: 1 |
| 221 | # in Gigabyte |
Dale Curtis | 6ad3319 | 2011-07-06 18:04:50 -0700 | [diff] [blame] | 222 | minimum_free_space: 1 |
| 223 | serve_packages_from_autoserv: True |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 224 | |
| 225 | [CROS] |
Dan Shi | 6964fa5 | 2014-12-18 11:04:27 -0800 | [diff] [blame] | 226 | # If afe_stable_versions table does not have the stable version for a given |
| 227 | # board and there is no entry of board `DEFAULT`, following value defined in |
| 228 | # stable_cros_version will be used as the stable CrOS version. |
Dan Shi | 9f0b7bf | 2015-01-07 15:46:04 -0800 | [diff] [blame] | 229 | # Use `cli/atest stable_version` command to view or manage stable versions. |
| 230 | # WARNING! Edit following setting will NOT work if stable versions are stored |
| 231 | # in afe_stable_versions table already! |
Dan Shi | 8e031fc | 2015-10-21 14:04:04 -0700 | [diff] [blame] | 232 | stable_cros_version: R46-7390.59.0 |
Scott Zawalski | 89c44dd | 2013-02-26 09:28:02 -0500 | [diff] [blame] | 233 | stable_build_pattern: %s-release/%s |
Scott Zawalski | 20a9b58 | 2011-11-21 11:49:40 -0800 | [diff] [blame] | 234 | source_tree: /usr/local/google/chromeos |
Simran Basi | f3e305f | 2014-10-03 14:43:53 -0700 | [diff] [blame] | 235 | gs_offloading_enabled: True |
Chris Masone | fb08a77 | 2012-01-12 15:57:41 -0800 | [diff] [blame] | 236 | image_storage_server: gs://chromeos-image-archive/ |
J. Richard Barnette | ea78536 | 2014-03-17 16:00:53 -0700 | [diff] [blame] | 237 | results_storage_server: gs://chromeos-autotest-results/ |
Alex Miller | a950dc2 | 2014-02-04 17:04:39 -0800 | [diff] [blame] | 238 | # dev_server_hosts is the list of all servers running a devserver instance |
| 239 | # (regardless of CrashServer/ImageServer/etc.) that should be considered for |
| 240 | # monitoring/deploy actions. You should very likely keep this list in sync with |
| 241 | # `dev_server` and `crash_server` unless you're very temporarily pulling a |
| 242 | # server out of rotation. |
Prathmesh Prabhu | 1b4e262 | 2015-05-21 10:48:21 -0700 | [diff] [blame] | 243 | dev_server_hosts: chromeos-devserver1, chromeos-devserver2, chromeos-devserver3, chromeos-devserver4, chromeos-devserver5, chromeos-devserver6, chromeos-devserver7, chromeos-crash1, chromeos2-devserver6, chromeos2-devserver7, chromeos2-devserver5 |
Shuqian Zhao | fd997c7 | 2015-09-08 12:51:01 -0700 | [diff] [blame] | 244 | dev_server: http://172.17.40.27:8082, http://100.107.160.1:8082, http://100.107.160.2:8082, http://172.17.40.17:8082, http://172.17.40.20:8082, http://172.17.40.19:8082, http://100.107.160.3:8082, http://100.107.160.4:8082, http://172.17.40.22:8082, http://100.107.160.7:8082 |
beeps | e539be0 | 2013-07-31 21:57:39 -0700 | [diff] [blame] | 245 | canary_channel_server: gs://chromeos-releases/canary-channel/ |
Scott Zawalski | b9cc597 | 2012-10-15 17:25:18 -0400 | [diff] [blame] | 246 | # chromeos-crash1.cros |
Prathmesh Prabhu | 1b4e262 | 2015-05-21 10:48:21 -0700 | [diff] [blame] | 247 | crash_server: http://172.17.40.24:8082, http://100.107.160.5:8082, http://100.107.160.6:8082 |
Scott Zawalski | c50ce04 | 2012-04-17 13:01:31 -0400 | [diff] [blame] | 248 | sharding_factor: 1 |
Chris Sosa | 66dfb37 | 2013-01-29 16:36:19 -0800 | [diff] [blame] | 249 | infrastructure_user: chromeos-test |
Jakob Juelich | 24f22c2 | 2014-09-26 11:46:11 -0700 | [diff] [blame] | 250 | gs_offloader_use_rsync: False |
Chris Sosa | 24b3a02 | 2012-07-31 14:27:59 -0700 | [diff] [blame] | 251 | |
joychen | 03eaad9 | 2013-06-26 09:55:21 -0700 | [diff] [blame] | 252 | firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2 |
beeps | e539be0 | 2013-07-31 21:57:39 -0700 | [diff] [blame] | 253 | factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin |
beeps | 12c0a3c | 2013-09-03 11:58:27 -0700 | [diff] [blame] | 254 | factory_artifact: factory_image |
Vadim Bendebury | ab14bf1 | 2012-12-28 13:51:46 -0800 | [diff] [blame] | 255 | image_url_pattern: %s/update/%s |
| 256 | log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/ |
joychen | 03eaad9 | 2013-06-26 09:55:21 -0700 | [diff] [blame] | 257 | package_url_pattern: %s/static/%s/autotest/packages |
J. Richard Barnette | 8489539 | 2015-04-30 12:31:01 -0700 | [diff] [blame] | 258 | servo_board: beaglebone_servo |
Chris Sosa | 7d7b9eb | 2013-02-14 16:12:01 -0800 | [diff] [blame] | 259 | |
Mark Koudritsky | a724e9a | 2012-04-05 14:14:52 -0400 | [diff] [blame] | 260 | # Username and password for connecting to remote power control switches of |
| 261 | # the "Sentry Switched CDU" type |
| 262 | rpm_sentry_username: fake_user |
| 263 | rpm_sentry_password: fake_password |
Fang Deng | 4d6c98c | 2014-04-22 21:42:42 +0000 | [diff] [blame] | 264 | rpm_frontend_uri: http://chromeos-rpmserver1.cbf.corp.google.com:9999 |
Richard Barnette | 82c3591 | 2012-11-20 10:09:10 -0800 | [diff] [blame] | 265 | rpm_recovery_boards: stumpy,kiev |
Gilad Arnold | 0390108 | 2012-11-19 07:29:02 -0800 | [diff] [blame] | 266 | |
| 267 | # Path the devserver source tree, used for spawning devserver from autoserv in |
| 268 | # some of the tests. Please override in local shadow config file. |
| 269 | #devserver_dir: /path/to/src/platform/dev |
Simran Basi | 22aa9fe | 2012-12-07 16:37:09 -0800 | [diff] [blame] | 270 | |
| 271 | lab_status_url: http://chromiumos-lab.appspot.com/current?format=json |
| 272 | |
Prathmesh Prabhu | 052f838 | 2015-02-04 16:08:55 -0800 | [diff] [blame] | 273 | # statsd server feeding Graphite (swift-capsule-791 GCE project) |
| 274 | STATSD_SERVER: 146.148.70.158 |
Alex Miller | 7352b64 | 2013-03-11 15:26:57 -0700 | [diff] [blame] | 275 | STATSD_PORT: 8125 |
Scott Zawalski | c610c4d | 2013-02-06 15:11:21 -0500 | [diff] [blame] | 276 | |
Michael Liang | d2d294c | 2014-06-24 15:24:49 -0700 | [diff] [blame] | 277 | |
J. Richard Barnette | a82a12c | 2014-09-04 18:12:58 -0700 | [diff] [blame] | 278 | sam_instances: cautotest |
Alex Miller | b0b2d25 | 2014-06-25 17:17:01 -0700 | [diff] [blame] | 279 | test_instance: chromeos-autotest.cbf |
| 280 | extra_servers: chromeos-mcp |
| 281 | |
Michael Liang | d2d294c | 2014-06-24 15:24:49 -0700 | [diff] [blame] | 282 | # ES_HOST's hostname is chromeos-lab-graphite.cbf.corp.google.com |
Michael Liang | 17847ff | 2014-07-14 15:27:13 -0700 | [diff] [blame] | 283 | # This es server is used for testing purposes only. |
Michael Liang | d2d294c | 2014-06-24 15:24:49 -0700 | [diff] [blame] | 284 | ES_HOST: 172.25.61.45 |
| 285 | ES_PORT: 9200 |
| 286 | ES_UDP_PORT: 9700 |
| 287 | ES_USE_HTTP: False |
Michael Liang | d2d294c | 2014-06-24 15:24:49 -0700 | [diff] [blame] | 288 | |
Dan Shi | 567c8f0 | 2013-06-19 11:39:20 -0700 | [diff] [blame] | 289 | skip_devserver_health_check: True |
| 290 | |
Fang Deng | a10166a | 2015-08-02 21:11:40 -0700 | [diff] [blame] | 291 | # The swarming instance that will be used for golo proxy |
| 292 | swarming_proxy: |
| 293 | |
Dan Shi | 1b4c7c3 | 2015-10-05 10:38:57 -0700 | [diff] [blame] | 294 | # Limit the number of files in the result folder. |
| 295 | gs_offloader_limit_file_count: False |
Fang Deng | a10166a | 2015-08-02 21:11:40 -0700 | [diff] [blame] | 296 | |
beeps | 1ccbbb8 | 2013-02-21 20:35:01 -0800 | [diff] [blame] | 297 | [BUG_REPORTING] |
| 298 | gs_domain: https://storage.cloud.google.com/ |
| 299 | chromeos_image_archive: chromeos-image-archive/ |
| 300 | arg_prefix: ?arg= |
beeps | e0db09d | 2013-02-24 17:13:21 -0800 | [diff] [blame] | 301 | retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/ |
beeps | 1ccbbb8 | 2013-02-21 20:35:01 -0800 | [diff] [blame] | 302 | generic_results_bin: results/ |
| 303 | debug_dir: debug/ |
beeps | c4fb147 | 2013-05-08 21:49:48 -0700 | [diff] [blame] | 304 | buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/ |
beeps | 8fa9444 | 2013-03-10 18:38:43 -0700 | [diff] [blame] | 305 | build_prefix: build/ |
Prashanth B | 923ca26 | 2014-03-14 12:36:29 -0700 | [diff] [blame] | 306 | job_view = http://%s/afe/#tab_id=view_job&object_id=%s |
beeps | c4fb147 | 2013-05-08 21:49:48 -0700 | [diff] [blame] | 307 | tracker_url: https://code.google.com/p/chromium/issues/detail?id= |
beeps | 8fa9444 | 2013-03-10 18:38:43 -0700 | [diff] [blame] | 308 | gs_file_prefix: gs:// |
Keyar Hood | 8c35044 | 2013-08-08 17:59:46 -0700 | [diff] [blame] | 309 | chromium_email_address = @chromium.org |
beeps | 84e7bb4 | 2013-05-31 12:00:06 -0700 | [diff] [blame] | 310 | credentials: USE SHADOW CREDENTIALS |
Prashanth B | e2dcdf0 | 2014-03-02 16:34:59 -0800 | [diff] [blame] | 311 | client_id: USE SHADOW CLIENT_ID |
| 312 | client_secret: USE SHADOW CLIENT_SECRET |
| 313 | scope: USE SHADOW SCOPE |
Simran Basi | 7203d4e | 2015-02-03 15:50:18 -0800 | [diff] [blame] | 314 | wmatrix_retry_url: https://wmatrix.googleplex.com/retry_teststats/?days_back=30&tests=%s |
beeps | fda8f41 | 2013-05-02 19:08:20 -0700 | [diff] [blame] | 315 | |
| 316 | |
| 317 | [NOTIFICATIONS] |
| 318 | chromium_build_url: http://build.chromium.org/p/chromiumos/ |
| 319 | sheriffs: USE SHADOW SHERIFFS |
Fang Deng | 3197b39 | 2013-06-26 11:42:02 -0700 | [diff] [blame] | 320 | lab_sheriffs: USE SHADOW SHERIFFS |
Fang Deng | 2e19bcf | 2015-03-18 17:49:29 -0700 | [diff] [blame] | 321 | gmail_api_credentials: USE SHADOW GMAIL_API_CREDENTIALS |
Alex Miller | c7a5952 | 2013-10-30 15:18:57 -0700 | [diff] [blame] | 322 | |
| 323 | |
| 324 | [POOL_INSTANCE_SHARDING] |
| 325 | # Add a mapping of `pool_name: server` to your shadow config to have run_suite |
| 326 | # send all of the suites for pool to the specified server. |
Don Garrett | 8db752c | 2014-10-17 16:56:55 -0700 | [diff] [blame] | 327 | |
| 328 | [UPDATE_COMMANDS] |
| 329 | afe: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.AfeClient |
| 330 | apache: sudo service apache2 reload |
| 331 | build_externals: AUTOTEST_REPO/utils/build_externals.py |
| 332 | migrate: AUTOTEST_REPO/database/migrate.py sync |
| 333 | test_importer: AUTOTEST_REPO/utils/test_importer.py |
| 334 | tko: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.TkoClient |
| 335 | |
| 336 | # [UPDATE] |
| 337 | # Set this with command names that should run after every update. |
| 338 | # commands: build_externals test_importer etc |
| 339 | # Set this with service names that should be restarted after every update. |
| 340 | # services: |
Dan Shi | ff78f11 | 2015-06-12 13:34:02 -0700 | [diff] [blame] | 341 | |
| 342 | [SSP] |
| 343 | # Section for configuration needed for server-side packaging. |
| 344 | # User that runs the autoserv process in the host of the container. |
| 345 | # The user is passed to a container through global config file so a process |
| 346 | # running inside the container can use the same user to make RPC. |
Fang Deng | a54a5fe | 2015-08-06 18:51:38 -0700 | [diff] [blame] | 347 | user: |