blob: f91b9a2ca904241c4adcb4606409f1ce7ee45da7 [file] [log] [blame]
mblighb090f142008-02-27 21:33:46 +00001[AUTOTEST_WEB]
Prathmesh Prabhu11731c92018-02-22 13:12:43 -08002host: localhost
Chris Sosab4d6caa2011-11-17 15:32:38 -08003database: chromeos_autotest_db
mblighb090f142008-02-27 21:33:46 +00004db_type: mysql
Mungyung Ryu3f8ba2e2015-08-19 19:24:38 +00005user: chromeosqa-admin
Scott Zawalski20a9b582011-11-21 11:49:40 -08006password: USE SHADOW PASSWORD
Aviv Keshetfcdd5ce2018-10-10 14:42:22 -07007job_timeout_default: 6
8job_timeout_mins_default: 360
9job_max_runtime_mins_default: 360
showarda1e74b32009-05-12 17:32:04 +000010parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000011# Only set this if your server is not 'http://[SERVER] hostname/afe/'
12#base_url: http://your_autotest_server/afe/
Prathmesh Prabhu11731c92018-02-22 13:12:43 -080013readonly_host: localhost
Chris Sosab4d6caa2011-11-17 15:32:38 -080014readonly_user: chromeosqa-read
Jacob Kopczynski2100c472018-05-09 17:51:45 -070015readonly_password:
showard250d84d2010-01-12 21:59:48 +000016query_timeout: 3600
17min_retry_delay: 20
18max_retry_delay: 60
19graph_cache_creation_timeout_minutes: 10
Dale Curtis74a314b2011-06-23 14:55:46 -070020# Whether to enable django template debug mode. If this is set to True, all
21# django errors will be wrapped in a nice debug page with detailed environment
22# and stack trace info. Turned off by default.
Scott Zawalski20a9b582011-11-21 11:49:40 -080023template_debug_mode: True
Dale Curtis74a314b2011-06-23 14:55:46 -070024# Whether to enable django SQL debug mode. If this is set to True, all
25# queries performed by the Object Relational Mapper subsystem will be printed,
26# which means the scheduler logs will contains all the queries executed. This
27# is too much verbosity for 'production' systems, hence turned off by default.
28sql_debug_mode: False
Richard Barnette53da1112018-08-10 15:36:42 -070029stainless_url: https://stainless.corp.google.com
showard250d84d2010-01-12 21:59:48 +000030
Jacob Kopczynski348f0c72018-03-19 17:49:58 -070031# Servers that should use the readonly slaves for heartbeat. Not shards.
32readonly_heartbeat: False
Jacob Kopczynski592cbd62018-05-22 13:48:36 -070033# Whether to check the master if the slave returns no results.
34heartbeat_fall_back_to_master: False
Jacob Kopczynskid6a5e912018-03-01 09:52:34 -080035
Fang Deng18699fe2015-12-04 16:40:27 -080036# Restricted user group. The users in the specified groups only have
37# access to master server. Will always direct them to google storage for logs
38# rather than drones or shards.
39restricted_groups: USE SHADOW RESTRICTED_GROUPS
40
Jakob Juelich475b82b2014-09-30 11:17:07 -070041# The tko parser will use these database settings.
42# This is for sharding: Even when sharding, the results (tko tables) should
43# still be written to the master database.
Jakob Juelich934f0dc2014-10-14 18:21:13 -070044global_db_host:
45global_db_database:
46global_db_type:
47global_db_user:
48global_db_password:
49global_db_query_timeout:
50global_db_min_retry_delay:
51global_db_max_retry_delay:
Jakob Juelich475b82b2014-09-30 11:17:07 -070052
Dan Shi7f0c1832014-10-27 16:05:57 -070053[AUTOTEST_SERVER_DB]
Dan Shi9a535c92014-11-24 08:52:40 -080054# Server database setting. Fall back to use AFE database settings.
Dan Shi7f0c1832014-10-27 16:05:57 -070055database: chromeos_lab_servers
56
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070057[SHARD]
Jakob Juelich8421d592014-09-17 15:27:06 -070058# If this is not None, the instance is considered a shard.
59# The value should be the hostname of the local shard.
60shard_hostname:
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070061heartbeat_pause_sec: 60
62
Dale Curtis74a314b2011-06-23 14:55:46 -070063[AUTOSERV]
64# Autotest potential install paths
Simran Basi263a9d32014-08-19 11:16:51 -070065client_autodir_paths: /usr/local/autotest,/usr/local/autodir
Dan Shia1ecd5c2013-06-06 11:21:31 -070066# White list of tests with run time measurement enabled.
Chris Masonea7dbfbc2014-02-06 14:24:22 -080067measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions
Michael Tangc89efa72017-08-03 14:27:10 -070068
69# Don't export tko job information to disk file.
70export_tko_job_to_file: False
Jakob Jueliche497b552014-09-23 19:11:59 -070071# If True, autoserv won't interact with real devices.
72# It will sleep 10 seconds and then pass successfully.
73testing_mode: False
Dale Curtis74a314b2011-06-23 14:55:46 -070074
Dan Shi032bea72015-02-19 09:58:29 -080075# Directory stores LXC containers
76container_path: /usr/local/autotest/containers
Ben Kwac0ce5452017-07-12 12:12:46 +080077# Shared mount point for host mounts for LXC containers.
78container_shared_host_path: /usr/local/autotest/containers/host
Dan Shi0a7e4d62016-06-21 12:43:03 -070079
80# `container_base` is replaced by `container_base_folder_url` and `container_base_name`
81# The setting is kept for backwards compatibility reason.
82# Download link for base image of container.
Dan Shi032bea72015-02-19 09:58:29 -080083container_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz
Dan Shi0a7e4d62016-06-21 12:43:03 -070084
85# URL to tbe folder contains base container image.
Keith Haddow6773fe92018-06-21 12:49:44 -070086container_base_folder_url: https://storage.googleapis.com/abci-ssp/autotest-containers
Dan Shi0a7e4d62016-06-21 12:43:03 -070087
88# Name of the base container.
89# `base` is the container with the smallest size, still used by MobLab.
90container_base_name: base
91
Dan Shi032bea72015-02-19 09:58:29 -080092# Enable server-side package using container
93# TODO(dshi): Change this to True after SSP via container is rolled out.
94enable_ssp_container: False
95
Dan Shiced09e42015-04-17 16:09:34 -070096# Minimum OS version that supports server side packaging. Older builds may
97# not have server side package built or with Autotest code change to support
98# server-side packaging.
99min_version_support_ssp: 6986
Dan Shi6450e142016-03-11 11:52:20 -0800100min_launch_control_build_id_support_ssp: 2675445
Dan Shiced09e42015-04-17 16:09:34 -0700101
Dan Shia06f3e22015-09-03 16:15:15 -0700102# Set to True to allow servod to be started automatically in Moblab.
103auto_start_servod: False
104
Dan Shif53d1262017-06-19 11:25:25 -0700105# Enable test result throttling.
106enable_result_throttling: False
107# Default maximum test result size in KB.
108default_max_result_size_KB: 20000
109
lmr6d08b3c2009-11-18 19:26:38 +0000110[CLIENT]
Dan Shifeaf9082013-06-17 11:23:31 -0700111drop_caches: False
112drop_caches_between_iterations: False
Dale Curtis8adf7892011-09-08 16:13:36 -0700113# Specify an alternate location to store the test results
114#output_dir: /var/log/autotest/
115output_dir:
Derek Basehore072dfa52014-01-23 15:05:50 -0800116#wireless_ssid: SEE SHADOW CONFIG
117#wireless_password: SEE SHADOW CONFIG
118#wireless_security: SEE SHADOW CONFIG
Hung-ying Tyancbdd1982014-09-03 16:54:08 +0800119# The zone that all Chrome OS devices are in if they are in a lab.
120dns_zone: cros.corp.google.com
Ed Baker34fdca42015-06-01 09:06:06 -0700121# If necessary, specify a proxy for client downloads
122http_proxy:
123https_proxy:
jadmanski6f6afd12009-11-11 23:39:20 +0000124
Benny Peakee8838cf2017-02-10 14:51:02 -0800125android_board_name_bat:bat_land
126android_board_name_dragon:ryu
127android_board_name_flo:razor
128android_board_name_flo_lte:razorg
129android_board_name_gm4g_sprout:seed_l8150
130android_board_name_flounder:volantis
Benny Peakefa01d692017-05-16 15:11:03 -0700131android_board_name_flounder_lte:volantis
Benny Peakee8838cf2017-02-10 14:51:02 -0800132
Benny Peake03ef2382017-01-03 14:37:10 -0800133android_artifacts_volantis:bootloader_image,zip_images
134android_standalone_images_volantis:bootloader.img
Dan Shic0183712014-09-17 12:47:01 -0700135
Benny Peake1e9b76c2017-01-18 16:36:19 -0800136android_artifacts_bat_land:zip_images
Benny Peake48ecfe72017-01-24 12:43:57 -0800137android_standalone_images_bat_land:
Benny Peake6ff1d952017-01-31 12:58:50 -0800138android_zipped_images_bat_land:boot.img,system.img,cache.img,userdata.img
Benny Peake1e9b76c2017-01-18 16:36:19 -0800139
Prathmesh Prabhu02163aa2017-12-12 19:13:21 -0800140# If set, sso_client is used from client tools to access AFE/TKO RPC servers.
141# This is needed to access AFE via uberproxy endpoints.
142# Cf b/32303896: Direct HTTP access to lab servers will soon no longer be
143# possible from developer workstations. They must instead use the uberproxy
144# endpoints (with this feature enabled).
145# ** This should never be set for communication within the lab. **
146use_sso_client: False
147
mbligh37eceaa2008-12-15 22:56:37 +0000148[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800149hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +0000150# Turn on RPC Logging
151rpc_logging: False
152# Note the user that is running the webserver has to be able to write
153# to the below directory/file otherwise the frontend will not work with logging
154rpc_log_path: /usr/local/autotest/logs/rpcserver.log
155# Number of old logs to keep around
156rpc_num_old_logs: 5
157rpc_max_log_size_mb: 20
MK Ryu3e1de8b2015-05-27 16:47:10 -0700158# Transfer RPC logs to a RPC logging server
159rpc_logserver: False
mblighb86bfa12010-02-12 20:22:21 +0000160# Minimum amount of disk space required for AutoTest in GB
Alexandru M Stan506b02a2015-09-28 12:02:48 -0700161gb_diskspace_required: 0.7
J. Richard Barnette4164d1d2014-12-02 17:52:33 -0800162# Minmum number of i-nodes for stateful, in 1000 i-node units.
163kilo_inodes_required: 100
Paul Hobbsaa7a15a2015-10-06 15:48:09 -0700164# Rialto has a small disk size, so reduce the required inodes for it.
165# See https://code.google.com/p/chrome-os-partner/issues/detail?q=45875
166kilo_inodes_required_veyron_rialto: 55
167kilo_inodes_required_arkham: 50
Roopesh Rai58c62e82019-03-20 17:28:51 -0700168kilo_inodes_required_mistral: 50
Paul Hobbsaa7a15a2015-10-06 15:48:09 -0700169kilo_inodes_required_storm: 50
170kilo_inodes_required_whirlwind: 50
171
Fang Deng6b05f5b2013-03-20 13:42:11 -0700172# Minimum amount of disk space required for encrypted stateful partition in GB
173gb_encrypted_diskspace_required: 0.1
showardb6a186f2009-09-11 18:45:54 +0000174# If for some reason you don't want to rely on the Mail Transport Agent
175# installed on this machine, you can provide an SMTP server directly here.
176# If none provided, defaults to 'localhost', which tries to use the MTA
177# configured on the machine to send the messages.
178smtp_server:
179smtp_port:
180smtp_user:
181smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -0700182# Time in hours to wait before giving up on crash collection.
183crash_collection_hours_to_wait: 0.001
mbligh104e9ce2008-03-11 22:01:44 +0000184
Dan Shi7f0c1832014-10-27 16:05:57 -0700185# If True, use autotest_server_db to verify the host before running services
186# like scheduler, host-scheduler and suite-scheduler.
187use_server_db: False
188
MK Ryu9152e852015-08-25 14:48:39 -0700189# AFE server connected to the master DB.
190global_afe_hostname: cautotest
191
Fang Dengf8a94e22015-12-07 13:39:13 -0800192# Credential directory where all credentials files should go. If not specified,
193# will look for credentils in autotest root dir.
194creds_dir:
195
Dan Shi4f46aaf2016-06-25 00:21:41 -0700196# Set to True to upload results to prod Sponge server.
197use_prod_sponge_server: False
198
mblighc13a3b82008-03-11 22:14:57 +0000199[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +0000200die_on_orphans: False
showard5613c662009-06-08 23:30:33 +0000201enable_scheduler: True
beepsdae65fd2013-07-26 16:24:41 -0700202notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
showardc85c21b2008-11-24 22:17:37 +0000203notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +0000204max_processes_per_drone: 1000
Scott Zawalski38428ef2012-07-10 15:29:10 -0400205max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +0000206max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +0000207tick_pause_sec: 5
Shuqian Zhaoce59fe52015-03-18 10:53:58 -0700208minimum_tick_sec: 0.5
Aviv Keshet490f7142017-05-08 18:31:01 -0700209host_scheduler_minimum_tick_sec: 3
Simran Basi34217022012-11-06 13:43:15 -0800210clean_interval_minutes: 5
Alex Miller51545602013-10-28 15:09:10 -0700211drones: SET IN SHADOW CONFIG
showard170873e2009-01-07 00:22:26 +0000212drone_installation_directory: /usr/local/autotest
213results_host: localhost
showardac5b0002009-10-19 18:34:00 +0000214results_host_installation_directory:
showard77182562009-06-10 00:16:05 +0000215secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +0000216pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +0000217max_pidfile_refreshes: 2000
showard8dbd05a2010-01-12 18:54:59 +0000218# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500219reverify_period_minutes: 30
220reverify_max_hosts_at_once: 30
jamesren76fcf192010-04-21 20:39:50 +0000221drone_sets_enabled: False
222# default_drone_set_name: This is required if drone sets are enabled.
223default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -0700224# Disable archiving by default.
225enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -0700226copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -0700227copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -0700228tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -0700229extra_debugging: False
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500230# max_repair_limit sets how many times a single HQE will go through
231# repairing -> requeued -> fail -> repairing
Alex Millera4a78ef2013-09-03 21:23:05 -0700232max_repair_limit: 2
Fang Dengebe51002015-02-25 16:38:08 -0800233max_provision_retries: 0
Prashanth B40d6f462014-06-17 14:42:03 -0700234drone_build_externals: False
Prashanth Bf66d51b2014-05-06 12:42:25 -0700235inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION
MK Ryu7911ad52015-12-18 11:40:04 -0800236# If True, the drone manager creates a thread for each drone.
237# Otherwise, drones are handled in a single thread.
238threaded_drone_manager: True
Simran Basicced3092012-08-02 15:09:23 -0700239
jadmanski55c7f332008-05-14 20:36:47 +0000240[HOSTS]
241wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000242default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700243# Time in seconds to wait for a machine to come back after reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700244default_reboot_timeout: 240
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700245# Time in seconds to wait for a machine to go down prior to reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700246wait_down_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700247# Time in seconds to wait before generating a warning if a host has not gone
248# down for reboot.
249wait_down_reboot_warning: 30
250# Time in hours to wait for a host to recover after a down state.
251hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000252
mblighcb8cb332009-09-03 21:08:56 +0000253[AUTOSERV]
mblighefccc1b2010-01-11 19:08:42 +0000254# Set to True to take advantage of OpenSSH-based connection sharing. This would
255# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800256enable_master_ssh: True
Eric Li4e4cd612010-04-07 12:49:10 -0700257
jadmanskiede7e242009-08-10 15:43:33 +0000258[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800259# in days
260custom_max_age: 1
261# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700262minimum_free_space: 1
263serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800264
265[CROS]
Dan Shi6964fa52014-12-18 11:04:27 -0800266# If afe_stable_versions table does not have the stable version for a given
267# board and there is no entry of board `DEFAULT`, following value defined in
268# stable_cros_version will be used as the stable CrOS version.
Dan Shi9f0b7bf2015-01-07 15:46:04 -0800269# Use `cli/atest stable_version` command to view or manage stable versions.
270# WARNING! Edit following setting will NOT work if stable versions are stored
271# in afe_stable_versions table already!
Shuqian Zhaof88507a2016-10-12 10:30:17 -0700272stable_cros_version: R54-8743.44.0
Scott Zawalski89c44dd2013-02-26 09:28:02 -0500273stable_build_pattern: %s-release/%s
Scott Zawalski20a9b582011-11-21 11:49:40 -0800274source_tree: /usr/local/google/chromeos
Simran Basif3e305f2014-10-03 14:43:53 -0700275gs_offloading_enabled: True
Chris Masonefb08a772012-01-12 15:57:41 -0800276image_storage_server: gs://chromeos-image-archive/
J. Richard Barnetteea785362014-03-17 16:00:53 -0700277results_storage_server: gs://chromeos-autotest-results/
Dan Shi13624012017-06-12 09:38:00 -0700278# Base url to open a file from Google Storage for `results_storage_server`
279gs_file_base_url: https://storage.cloud.google.com/chromeos-autotest-results/
280
Ningning Xia42111242016-06-15 14:35:58 -0700281cts_results_server: gs://chromeos-cts-results/
Ningning Xia205a1d42016-06-21 16:46:28 -0700282cts_apfe_server: gs://chromeos-cts-apfe/
Rohit Makasanaea337c52018-04-11 18:03:41 -0700283ctsdelta_results_server: gs://chromeos-ctsdelta-results/
284ctsdelta_apfe_server: gs://chromeos-ctsdelta-apfe/
Rohit Makasana8d868c92018-06-08 11:29:50 -0700285ctsbvt_apfe_server: gs://chromeos-cts-bvt-apfe/
John D Hong479d2bb2016-09-13 14:49:47 -0700286dev_server: http://100.115.245.199:8082, http://100.115.245.200:8082, http://100.115.219.131:8082, http://100.115.219.132:8082, http://100.115.219.133:8082, http://100.115.219.134:8082, http://100.115.219.137:8082
beepse539be02013-07-31 21:57:39 -0700287canary_channel_server: gs://chromeos-releases/canary-channel/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400288# chromeos-crash1.cros
Kevin Cheng3d857d32016-05-25 10:24:20 -0700289crash_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 -0400290sharding_factor: 1
Chris Sosa66dfb372013-01-29 16:36:19 -0800291infrastructure_user: chromeos-test
Jakob Juelich24f22c22014-09-26 11:46:11 -0700292gs_offloader_use_rsync: False
Michael Tang0df2eb42016-05-13 19:06:54 -0700293gs_offloader_multiprocessing: False
Michael Tang97d188c2016-06-25 11:18:42 -0700294# Cloud pubsub
295cloud_notification_enabled: False
296# The cloud pubsub topic where notifications are sent to.
297cloud_notification_topic:
Chris Sosa24b3a022012-07-31 14:27:59 -0700298
Dan Shi5563b772015-11-12 00:55:40 -0800299# Naming convention of Android build.
Dan Shiba943532015-12-03 08:58:00 -0800300android_build_name_pattern: %\(branch\)s/%\(target\)s/%\(build_id\)s
Dan Shi5563b772015-11-12 00:55:40 -0800301
joychen03eaad92013-06-26 09:55:21 -0700302firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2
beepse539be02013-07-31 21:57:39 -0700303factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin
beeps12c0a3c2013-09-03 11:58:27 -0700304factory_artifact: factory_image
Vadim Bendeburyab14bf12012-12-28 13:51:46 -0800305image_url_pattern: %s/update/%s
Prathmesh Prabhucd246f52018-01-03 13:45:48 -0800306
307# log_url_pattern.
308# First argument: protocol://hostname
309# Second argument: job name (e.g. 1-chromeos-test)
310log_url_pattern: %s/tko/retrieve_logs.cgi?job=/results/%s/
311
joychen03eaad92013-06-26 09:55:21 -0700312package_url_pattern: %s/static/%s/autotest/packages
J. Richard Barnette84895392015-04-30 12:31:01 -0700313servo_board: beaglebone_servo
Chris Sosa7d7b9eb2013-02-14 16:12:01 -0800314
Tom Wai-Hong Tam316eca52016-04-05 02:56:48 +0800315# TODO: Remove these released RO builds once they are migrated to Goldeneye.
316# Released RO builds for running FAFT to qualify an AU firmware in which the
317# RW portion comes from the latest build and the RO portion comes these builds.
318# Each value is a comma-separated list. The most recent build is on the left.
319RELEASED_RO_BUILDS_auron_paine: auron_paine-firmware/R39-6301.58.6
320RELEASED_RO_BUILDS_auron_yuna: auron_yuna-firmware/R39-6301.59.5
321RELEASED_RO_BUILDS_banjo: banjo-firmware/R34-5216.334.4
322RELEASED_RO_BUILDS_buddy: buddy-firmware/R39-6301.202.5
323RELEASED_RO_BUILDS_candy: candy-firmware/R34-5216.310.1
324RELEASED_RO_BUILDS_celes: celes-firmware/R46-7287.92.3
325RELEASED_RO_BUILDS_cyan: cyan-firmware/R46-7287.57.32,cyan-firmware/R46-7287.57.25
326RELEASED_RO_BUILDS_gandof: gandof-firmware/R39-6301.155.9
327RELEASED_RO_BUILDS_gnawty: gnawty-firmware/R34-5216.239.34,gnawty-firmware/R34-5216.239.16
328RELEASED_RO_BUILDS_guado: guado-firmware/R39-6301.108.4
329RELEASED_RO_BUILDS_heli: heli-firmware/R34-5216.392.4
330RELEASED_RO_BUILDS_lulu: lulu-firmware/R39-6301.136.39,lulu-firmware/R39-6301.136.16
331RELEASED_RO_BUILDS_mccloud: mccloud-firmware/R36-5827.14.0
332RELEASED_RO_BUILDS_ninja: ninja-firmware/R34-5216.383.7
333RELEASED_RO_BUILDS_orco: orco-firmware/R34-5216.362.7
334RELEASED_RO_BUILDS_panther: panther-firmware/R32-4920.24.26
335RELEASED_RO_BUILDS_rikku: rikku-firmware/R39-6301.110.4
336RELEASED_RO_BUILDS_samus: samus-firmware/R39-6300.102.0,samus-firmware/R39-6300.90.0
337RELEASED_RO_BUILDS_squawks: squawks-firmware/R34-5216.152.22,squawks-firmware/R34-5216.152.21,squawks-firmware/R34-5216.152.17
338RELEASED_RO_BUILDS_tricky: tricky-firmware/R36-5829.12.0
339RELEASED_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
340RELEASED_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
341RELEASED_RO_BUILDS_veyron_mickey: veyron_mickey-firmware/R41-6588.168.0,veyron_mickey-firmware/R41-6588.159.0
342RELEASED_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
343RELEASED_RO_BUILDS_veyron_minnie: veyron_minnie-firmware/R41-6588.160.0,veyron_minnie-firmware/R41-6588.92.0
344RELEASED_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
345RELEASED_RO_BUILDS_wolf: wolf-firmware/R30-4389.24.62,wolf-firmware/R30-4389.24.58,wolf-firmware/R30-4389.24.39
346
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400347# Username and password for connecting to remote power control switches of
348# the "Sentry Switched CDU" type
349rpm_sentry_username: fake_user
350rpm_sentry_password: fake_password
Prathmesh Prabhu12d816b2017-09-27 11:57:51 -0700351rpm_frontend_uri: http://chromeos-server160.cbf.corp.google.com:9999
Gilad Arnold03901082012-11-19 07:29:02 -0800352
353# Path the devserver source tree, used for spawning devserver from autoserv in
354# some of the tests. Please override in local shadow config file.
355#devserver_dir: /path/to/src/platform/dev
Simran Basi22aa9fe2012-12-07 16:37:09 -0800356
357lab_status_url: http://chromiumos-lab.appspot.com/current?format=json
358
J. Richard Barnettea82a12c2014-09-04 18:12:58 -0700359sam_instances: cautotest
Alex Millerb0b2d252014-06-25 17:17:01 -0700360test_instance: chromeos-autotest.cbf
361extra_servers: chromeos-mcp
362
Dan Shi567c8f02013-06-19 11:39:20 -0700363skip_devserver_health_check: True
364
Fang Denga10166a2015-08-02 21:11:40 -0700365# The swarming instance that will be used for golo proxy
366swarming_proxy:
367
Dan Shi1b4c7c32015-10-05 10:38:57 -0700368# Limit the number of files in the result folder.
369gs_offloader_limit_file_count: False
Fang Denga10166a2015-08-02 21:11:40 -0700370
Dan Shi3d7a0e12015-10-12 11:55:45 -0700371# A list of pools that allow to be repaired using firmware repair.
Tom Wai-Hong Tam2f68a2d2016-01-20 03:35:30 +0800372pools_support_firmware_repair: faft-test,faft-test-tot,faft-test-experiment
Dan Shi3d7a0e12015-10-12 11:55:45 -0700373
Dan Shi5e8fa182016-04-15 11:04:36 -0700374# 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 -0800375restricted_subnets:
376
Dan Shi01b28a62016-04-18 00:24:42 -0700377# Flags to enable/disable drone election in resctricted subnet.
Dan Shie6803232016-01-19 17:30:20 -0800378enable_drone_in_restricted_subnet: False
Dan Shie6803232016-01-19 17:30:20 -0800379
Dan Shia28f62f2016-01-14 20:26:02 -0800380# Set to True for test to prefer devserver in the same subnet.
381prefer_local_devserver: False
382
xixuan6cf6d2f2016-01-29 15:29:00 -0800383# Flags to enable/disable SSH tunnel connection for servo host.
Richard Barnette20e1c472017-11-29 09:24:02 -0800384enable_ssh_tunnel_for_servo: True
xixuan6cf6d2f2016-01-29 15:29:00 -0800385
386# Flags to enable/disable SSH tunnel connection for chameleon host.
387enable_ssh_tunnel_for_chameleon: False
388
Dan Shibf59e752017-05-16 12:43:11 -0700389# Flags to enable/disable SSH connection for devserver. This only applies to
390# devservers inside restricted subnet, specified in CROS/restricted_subnets.
391# If a devserver is not in any restriceted subnet, test will still make direct
392# http call even if this option is set to True.
xixuan9e2c98d2016-02-26 19:04:53 -0800393enable_ssh_connection_for_devserver: False
394
xixuan0f7755d2016-04-18 14:49:12 -0700395# Flags to enable/disable get control file contents in batch.
396enable_getting_controls_in_batch: False
397
Kevin Cheng80ad5732016-03-31 16:01:56 -0700398# File for hwid key.
399HWID_KEY: no_hwid_labels
400
beeps1ccbbb82013-02-21 20:35:01 -0800401[BUG_REPORTING]
402gs_domain: https://storage.cloud.google.com/
403chromeos_image_archive: chromeos-image-archive/
404arg_prefix: ?arg=
Benny Peake7a907ce2017-05-30 13:28:38 -0700405retrieve_logs_cgi: http://ubercautotest.corp.google.com/tko/retrieve_logs.cgi?job=/
beeps1ccbbb82013-02-21 20:35:01 -0800406generic_results_bin: results/
407debug_dir: debug/
Prathmesh Prabhub7c9caa2017-12-20 17:54:59 -0800408job_view = %s/afe/#tab_id=view_job&object_id=%s
Allen Lidc2c69a2016-09-14 19:05:47 -0700409crbug_url: https://code.google.com/p/chromium/issues/detail?id=%s
beeps8fa94442013-03-10 18:38:43 -0700410gs_file_prefix: gs://
beeps84e7bb42013-05-31 12:00:06 -0700411credentials: USE SHADOW CREDENTIALS
Prashanth Be2dcdf02014-03-02 16:34:59 -0800412client_id: USE SHADOW CLIENT_ID
413client_secret: USE SHADOW CLIENT_SECRET
414scope: USE SHADOW SCOPE
Simran Basi7203d4e2015-02-03 15:50:18 -0800415wmatrix_retry_url: https://wmatrix.googleplex.com/retry_teststats/?days_back=30&tests=%s
Shuqian Zhao064eca02016-04-26 10:27:43 -0700416wmatrix_test_history_url: https://wmatrix.googleplex.com/unfiltered?hide_missing=True&tests=%s
Shuhei Takahashi18f56492017-11-14 16:23:46 +0900417stainless_retry_url:
Xixuan Wu1729fca2018-03-21 16:32:58 -0700418stainless_test_history_url: https://stainless.corp.google.com/search?test=%s&first_date=%s&last_date=%s&row=model&col=build&view=matrix
Allen Li6a612392016-08-18 12:09:32 -0700419pool_health_cc: chromeos-infra-eng@grotations.appspotmail.com
Allen Li7cbdf272016-09-15 12:07:59 -0700420pool_health_labels: recoverduts,Pri-1
421pool_health_components: Infra>Client>ChromeOS
beepsfda8f412013-05-02 19:08:20 -0700422
423
424[NOTIFICATIONS]
425chromium_build_url: http://build.chromium.org/p/chromiumos/
426sheriffs: USE SHADOW SHERIFFS
Fang Deng3197b392013-06-26 11:42:02 -0700427lab_sheriffs: USE SHADOW SHERIFFS
Fang Dengf8a94e22015-12-07 13:39:13 -0800428gmail_api_credentials:
429gmail_api_credentials_test_failure:
Alex Millerc7a59522013-10-30 15:18:57 -0700430
431
432[POOL_INSTANCE_SHARDING]
433# Add a mapping of `pool_name: server` to your shadow config to have run_suite
434# send all of the suites for pool to the specified server.
Don Garrett8db752c2014-10-17 16:56:55 -0700435
436[UPDATE_COMMANDS]
Richard Barnette2e0a4232018-03-07 17:13:16 -0800437# N.B. deploy_production_local.py guarantees that these commands
438# execute from the root of the Autotest source repository
439# (i.e. /usr/local/autotest).
440afe: ./utils/compile_gwt_clients.py -c autotest.AfeClient
Don Garrett8db752c2014-10-17 16:56:55 -0700441apache: sudo service apache2 reload
Richard Barnette2e0a4232018-03-07 17:13:16 -0800442build_externals: ./utils/build_externals.py
443migrate: ./database/migrate.py sync
444test_importer: ./utils/test_importer.py
445tko: ./utils/compile_gwt_clients.py -c autotest.TkoClient
Don Garrett8db752c2014-10-17 16:56:55 -0700446
447# [UPDATE]
448# Set this with command names that should run after every update.
449# commands: build_externals test_importer etc
450# Set this with service names that should be restarted after every update.
451# services:
Dan Shiff78f112015-06-12 13:34:02 -0700452
453[SSP]
454# Section for configuration needed for server-side packaging.
455# User that runs the autoserv process in the host of the container.
456# The user is passed to a container through global config file so a process
457# running inside the container can use the same user to make RPC.
Fang Denga54a5fe2015-08-06 18:51:38 -0700458user:
Simran Basi77650d92015-10-29 15:14:49 -0700459
Simran Basi5ace6f22016-01-06 17:30:44 -0800460[ANDROID]
Simran Basibeb2bb22016-02-03 15:25:48 -0800461stable_version_dragonboard: git_mnc-brillo-dev/dragonboard-userdebug/2512766
Ralph Nathan08ac4722016-06-15 17:37:57 -0700462stable_version_edison: git_nyc-jaqen-dev/jaqen_edison-userdebug/2979181
Dan Shi6450e142016-03-11 11:52:20 -0800463package_url_pattern: %s/static/%s
Allen Liff7064f2017-09-13 15:11:31 -0700464
465[LUCIFER]
Allen Lie8656512018-04-05 16:26:25 -0700466lucifer_level: STARTING
Allen Li057be2c2017-11-08 13:51:24 -0800467binaries_path: /usr/bin
468jobdir: /usr/local/autotest/leases
Allen Li9d994402018-02-28 14:25:22 -0800469gcp_creds:
Ben Kwa83630112017-11-29 12:41:23 -0800470
471[LXC_POOL]
472use_lxc_pool: False
Jacob Kopczynski52a8d3f2018-02-28 19:24:48 -0800473combine_sudos: False
Xixuan Wu66c22262018-02-23 14:42:11 -0800474
475[SKYLAB]
476respect_static_labels: False
477respect_static_attributes: False