blob: 7e849864e87a8f4d9aa59b74da02e9efb9d4ec61 [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
Scott Zawalskiadb9cf12013-03-10 13:03:30 -04004host: 172.18.72.10
Chris Sosab4d6caa2011-11-17 15:32:38 -08005database: chromeos_autotest_db
mblighb090f142008-02-27 21:33:46 +00006db_type: mysql
Scott Zawalski20a9b582011-11-21 11:49:40 -08007user: chromeosqa-admin
8password: USE SHADOW PASSWORD
9job_timeout_default: 24
Simran Basi94dc0032013-11-12 14:09:46 -080010job_timeout_mins_default: 1440
Simran Basi34217022012-11-06 13:43:15 -080011job_max_runtime_mins_default: 1440
showarda1e74b32009-05-12 17:32:04 +000012parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000013# Only set this if your server is not 'http://[SERVER] hostname/afe/'
14#base_url: http://your_autotest_server/afe/
Alex Millerd46c0a42013-02-22 12:41:58 -080015# IP == cautotest-mysql, see http://crosbug.com/38773
Scott Zawalskiadb9cf12013-03-10 13:03:30 -040016readonly_host: 172.18.72.10
Chris Sosab4d6caa2011-11-17 15:32:38 -080017readonly_user: chromeosqa-read
18readonly_password: qyBM6kDu
showard250d84d2010-01-12 21:59:48 +000019query_timeout: 3600
20min_retry_delay: 20
21max_retry_delay: 60
22graph_cache_creation_timeout_minutes: 10
jamesren4a41e012010-07-16 22:33:48 +000023parameterized_jobs: False
Dale Curtis74a314b2011-06-23 14:55:46 -070024# Whether to enable django template debug mode. If this is set to True, all
25# django errors will be wrapped in a nice debug page with detailed environment
26# and stack trace info. Turned off by default.
Scott Zawalski20a9b582011-11-21 11:49:40 -080027template_debug_mode: True
Dale Curtis74a314b2011-06-23 14:55:46 -070028# Whether to enable django SQL debug mode. If this is set to True, all
29# queries performed by the Object Relational Mapper subsystem will be printed,
30# which means the scheduler logs will contains all the queries executed. This
31# is too much verbosity for 'production' systems, hence turned off by default.
32sql_debug_mode: False
showard250d84d2010-01-12 21:59:48 +000033
Jakob Juelich475b82b2014-09-30 11:17:07 -070034# The tko parser will use these database settings.
35# This is for sharding: Even when sharding, the results (tko tables) should
36# still be written to the master database.
Jakob Juelich934f0dc2014-10-14 18:21:13 -070037global_db_host:
38global_db_database:
39global_db_type:
40global_db_user:
41global_db_password:
42global_db_query_timeout:
43global_db_min_retry_delay:
44global_db_max_retry_delay:
Jakob Juelich475b82b2014-09-30 11:17:07 -070045
Dan Shi7f0c1832014-10-27 16:05:57 -070046[AUTOTEST_SERVER_DB]
47database: chromeos_lab_servers
48
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070049[SHARD]
Jakob Juelich8421d592014-09-17 15:27:06 -070050# If this is not None, the instance is considered a shard.
51# The value should be the hostname of the local shard.
52shard_hostname:
53# Ignored if shard_hostname is None
54global_afe_hostname: SET IN SHADOW IF shard_hostname IS NOT NONE
Jakob Juelich3b27dbc2014-09-03 18:05:37 -070055heartbeat_pause_sec: 60
56
Dale Curtis74a314b2011-06-23 14:55:46 -070057[AUTOSERV]
58# Autotest potential install paths
Simran Basi263a9d32014-08-19 11:16:51 -070059client_autodir_paths: /usr/local/autotest,/usr/local/autodir
Dan Shia1ecd5c2013-06-06 11:21:31 -070060# White list of tests with run time measurement enabled.
Chris Masonea7dbfbc2014-02-06 14:24:22 -080061measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions
Alex Miller44ae9232014-06-20 17:24:25 -070062# Incrementally update TKO with the status as the test runs.
63incremental_tko_parsing: False
Jakob Jueliche497b552014-09-23 19:11:59 -070064# If True, autoserv won't interact with real devices.
65# It will sleep 10 seconds and then pass successfully.
66testing_mode: False
Dale Curtis74a314b2011-06-23 14:55:46 -070067
lmr6d08b3c2009-11-18 19:26:38 +000068[CLIENT]
Dan Shifeaf9082013-06-17 11:23:31 -070069drop_caches: False
70drop_caches_between_iterations: False
Dale Curtis8adf7892011-09-08 16:13:36 -070071# Specify an alternate location to store the test results
72#output_dir: /var/log/autotest/
73output_dir:
Derek Basehore072dfa52014-01-23 15:05:50 -080074#wireless_ssid: SEE SHADOW CONFIG
75#wireless_password: SEE SHADOW CONFIG
76#wireless_security: SEE SHADOW CONFIG
Hung-ying Tyancbdd1982014-09-03 16:54:08 +080077# The zone that all Chrome OS devices are in if they are in a lab.
78dns_zone: cros.corp.google.com
jadmanski6f6afd12009-11-11 23:39:20 +000079
Dan Shic0183712014-09-17 12:47:01 -070080# Index to upload metadata to.
81metadata_index:
82
mbligh37eceaa2008-12-15 22:56:37 +000083[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -080084hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +000085# Turn on RPC Logging
86rpc_logging: False
87# Note the user that is running the webserver has to be able to write
88# to the below directory/file otherwise the frontend will not work with logging
89rpc_log_path: /usr/local/autotest/logs/rpcserver.log
90# Number of old logs to keep around
91rpc_num_old_logs: 5
92rpc_max_log_size_mb: 20
mblighb86bfa12010-02-12 20:22:21 +000093# Minimum amount of disk space required for AutoTest in GB
Fang Deng6b05f5b2013-03-20 13:42:11 -070094gb_diskspace_required: 1.0
95# Minimum amount of disk space required for encrypted stateful partition in GB
96gb_encrypted_diskspace_required: 0.1
showardb6a186f2009-09-11 18:45:54 +000097# If for some reason you don't want to rely on the Mail Transport Agent
98# installed on this machine, you can provide an SMTP server directly here.
99# If none provided, defaults to 'localhost', which tries to use the MTA
100# configured on the machine to send the messages.
101smtp_server:
102smtp_port:
103smtp_user:
104smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -0700105# Time in hours to wait before giving up on crash collection.
106crash_collection_hours_to_wait: 0.001
mbligh104e9ce2008-03-11 22:01:44 +0000107
Dan Shi7f0c1832014-10-27 16:05:57 -0700108# If True, use autotest_server_db to verify the host before running services
109# like scheduler, host-scheduler and suite-scheduler.
110use_server_db: False
111
mblighc13a3b82008-03-11 22:14:57 +0000112[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +0000113die_on_orphans: False
showard5613c662009-06-08 23:30:33 +0000114enable_scheduler: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800115notify_email: chromeos-test-cron+cautotest@google.com
beepsdae65fd2013-07-26 16:24:41 -0700116notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
Scott Zawalski20a9b582011-11-21 11:49:40 -0800117notify_email_from: chromeos-autotest@google.com
showardc85c21b2008-11-24 22:17:37 +0000118notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +0000119max_processes_per_drone: 1000
Fang Deng9a0c6c32013-09-04 15:34:55 -0700120max_processes_warning_threshold: 0.8
Alex Millerac189f32014-06-23 13:55:23 -0700121# TODO(milleral) max_jobs_started_per_cycle is deprecated. Remove.
showardec113162008-05-08 00:52:49 +0000122max_jobs_started_per_cycle: 100
Alex Millerac189f32014-06-23 13:55:23 -0700123max_processes_started_per_cycle: 100
Scott Zawalski38428ef2012-07-10 15:29:10 -0400124max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +0000125max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +0000126tick_pause_sec: 5
Simran Basi34217022012-11-06 13:43:15 -0800127clean_interval_minutes: 5
Alex Miller51545602013-10-28 15:09:10 -0700128drones: SET IN SHADOW CONFIG
showard170873e2009-01-07 00:22:26 +0000129drone_installation_directory: /usr/local/autotest
130results_host: localhost
showardac5b0002009-10-19 18:34:00 +0000131results_host_installation_directory:
showard77182562009-06-10 00:16:05 +0000132secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +0000133pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +0000134max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +0000135gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +0000136# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500137reverify_period_minutes: 30
138reverify_max_hosts_at_once: 30
jamesren76fcf192010-04-21 20:39:50 +0000139drone_sets_enabled: False
140# default_drone_set_name: This is required if drone sets are enabled.
141default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -0700142# Disable archiving by default.
143enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -0700144copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -0700145copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -0700146tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -0700147extra_debugging: False
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500148# max_repair_limit sets how many times a single HQE will go through
149# repairing -> requeued -> fail -> repairing
Alex Millera4a78ef2013-09-03 21:23:05 -0700150max_repair_limit: 2
151max_provision_retries: 1
Prashanth B40d6f462014-06-17 14:42:03 -0700152drone_build_externals: False
Prashanth Bf66d51b2014-05-06 12:42:25 -0700153inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION
Simran Basicced3092012-08-02 15:09:23 -0700154
jadmanski55c7f332008-05-14 20:36:47 +0000155[HOSTS]
156wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000157default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700158# Time in seconds to wait for a machine to come back after reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700159default_reboot_timeout: 240
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700160# Time in seconds to wait for a machine to go down prior to reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700161wait_down_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700162# Time in seconds to wait before generating a warning if a host has not gone
163# down for reboot.
164wait_down_reboot_warning: 30
165# Time in hours to wait for a host to recover after a down state.
166hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000167
mblighcb8cb332009-09-03 21:08:56 +0000168[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +0000169# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
170# another one based on the python SSH library paramiko (paramiko).
171# You can change the default 'raw_ssh' to 'paramiko' if you want to.
172ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +0000173# Set to True to take advantage of OpenSSH-based connection sharing. This would
174# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800175enable_master_ssh: True
mbligh55552bf2009-11-06 03:12:38 +0000176# Autotest server operators *really should* set this to True, specially if
177# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000178require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000179# Set to False to disable ssh-agent usage with paramiko
180use_sshagent_with_paramiko: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800181enable_server_prebuild: False
Eric Li4e4cd612010-04-07 12:49:10 -0700182
jadmanskiede7e242009-08-10 15:43:33 +0000183[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800184# in days
185custom_max_age: 1
186# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700187minimum_free_space: 1
188serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800189
190[CROS]
Prashanth Balasubramanianc75c1062014-11-13 18:14:36 -0800191stable_cros_version: R40-6450.0.0
Scott Zawalski89c44dd2013-02-26 09:28:02 -0500192stable_build_pattern: %s-release/%s
Scott Zawalski20a9b582011-11-21 11:49:40 -0800193source_tree: /usr/local/google/chromeos
Simran Basif3e305f2014-10-03 14:43:53 -0700194gs_offloading_enabled: True
Chris Masonefb08a772012-01-12 15:57:41 -0800195image_storage_server: gs://chromeos-image-archive/
J. Richard Barnetteea785362014-03-17 16:00:53 -0700196results_storage_server: gs://chromeos-autotest-results/
Alex Millera950dc22014-02-04 17:04:39 -0800197# dev_server_hosts is the list of all servers running a devserver instance
198# (regardless of CrashServer/ImageServer/etc.) that should be considered for
199# monitoring/deploy actions. You should very likely keep this list in sync with
200# `dev_server` and `crash_server` unless you're very temporarily pulling a
201# server out of rotation.
Dan Shi23823232014-09-11 14:37:53 -0700202dev_server_hosts: chromeos-devserver1, chromeos-devserver2, chromeos-devserver3, chromeos-devserver4, chromeos-devserver5, chromeos-devserver6, chromeos-devserver7, chromeos-crash1, chromeos2-devserver6, chromeos2-devserver7
203dev_server: http://172.17.40.27:8082, http://172.19.140.2:8082, http://172.19.140.1:8082, http://172.17.40.22:8082, http://172.17.40.21:8082, http://172.17.40.20:8082, http://172.17.40.19:8082
beepse539be02013-07-31 21:57:39 -0700204canary_channel_server: gs://chromeos-releases/canary-channel/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400205# chromeos-crash1.cros
206crash_server: http://172.17.40.24:8082
Scott Zawalskic50ce042012-04-17 13:01:31 -0400207sharding_factor: 1
Chris Sosa66dfb372013-01-29 16:36:19 -0800208infrastructure_user: chromeos-test
Jakob Juelich24f22c22014-09-26 11:46:11 -0700209gs_offloader_use_rsync: False
Chris Sosa24b3a022012-07-31 14:27:59 -0700210
joychen03eaad92013-06-26 09:55:21 -0700211firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2
beepse539be02013-07-31 21:57:39 -0700212factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin
beeps12c0a3c2013-09-03 11:58:27 -0700213factory_artifact: factory_image
Vadim Bendeburyab14bf12012-12-28 13:51:46 -0800214image_url_pattern: %s/update/%s
215log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/
joychen03eaad92013-06-26 09:55:21 -0700216package_url_pattern: %s/static/%s/autotest/packages
J. Richard Barnette31b2e312013-04-04 16:05:22 -0700217servo_url_pattern: %s/static/servo-images/%s_test_image.bin
Dan Shib9428482014-01-07 17:10:17 -0800218servo_builder: beaglebone_servo-release
Chris Sosa7d7b9eb2013-02-14 16:12:01 -0800219
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400220# Username and password for connecting to remote power control switches of
221# the "Sentry Switched CDU" type
222rpm_sentry_username: fake_user
223rpm_sentry_password: fake_password
Fang Deng4d6c98c2014-04-22 21:42:42 +0000224rpm_frontend_uri: http://chromeos-rpmserver1.cbf.corp.google.com:9999
Richard Barnette82c35912012-11-20 10:09:10 -0800225rpm_recovery_boards: stumpy,kiev
Gilad Arnold03901082012-11-19 07:29:02 -0800226
227# Path the devserver source tree, used for spawning devserver from autoserv in
228# some of the tests. Please override in local shadow config file.
229#devserver_dir: /path/to/src/platform/dev
Simran Basi22aa9fe2012-12-07 16:37:09 -0800230
231lab_status_url: http://chromiumos-lab.appspot.com/current?format=json
232
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500233# carbon server feeding Graphite (chromeos-stats.corp.google.com)
Alex Miller5e1f0ab2013-10-22 10:31:32 -0700234CARBON_SERVER: 172.22.10.48
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500235CARBON_PORT: 2003
Alex Miller5e1f0ab2013-10-22 10:31:32 -0700236STATSD_SERVER: 172.22.10.48
Alex Miller7352b642013-03-11 15:26:57 -0700237STATSD_PORT: 8125
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500238
Michael Liangd2d294c2014-06-24 15:24:49 -0700239
J. Richard Barnettea82a12c2014-09-04 18:12:58 -0700240sam_instances: cautotest
Alex Millerb0b2d252014-06-25 17:17:01 -0700241test_instance: chromeos-autotest.cbf
242extra_servers: chromeos-mcp
243
Michael Liangd2d294c2014-06-24 15:24:49 -0700244# ES_HOST's hostname is chromeos-lab-graphite.cbf.corp.google.com
Michael Liang17847ff2014-07-14 15:27:13 -0700245# This es server is used for testing purposes only.
Michael Liangd2d294c2014-06-24 15:24:49 -0700246ES_HOST: 172.25.61.45
247ES_PORT: 9200
248ES_UDP_PORT: 9700
249ES_USE_HTTP: False
250ES_DEFAULT_INDEX: default
251
252
Dan Shi567c8f02013-06-19 11:39:20 -0700253skip_devserver_health_check: True
254
beeps1ccbbb82013-02-21 20:35:01 -0800255[BUG_REPORTING]
256gs_domain: https://storage.cloud.google.com/
257chromeos_image_archive: chromeos-image-archive/
258arg_prefix: ?arg=
beepse0db09d2013-02-24 17:13:21 -0800259retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/
beeps1ccbbb82013-02-21 20:35:01 -0800260generic_results_bin: results/
261debug_dir: debug/
beepsc4fb1472013-05-08 21:49:48 -0700262buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/
beeps8fa94442013-03-10 18:38:43 -0700263build_prefix: build/
Prashanth B923ca262014-03-14 12:36:29 -0700264job_view = http://%s/afe/#tab_id=view_job&object_id=%s
beepsc4fb1472013-05-08 21:49:48 -0700265tracker_url: https://code.google.com/p/chromium/issues/detail?id=
beeps8fa94442013-03-10 18:38:43 -0700266gs_file_prefix: gs://
Keyar Hood8c350442013-08-08 17:59:46 -0700267chromium_email_address = @chromium.org
beeps84e7bb42013-05-31 12:00:06 -0700268credentials: USE SHADOW CREDENTIALS
Prashanth Be2dcdf02014-03-02 16:34:59 -0800269client_id: USE SHADOW CLIENT_ID
270client_secret: USE SHADOW CLIENT_SECRET
271scope: USE SHADOW SCOPE
beepsfda8f412013-05-02 19:08:20 -0700272
273
274[NOTIFICATIONS]
275chromium_build_url: http://build.chromium.org/p/chromiumos/
276sheriffs: USE SHADOW SHERIFFS
Fang Deng3197b392013-06-26 11:42:02 -0700277lab_sheriffs: USE SHADOW SHERIFFS
Alex Millerc7a59522013-10-30 15:18:57 -0700278
279
280[POOL_INSTANCE_SHARDING]
281# Add a mapping of `pool_name: server` to your shadow config to have run_suite
282# send all of the suites for pool to the specified server.
Don Garrett8db752c2014-10-17 16:56:55 -0700283
284[UPDATE_COMMANDS]
285afe: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.AfeClient
286apache: sudo service apache2 reload
287build_externals: AUTOTEST_REPO/utils/build_externals.py
288migrate: AUTOTEST_REPO/database/migrate.py sync
289test_importer: AUTOTEST_REPO/utils/test_importer.py
290tko: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.TkoClient
291
292# [UPDATE]
293# Set this with command names that should run after every update.
294# commands: build_externals test_importer etc
295# Set this with service names that should be restarted after every update.
296# services:
297