blob: 5eaf92db6f3bab4d7a6b31d656cb956d8757f76c [file] [log] [blame]
mblighb090f142008-02-27 21:33:46 +00001[AUTOTEST_WEB]
Alex Millerd46c0a42013-02-22 12:41:58 -08002# IP == cautotest-mysql, see http://crosbug.com/38773
3# TODO(milleral): Switch back to DNS name when bug is fixed
Dan Shi4c36a292015-07-25 05:46:19 +00004# master db: chromeos-server25.mtv
5host: 172.24.26.45
Chris Sosab4d6caa2011-11-17 15:32:38 -08006database: chromeos_autotest_db
mblighb090f142008-02-27 21:33:46 +00007db_type: mysql
Mungyung Ryu3f8ba2e2015-08-19 19:24:38 +00008user: chromeosqa-admin
Scott Zawalski20a9b582011-11-21 11:49:40 -08009password: USE SHADOW PASSWORD
10job_timeout_default: 24
Simran Basi94dc0032013-11-12 14:09:46 -080011job_timeout_mins_default: 1440
Simran Basi34217022012-11-06 13:43:15 -080012job_max_runtime_mins_default: 1440
showarda1e74b32009-05-12 17:32:04 +000013parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000014# Only set this if your server is not 'http://[SERVER] hostname/afe/'
15#base_url: http://your_autotest_server/afe/
Alex Millerd46c0a42013-02-22 12:41:58 -080016# IP == cautotest-mysql, see http://crosbug.com/38773
Dan Shi4c36a292015-07-25 05:46:19 +000017readonly_host: 172.24.26.45
Chris Sosab4d6caa2011-11-17 15:32:38 -080018readonly_user: chromeosqa-read
19readonly_password: qyBM6kDu
showard250d84d2010-01-12 21:59:48 +000020query_timeout: 3600
21min_retry_delay: 20
22max_retry_delay: 60
23graph_cache_creation_timeout_minutes: 10
jamesren4a41e012010-07-16 22:33:48 +000024parameterized_jobs: False
Dale Curtis74a314b2011-06-23 14:55:46 -070025# 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 Zawalski20a9b582011-11-21 11:49:40 -080028template_debug_mode: True
Dale Curtis74a314b2011-06-23 14:55:46 -070029# 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.
33sql_debug_mode: False
showard250d84d2010-01-12 21:59:48 +000034
Fang Deng18699fe2015-12-04 16:40:27 -080035# Restricted user group. The users in the specified groups only have
36# access to master server. Will always direct them to google storage for logs
37# rather than drones or shards.
38restricted_groups: USE SHADOW RESTRICTED_GROUPS
39
Jakob Juelich475b82b2014-09-30 11:17:07 -070040# The tko parser will use these database settings.
41# This is for sharding: Even when sharding, the results (tko tables) should
42# still be written to the master database.
Jakob Juelich934f0dc2014-10-14 18:21:13 -070043global_db_host:
44global_db_database:
45global_db_type:
46global_db_user:
47global_db_password:
48global_db_query_timeout:
49global_db_min_retry_delay:
50global_db_max_retry_delay:
Jakob Juelich475b82b2014-09-30 11:17:07 -070051
Dan Shi7f0c1832014-10-27 16:05:57 -070052[AUTOTEST_SERVER_DB]
Dan Shi9a535c92014-11-24 08:52:40 -080053# Server database setting. Fall back to use AFE database settings.
Dan Shi7f0c1832014-10-27 16:05:57 -070054database: chromeos_lab_servers
55
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070056[SHARD]
Jakob Juelich8421d592014-09-17 15:27:06 -070057# If this is not None, the instance is considered a shard.
58# The value should be the hostname of the local shard.
59shard_hostname:
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070060heartbeat_pause_sec: 60
61
Dale Curtis74a314b2011-06-23 14:55:46 -070062[AUTOSERV]
63# Autotest potential install paths
Simran Basi263a9d32014-08-19 11:16:51 -070064client_autodir_paths: /usr/local/autotest,/usr/local/autodir
Dan Shia1ecd5c2013-06-06 11:21:31 -070065# White list of tests with run time measurement enabled.
Chris Masonea7dbfbc2014-02-06 14:24:22 -080066measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions
Alex Miller44ae9232014-06-20 17:24:25 -070067# Incrementally update TKO with the status as the test runs.
68incremental_tko_parsing: False
Jakob Jueliche497b552014-09-23 19:11:59 -070069# If True, autoserv won't interact with real devices.
70# It will sleep 10 seconds and then pass successfully.
71testing_mode: False
Dale Curtis74a314b2011-06-23 14:55:46 -070072
Dan Shi032bea72015-02-19 09:58:29 -080073# Directory stores LXC containers
74container_path: /usr/local/autotest/containers
Dan Shi0a7e4d62016-06-21 12:43:03 -070075
76# `container_base` is replaced by `container_base_folder_url` and `container_base_name`
77# The setting is kept for backwards compatibility reason.
78# Download link for base image of container.
Dan Shi032bea72015-02-19 09:58:29 -080079container_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz
Dan Shi0a7e4d62016-06-21 12:43:03 -070080
81# URL to tbe folder contains base container image.
82container_base_folder_url: http://storage.googleapis.com/abci-ssp/autotest-containers
83
84# Name of the base container.
85# `base` is the container with the smallest size, still used by MobLab.
86container_base_name: base
87
Dan Shi032bea72015-02-19 09:58:29 -080088# Enable server-side package using container
89# TODO(dshi): Change this to True after SSP via container is rolled out.
90enable_ssp_container: False
91
Dan Shiced09e42015-04-17 16:09:34 -070092# Minimum OS version that supports server side packaging. Older builds may
93# not have server side package built or with Autotest code change to support
94# server-side packaging.
95min_version_support_ssp: 6986
Dan Shi6450e142016-03-11 11:52:20 -080096min_launch_control_build_id_support_ssp: 2675445
Dan Shiced09e42015-04-17 16:09:34 -070097
Dan Shia06f3e22015-09-03 16:15:15 -070098# Set to True to allow servod to be started automatically in Moblab.
99auto_start_servod: False
100
Dan Shi02b41a22016-05-02 11:30:56 -0700101support_builds_arg_in_suite_job: True
102
lmr6d08b3c2009-11-18 19:26:38 +0000103[CLIENT]
Dan Shifeaf9082013-06-17 11:23:31 -0700104drop_caches: False
105drop_caches_between_iterations: False
Dale Curtis8adf7892011-09-08 16:13:36 -0700106# Specify an alternate location to store the test results
107#output_dir: /var/log/autotest/
108output_dir:
Derek Basehore072dfa52014-01-23 15:05:50 -0800109#wireless_ssid: SEE SHADOW CONFIG
110#wireless_password: SEE SHADOW CONFIG
111#wireless_security: SEE SHADOW CONFIG
Hung-ying Tyancbdd1982014-09-03 16:54:08 +0800112# The zone that all Chrome OS devices are in if they are in a lab.
113dns_zone: cros.corp.google.com
Ed Baker34fdca42015-06-01 09:06:06 -0700114# If necessary, specify a proxy for client downloads
115http_proxy:
116https_proxy:
jadmanski6f6afd12009-11-11 23:39:20 +0000117
Dan Shic0183712014-09-17 12:47:01 -0700118# Index to upload metadata to.
119metadata_index:
120
mbligh37eceaa2008-12-15 22:56:37 +0000121[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800122hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +0000123# Turn on RPC Logging
124rpc_logging: False
125# Note the user that is running the webserver has to be able to write
126# to the below directory/file otherwise the frontend will not work with logging
127rpc_log_path: /usr/local/autotest/logs/rpcserver.log
128# Number of old logs to keep around
129rpc_num_old_logs: 5
130rpc_max_log_size_mb: 20
MK Ryu3e1de8b2015-05-27 16:47:10 -0700131# Transfer RPC logs to a RPC logging server
132rpc_logserver: False
mblighb86bfa12010-02-12 20:22:21 +0000133# Minimum amount of disk space required for AutoTest in GB
Alexandru M Stan506b02a2015-09-28 12:02:48 -0700134gb_diskspace_required: 0.7
J. Richard Barnette4164d1d2014-12-02 17:52:33 -0800135# Minmum number of i-nodes for stateful, in 1000 i-node units.
136kilo_inodes_required: 100
Paul Hobbsaa7a15a2015-10-06 15:48:09 -0700137# Rialto has a small disk size, so reduce the required inodes for it.
138# See https://code.google.com/p/chrome-os-partner/issues/detail?q=45875
139kilo_inodes_required_veyron_rialto: 55
140kilo_inodes_required_arkham: 50
141kilo_inodes_required_storm: 50
142kilo_inodes_required_whirlwind: 50
143
Fang Deng6b05f5b2013-03-20 13:42:11 -0700144# Minimum amount of disk space required for encrypted stateful partition in GB
145gb_encrypted_diskspace_required: 0.1
showardb6a186f2009-09-11 18:45:54 +0000146# If for some reason you don't want to rely on the Mail Transport Agent
147# installed on this machine, you can provide an SMTP server directly here.
148# If none provided, defaults to 'localhost', which tries to use the MTA
149# configured on the machine to send the messages.
150smtp_server:
151smtp_port:
152smtp_user:
153smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -0700154# Time in hours to wait before giving up on crash collection.
155crash_collection_hours_to_wait: 0.001
mbligh104e9ce2008-03-11 22:01:44 +0000156
Dan Shi7f0c1832014-10-27 16:05:57 -0700157# If True, use autotest_server_db to verify the host before running services
158# like scheduler, host-scheduler and suite-scheduler.
159use_server_db: False
160
Fang Denga54a5fe2015-08-06 18:51:38 -0700161# Suite scheduler afe server
162# If no specified, will default to [SERVER]: hostname
163suite_scheduler_afe:
164
MK Ryu9152e852015-08-25 14:48:39 -0700165# AFE server connected to the master DB.
166global_afe_hostname: cautotest
167
Fang Dengf8a94e22015-12-07 13:39:13 -0800168# Credential directory where all credentials files should go. If not specified,
169# will look for credentils in autotest root dir.
170creds_dir:
171
mblighc13a3b82008-03-11 22:14:57 +0000172[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +0000173die_on_orphans: False
showard5613c662009-06-08 23:30:33 +0000174enable_scheduler: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800175notify_email: chromeos-test-cron+cautotest@google.com
beepsdae65fd2013-07-26 16:24:41 -0700176notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
Scott Zawalski20a9b582011-11-21 11:49:40 -0800177notify_email_from: chromeos-autotest@google.com
showardc85c21b2008-11-24 22:17:37 +0000178notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +0000179max_processes_per_drone: 1000
Fang Deng9a0c6c32013-09-04 15:34:55 -0700180max_processes_warning_threshold: 0.8
Scott Zawalski38428ef2012-07-10 15:29:10 -0400181max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +0000182max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +0000183tick_pause_sec: 5
Shuqian Zhaoce59fe52015-03-18 10:53:58 -0700184minimum_tick_sec: 0.5
Simran Basi34217022012-11-06 13:43:15 -0800185clean_interval_minutes: 5
Alex Miller51545602013-10-28 15:09:10 -0700186drones: SET IN SHADOW CONFIG
showard170873e2009-01-07 00:22:26 +0000187drone_installation_directory: /usr/local/autotest
188results_host: localhost
showardac5b0002009-10-19 18:34:00 +0000189results_host_installation_directory:
showard77182562009-06-10 00:16:05 +0000190secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +0000191pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +0000192max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +0000193gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +0000194# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500195reverify_period_minutes: 30
196reverify_max_hosts_at_once: 30
jamesren76fcf192010-04-21 20:39:50 +0000197drone_sets_enabled: False
198# default_drone_set_name: This is required if drone sets are enabled.
199default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -0700200# Disable archiving by default.
201enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -0700202copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -0700203copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -0700204tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -0700205extra_debugging: False
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500206# max_repair_limit sets how many times a single HQE will go through
207# repairing -> requeued -> fail -> repairing
Alex Millera4a78ef2013-09-03 21:23:05 -0700208max_repair_limit: 2
Fang Dengebe51002015-02-25 16:38:08 -0800209max_provision_retries: 0
Prashanth B40d6f462014-06-17 14:42:03 -0700210drone_build_externals: False
Prashanth Bf66d51b2014-05-06 12:42:25 -0700211inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION
MK Ryu7911ad52015-12-18 11:40:04 -0800212# If True, the drone manager creates a thread for each drone.
213# Otherwise, drones are handled in a single thread.
214threaded_drone_manager: True
Simran Basicced3092012-08-02 15:09:23 -0700215
jadmanski55c7f332008-05-14 20:36:47 +0000216[HOSTS]
217wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000218default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700219# Time in seconds to wait for a machine to come back after reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700220default_reboot_timeout: 240
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700221# Time in seconds to wait for a machine to go down prior to reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700222wait_down_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700223# Time in seconds to wait before generating a warning if a host has not gone
224# down for reboot.
225wait_down_reboot_warning: 30
226# Time in hours to wait for a host to recover after a down state.
227hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000228
mblighcb8cb332009-09-03 21:08:56 +0000229[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +0000230# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
231# another one based on the python SSH library paramiko (paramiko).
232# You can change the default 'raw_ssh' to 'paramiko' if you want to.
233ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +0000234# Set to True to take advantage of OpenSSH-based connection sharing. This would
235# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800236enable_master_ssh: True
mbligh55552bf2009-11-06 03:12:38 +0000237# Autotest server operators *really should* set this to True, specially if
238# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000239require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000240# Set to False to disable ssh-agent usage with paramiko
241use_sshagent_with_paramiko: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800242enable_server_prebuild: False
Eric Li4e4cd612010-04-07 12:49:10 -0700243
jadmanskiede7e242009-08-10 15:43:33 +0000244[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800245# in days
246custom_max_age: 1
247# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700248minimum_free_space: 1
249serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800250
251[CROS]
Dan Shi6964fa52014-12-18 11:04:27 -0800252# If afe_stable_versions table does not have the stable version for a given
253# board and there is no entry of board `DEFAULT`, following value defined in
254# stable_cros_version will be used as the stable CrOS version.
Dan Shi9f0b7bf2015-01-07 15:46:04 -0800255# Use `cli/atest stable_version` command to view or manage stable versions.
256# WARNING! Edit following setting will NOT work if stable versions are stored
257# in afe_stable_versions table already!
Simran Basic882fe22016-03-04 11:01:46 -0800258stable_cros_version: R49-7834.42.0
Scott Zawalski89c44dd2013-02-26 09:28:02 -0500259stable_build_pattern: %s-release/%s
Scott Zawalski20a9b582011-11-21 11:49:40 -0800260source_tree: /usr/local/google/chromeos
Simran Basif3e305f2014-10-03 14:43:53 -0700261gs_offloading_enabled: True
Chris Masonefb08a772012-01-12 15:57:41 -0800262image_storage_server: gs://chromeos-image-archive/
J. Richard Barnetteea785362014-03-17 16:00:53 -0700263results_storage_server: gs://chromeos-autotest-results/
Ningning Xia42111242016-06-15 14:35:58 -0700264cts_results_server: gs://chromeos-cts-results/
Alex Millera950dc22014-02-04 17:04:39 -0800265# dev_server_hosts is the list of all servers running a devserver instance
266# (regardless of CrashServer/ImageServer/etc.) that should be considered for
267# monitoring/deploy actions. You should very likely keep this list in sync with
268# `dev_server` and `crash_server` unless you're very temporarily pulling a
269# server out of rotation.
Prathmesh Prabhu1b4e2622015-05-21 10:48:21 -0700270dev_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 Zhaofd997c72015-09-08 12:51:01 -0700271dev_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
beepse539be02013-07-31 21:57:39 -0700272canary_channel_server: gs://chromeos-releases/canary-channel/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400273# chromeos-crash1.cros
Kevin Cheng3d857d32016-05-25 10:24:20 -0700274crash_server: http://172.17.40.24:8082, http://100.107.160.6:8082, http://100.107.160.5:8082
Scott Zawalskic50ce042012-04-17 13:01:31 -0400275sharding_factor: 1
Chris Sosa66dfb372013-01-29 16:36:19 -0800276infrastructure_user: chromeos-test
Jakob Juelich24f22c22014-09-26 11:46:11 -0700277gs_offloader_use_rsync: False
Michael Tang0df2eb42016-05-13 19:06:54 -0700278gs_offloader_multiprocessing: False
Chris Sosa24b3a022012-07-31 14:27:59 -0700279
Dan Shi5563b772015-11-12 00:55:40 -0800280# Naming convention of Android build.
Dan Shiba943532015-12-03 08:58:00 -0800281android_build_name_pattern: %\(branch\)s/%\(target\)s/%\(build_id\)s
Dan Shi5563b772015-11-12 00:55:40 -0800282
joychen03eaad92013-06-26 09:55:21 -0700283firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2
beepse539be02013-07-31 21:57:39 -0700284factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin
beeps12c0a3c2013-09-03 11:58:27 -0700285factory_artifact: factory_image
Vadim Bendeburyab14bf12012-12-28 13:51:46 -0800286image_url_pattern: %s/update/%s
287log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/
joychen03eaad92013-06-26 09:55:21 -0700288package_url_pattern: %s/static/%s/autotest/packages
J. Richard Barnette84895392015-04-30 12:31:01 -0700289servo_board: beaglebone_servo
Chris Sosa7d7b9eb2013-02-14 16:12:01 -0800290
Tom Wai-Hong Tam316eca52016-04-05 02:56:48 +0800291# TODO: Remove these released RO builds once they are migrated to Goldeneye.
292# Released RO builds for running FAFT to qualify an AU firmware in which the
293# RW portion comes from the latest build and the RO portion comes these builds.
294# Each value is a comma-separated list. The most recent build is on the left.
295RELEASED_RO_BUILDS_auron_paine: auron_paine-firmware/R39-6301.58.6
296RELEASED_RO_BUILDS_auron_yuna: auron_yuna-firmware/R39-6301.59.5
297RELEASED_RO_BUILDS_banjo: banjo-firmware/R34-5216.334.4
298RELEASED_RO_BUILDS_buddy: buddy-firmware/R39-6301.202.5
299RELEASED_RO_BUILDS_candy: candy-firmware/R34-5216.310.1
300RELEASED_RO_BUILDS_celes: celes-firmware/R46-7287.92.3
301RELEASED_RO_BUILDS_cyan: cyan-firmware/R46-7287.57.32,cyan-firmware/R46-7287.57.25
302RELEASED_RO_BUILDS_gandof: gandof-firmware/R39-6301.155.9
303RELEASED_RO_BUILDS_gnawty: gnawty-firmware/R34-5216.239.34,gnawty-firmware/R34-5216.239.16
304RELEASED_RO_BUILDS_guado: guado-firmware/R39-6301.108.4
305RELEASED_RO_BUILDS_heli: heli-firmware/R34-5216.392.4
306RELEASED_RO_BUILDS_lulu: lulu-firmware/R39-6301.136.39,lulu-firmware/R39-6301.136.16
307RELEASED_RO_BUILDS_mccloud: mccloud-firmware/R36-5827.14.0
308RELEASED_RO_BUILDS_ninja: ninja-firmware/R34-5216.383.7
309RELEASED_RO_BUILDS_orco: orco-firmware/R34-5216.362.7
310RELEASED_RO_BUILDS_panther: panther-firmware/R32-4920.24.26
311RELEASED_RO_BUILDS_rikku: rikku-firmware/R39-6301.110.4
312RELEASED_RO_BUILDS_samus: samus-firmware/R39-6300.102.0,samus-firmware/R39-6300.90.0
313RELEASED_RO_BUILDS_squawks: squawks-firmware/R34-5216.152.22,squawks-firmware/R34-5216.152.21,squawks-firmware/R34-5216.152.17
314RELEASED_RO_BUILDS_tricky: tricky-firmware/R36-5829.12.0
315RELEASED_RO_BUILDS_veyron_jaq: veyron_jaq-firmware/R41-6588.160.0,veyron_jaq-firmware/R41-6588.92.0,veyron_jaq-firmware/R41-6588.44.0
316RELEASED_RO_BUILDS_veyron_jerry: veyron_jerry-firmware/R41-6588.160.0,veyron_jerry-firmware/R41-6588.92.0,veyron_jerry-firmware/R41-6588.40.0
317RELEASED_RO_BUILDS_veyron_mickey: veyron_mickey-firmware/R41-6588.168.0,veyron_mickey-firmware/R41-6588.159.0
318RELEASED_RO_BUILDS_veyron_mighty: veyron_mighty-firmware/R41-6588.160.0,veyron_mighty-firmware/R41-6588.97.0,veyron_mighty-firmware/R41-6588.51.0
319RELEASED_RO_BUILDS_veyron_minnie: veyron_minnie-firmware/R41-6588.160.0,veyron_minnie-firmware/R41-6588.92.0
320RELEASED_RO_BUILDS_veyron_speedy: veyron_speedy-firmware/R41-6588.160.0,veyron_speedy-firmware/R41-6588.92.0,veyron_speedy-firmware/R41-6588.55.0
321RELEASED_RO_BUILDS_wolf: wolf-firmware/R30-4389.24.62,wolf-firmware/R30-4389.24.58,wolf-firmware/R30-4389.24.39
322
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400323# Username and password for connecting to remote power control switches of
324# the "Sentry Switched CDU" type
325rpm_sentry_username: fake_user
326rpm_sentry_password: fake_password
Dan Shib3fcb7d2016-04-12 09:56:02 -0700327rpm_frontend_uri: http://chromeos-rpmserver2.cbf.corp.google.com:9999
Richard Barnette82c35912012-11-20 10:09:10 -0800328rpm_recovery_boards: stumpy,kiev
Gilad Arnold03901082012-11-19 07:29:02 -0800329
330# Path the devserver source tree, used for spawning devserver from autoserv in
331# some of the tests. Please override in local shadow config file.
332#devserver_dir: /path/to/src/platform/dev
Simran Basi22aa9fe2012-12-07 16:37:09 -0800333
334lab_status_url: http://chromiumos-lab.appspot.com/current?format=json
335
Prathmesh Prabhu052f8382015-02-04 16:08:55 -0800336# statsd server feeding Graphite (swift-capsule-791 GCE project)
337STATSD_SERVER: 146.148.70.158
Alex Miller7352b642013-03-11 15:26:57 -0700338STATSD_PORT: 8125
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500339
Michael Liangd2d294c2014-06-24 15:24:49 -0700340
J. Richard Barnettea82a12c2014-09-04 18:12:58 -0700341sam_instances: cautotest
Alex Millerb0b2d252014-06-25 17:17:01 -0700342test_instance: chromeos-autotest.cbf
343extra_servers: chromeos-mcp
344
Dan Shidca49662016-02-17 21:41:47 -0800345# ES_HOST's hostname is chromeos-metadb-test.cbf.corp.google.com
Michael Liang17847ff2014-07-14 15:27:13 -0700346# This es server is used for testing purposes only.
Dan Shidca49662016-02-17 21:41:47 -0800347ES_HOST: 172.25.65.90
Michael Liangd2d294c2014-06-24 15:24:49 -0700348ES_PORT: 9200
349ES_UDP_PORT: 9700
350ES_USE_HTTP: False
Michael Liangd2d294c2014-06-24 15:24:49 -0700351
Dan Shi567c8f02013-06-19 11:39:20 -0700352skip_devserver_health_check: True
353
Fang Denga10166a2015-08-02 21:11:40 -0700354# The swarming instance that will be used for golo proxy
355swarming_proxy:
356
Dan Shi1b4c7c32015-10-05 10:38:57 -0700357# Limit the number of files in the result folder.
358gs_offloader_limit_file_count: False
Fang Denga10166a2015-08-02 21:11:40 -0700359
Dan Shi3d7a0e12015-10-12 11:55:45 -0700360# A list of pools that allow to be repaired using firmware repair.
Tom Wai-Hong Tam2f68a2d2016-01-20 03:35:30 +0800361pools_support_firmware_repair: faft-test,faft-test-tot,faft-test-experiment
Dan Shi3d7a0e12015-10-12 11:55:45 -0700362
Dan Shi5e8fa182016-04-15 11:04:36 -0700363# A list of restricted subnets, in the format of ip/mask_bits, e.g., 10.0.0.1/24
Dan Shi216389c2015-12-22 11:03:06 -0800364restricted_subnets:
365
Dan Shi01b28a62016-04-18 00:24:42 -0700366# Flags to enable/disable drone election in resctricted subnet.
Dan Shie6803232016-01-19 17:30:20 -0800367enable_drone_in_restricted_subnet: False
Dan Shie6803232016-01-19 17:30:20 -0800368
Dan Shia28f62f2016-01-14 20:26:02 -0800369# Set to True for test to prefer devserver in the same subnet.
370prefer_local_devserver: False
371
xixuan6cf6d2f2016-01-29 15:29:00 -0800372# Flags to enable/disable SSH tunnel connection for servo host.
373enable_ssh_tunnel_for_servo: False
374
375# Flags to enable/disable SSH tunnel connection for chameleon host.
376enable_ssh_tunnel_for_chameleon: False
377
xixuan9e2c98d2016-02-26 19:04:53 -0800378# Flags to enable/disable SSH connection for devserver.
379enable_ssh_connection_for_devserver: False
380
xixuan10ce09c2016-03-08 20:00:13 -0800381# Flags to enable/disable SSH tunnel connection for moblab host.
382enable_ssh_tunnel_for_moblab: False
383
xixuan0f7755d2016-04-18 14:49:12 -0700384# Flags to enable/disable get control file contents in batch.
385enable_getting_controls_in_batch: False
386
Kevin Cheng80ad5732016-03-31 16:01:56 -0700387# File for hwid key.
388HWID_KEY: no_hwid_labels
389
beeps1ccbbb82013-02-21 20:35:01 -0800390[BUG_REPORTING]
391gs_domain: https://storage.cloud.google.com/
392chromeos_image_archive: chromeos-image-archive/
393arg_prefix: ?arg=
beepse0db09d2013-02-24 17:13:21 -0800394retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/
beeps1ccbbb82013-02-21 20:35:01 -0800395generic_results_bin: results/
396debug_dir: debug/
beepsc4fb1472013-05-08 21:49:48 -0700397buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/
beeps8fa94442013-03-10 18:38:43 -0700398build_prefix: build/
Prashanth B923ca262014-03-14 12:36:29 -0700399job_view = http://%s/afe/#tab_id=view_job&object_id=%s
beepsc4fb1472013-05-08 21:49:48 -0700400tracker_url: https://code.google.com/p/chromium/issues/detail?id=
beeps8fa94442013-03-10 18:38:43 -0700401gs_file_prefix: gs://
Keyar Hood8c350442013-08-08 17:59:46 -0700402chromium_email_address = @chromium.org
beeps84e7bb42013-05-31 12:00:06 -0700403credentials: USE SHADOW CREDENTIALS
Shuqian Zhao29d74e02016-02-17 16:28:31 -0800404monorail_server:
Prashanth Be2dcdf02014-03-02 16:34:59 -0800405client_id: USE SHADOW CLIENT_ID
406client_secret: USE SHADOW CLIENT_SECRET
407scope: USE SHADOW SCOPE
Simran Basi7203d4e2015-02-03 15:50:18 -0800408wmatrix_retry_url: https://wmatrix.googleplex.com/retry_teststats/?days_back=30&tests=%s
Shuqian Zhao064eca02016-04-26 10:27:43 -0700409wmatrix_test_history_url: https://wmatrix.googleplex.com/unfiltered?hide_missing=True&tests=%s
beepsfda8f412013-05-02 19:08:20 -0700410
411
412[NOTIFICATIONS]
413chromium_build_url: http://build.chromium.org/p/chromiumos/
414sheriffs: USE SHADOW SHERIFFS
Fang Deng3197b392013-06-26 11:42:02 -0700415lab_sheriffs: USE SHADOW SHERIFFS
Fang Dengf8a94e22015-12-07 13:39:13 -0800416gmail_api_credentials:
417gmail_api_credentials_test_failure:
Alex Millerc7a59522013-10-30 15:18:57 -0700418
419
420[POOL_INSTANCE_SHARDING]
421# Add a mapping of `pool_name: server` to your shadow config to have run_suite
422# send all of the suites for pool to the specified server.
Don Garrett8db752c2014-10-17 16:56:55 -0700423
424[UPDATE_COMMANDS]
425afe: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.AfeClient
426apache: sudo service apache2 reload
427build_externals: AUTOTEST_REPO/utils/build_externals.py
428migrate: AUTOTEST_REPO/database/migrate.py sync
429test_importer: AUTOTEST_REPO/utils/test_importer.py
430tko: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.TkoClient
431
432# [UPDATE]
433# Set this with command names that should run after every update.
434# commands: build_externals test_importer etc
435# Set this with service names that should be restarted after every update.
436# services:
Dan Shiff78f112015-06-12 13:34:02 -0700437
438[SSP]
439# Section for configuration needed for server-side packaging.
440# User that runs the autoserv process in the host of the container.
441# The user is passed to a container through global config file so a process
442# running inside the container can use the same user to make RPC.
Fang Denga54a5fe2015-08-06 18:51:38 -0700443user:
Simran Basi77650d92015-10-29 15:14:49 -0700444
445[ACTS]
446# Section for ACTS configuration.
447acts_config_folder:
Simran Basi5ace6f22016-01-06 17:30:44 -0800448
449[ANDROID]
450image_url_pattern: %s/static/%s
Simran Basibeb2bb22016-02-03 15:25:48 -0800451stable_version_dragonboard: git_mnc-brillo-dev/dragonboard-userdebug/2512766
Ralph Nathan08ac4722016-06-15 17:37:57 -0700452stable_version_edison: git_nyc-jaqen-dev/jaqen_edison-userdebug/2979181
Dan Shi6450e142016-03-11 11:52:20 -0800453package_url_pattern: %s/static/%s