blob: f2b41f0548fe82c8d785255d2e1803e190f02035 [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
Dale Curtis74a314b2011-06-23 14:55:46 -070034[AUTOSERV]
35# Autotest potential install paths
36client_autodir_paths: /usr/local/autotest
Dan Shia1ecd5c2013-06-06 11:21:31 -070037# White list of tests with run time measurement enabled.
Chris Masonea7dbfbc2014-02-06 14:24:22 -080038measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions
Dale Curtis74a314b2011-06-23 14:55:46 -070039
lmr6d08b3c2009-11-18 19:26:38 +000040[CLIENT]
Dan Shifeaf9082013-06-17 11:23:31 -070041drop_caches: False
42drop_caches_between_iterations: False
Dale Curtis8adf7892011-09-08 16:13:36 -070043# Specify an alternate location to store the test results
44#output_dir: /var/log/autotest/
45output_dir:
Derek Basehore072dfa52014-01-23 15:05:50 -080046#wireless_ssid: SEE SHADOW CONFIG
47#wireless_password: SEE SHADOW CONFIG
48#wireless_security: SEE SHADOW CONFIG
jadmanski6f6afd12009-11-11 23:39:20 +000049
mbligh37eceaa2008-12-15 22:56:37 +000050[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -080051hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +000052# Turn on RPC Logging
53rpc_logging: False
54# Note the user that is running the webserver has to be able to write
55# to the below directory/file otherwise the frontend will not work with logging
56rpc_log_path: /usr/local/autotest/logs/rpcserver.log
57# Number of old logs to keep around
58rpc_num_old_logs: 5
59rpc_max_log_size_mb: 20
mblighb86bfa12010-02-12 20:22:21 +000060# Minimum amount of disk space required for AutoTest in GB
Fang Deng6b05f5b2013-03-20 13:42:11 -070061gb_diskspace_required: 1.0
62# Minimum amount of disk space required for encrypted stateful partition in GB
63gb_encrypted_diskspace_required: 0.1
showardb6a186f2009-09-11 18:45:54 +000064# If for some reason you don't want to rely on the Mail Transport Agent
65# installed on this machine, you can provide an SMTP server directly here.
66# If none provided, defaults to 'localhost', which tries to use the MTA
67# configured on the machine to send the messages.
68smtp_server:
69smtp_port:
70smtp_user:
71smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -070072# Time in hours to wait before giving up on crash collection.
73crash_collection_hours_to_wait: 0.001
Alex Millera950dc22014-02-04 17:04:39 -080074sam_instances: cautotest, cautotest-cq
mbligh104e9ce2008-03-11 22:01:44 +000075
mblighc13a3b82008-03-11 22:14:57 +000076[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +000077die_on_orphans: False
showard5613c662009-06-08 23:30:33 +000078enable_scheduler: True
Scott Zawalski20a9b582011-11-21 11:49:40 -080079notify_email: chromeos-test-cron+cautotest@google.com
beepsdae65fd2013-07-26 16:24:41 -070080notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
Scott Zawalski20a9b582011-11-21 11:49:40 -080081notify_email_from: chromeos-autotest@google.com
showardc85c21b2008-11-24 22:17:37 +000082notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +000083max_processes_per_drone: 1000
Fang Deng9a0c6c32013-09-04 15:34:55 -070084max_processes_warning_threshold: 0.8
showardec113162008-05-08 00:52:49 +000085max_jobs_started_per_cycle: 100
Scott Zawalski38428ef2012-07-10 15:29:10 -040086max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +000087max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +000088tick_pause_sec: 5
Simran Basi34217022012-11-06 13:43:15 -080089clean_interval_minutes: 5
Alex Miller51545602013-10-28 15:09:10 -070090drones: SET IN SHADOW CONFIG
showard170873e2009-01-07 00:22:26 +000091drone_installation_directory: /usr/local/autotest
92results_host: localhost
showardac5b0002009-10-19 18:34:00 +000093results_host_installation_directory:
showard77182562009-06-10 00:16:05 +000094secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +000095pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +000096max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +000097gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +000098# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski6c0ac972014-01-09 14:14:17 -050099reverify_period_minutes: 30
100reverify_max_hosts_at_once: 30
jamesren76fcf192010-04-21 20:39:50 +0000101drone_sets_enabled: False
102# default_drone_set_name: This is required if drone sets are enabled.
103default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -0700104# Disable archiving by default.
105enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -0700106copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -0700107copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -0700108tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -0700109extra_debugging: False
Scott Zawalski6c0ac972014-01-09 14:14:17 -0500110# max_repair_limit sets how many times a single HQE will go through
111# repairing -> requeued -> fail -> repairing
Alex Millera4a78ef2013-09-03 21:23:05 -0700112max_repair_limit: 2
113max_provision_retries: 1
Simran Basicced3092012-08-02 15:09:23 -0700114
jadmanski55c7f332008-05-14 20:36:47 +0000115
116[HOSTS]
117wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000118default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700119# Time in seconds to wait for a machine to come back after reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700120default_reboot_timeout: 240
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700121# Time in seconds to wait for a machine to go down prior to reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700122wait_down_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700123# Time in seconds to wait before generating a warning if a host has not gone
124# down for reboot.
125wait_down_reboot_warning: 30
126# Time in hours to wait for a host to recover after a down state.
127hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000128
mblighcb8cb332009-09-03 21:08:56 +0000129[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +0000130# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
131# another one based on the python SSH library paramiko (paramiko).
132# You can change the default 'raw_ssh' to 'paramiko' if you want to.
133ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +0000134# Set to True to take advantage of OpenSSH-based connection sharing. This would
135# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800136enable_master_ssh: True
mbligh55552bf2009-11-06 03:12:38 +0000137# Autotest server operators *really should* set this to True, specially if
138# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000139require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000140# Set to False to disable ssh-agent usage with paramiko
141use_sshagent_with_paramiko: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800142enable_server_prebuild: False
Eric Li4e4cd612010-04-07 12:49:10 -0700143
jadmanskiede7e242009-08-10 15:43:33 +0000144[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800145# in days
146custom_max_age: 1
147# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700148minimum_free_space: 1
149serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800150
151[CROS]
Dan Shi592d1682014-01-29 10:51:07 -0800152stable_cros_version: R34-5278.0.0
Scott Zawalski89c44dd2013-02-26 09:28:02 -0500153stable_build_pattern: %s-release/%s
Scott Zawalski347a0b82012-03-30 16:39:21 -0400154# The zone that all Chrome OS devices are in if they are in a lab.
155dns_zone: cros.corp.google.com
Scott Zawalski20a9b582011-11-21 11:49:40 -0800156source_tree: /usr/local/google/chromeos
Chris Masonefb08a772012-01-12 15:57:41 -0800157image_storage_server: gs://chromeos-image-archive/
Alex Millera950dc22014-02-04 17:04:39 -0800158# dev_server_hosts is the list of all servers running a devserver instance
159# (regardless of CrashServer/ImageServer/etc.) that should be considered for
160# monitoring/deploy actions. You should very likely keep this list in sync with
161# `dev_server` and `crash_server` unless you're very temporarily pulling a
162# server out of rotation.
163dev_server_hosts: chromeos-devserver1, chromeos-devserver2, chromeos-devserver3, chromeos-devserver4, chromeos-devserver5, chromeos-crash1
Dan Shifd73a532013-11-10 10:19:25 -0800164dev_server: http://172.22.50.205:8082,http://172.22.50.2:8082,http://172.17.40.27:8082,http://172.17.40.28:8082,http://172.17.40.17:8082
beepse539be02013-07-31 21:57:39 -0700165canary_channel_server: gs://chromeos-releases/canary-channel/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400166# chromeos-crash1.cros
167crash_server: http://172.17.40.24:8082
Scott Zawalskic50ce042012-04-17 13:01:31 -0400168sharding_factor: 1
Chris Sosa66dfb372013-01-29 16:36:19 -0800169infrastructure_user: chromeos-test
Chris Sosa24b3a022012-07-31 14:27:59 -0700170
joychen03eaad92013-06-26 09:55:21 -0700171firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2
beepse539be02013-07-31 21:57:39 -0700172factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin
beeps12c0a3c2013-09-03 11:58:27 -0700173factory_artifact: factory_image
Vadim Bendeburyab14bf12012-12-28 13:51:46 -0800174image_url_pattern: %s/update/%s
175log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/
joychen03eaad92013-06-26 09:55:21 -0700176package_url_pattern: %s/static/%s/autotest/packages
J. Richard Barnette31b2e312013-04-04 16:05:22 -0700177servo_url_pattern: %s/static/servo-images/%s_test_image.bin
Dan Shib9428482014-01-07 17:10:17 -0800178servo_builder: beaglebone_servo-release
Chris Sosa7d7b9eb2013-02-14 16:12:01 -0800179
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400180# Username and password for connecting to remote power control switches of
181# the "Sentry Switched CDU" type
182rpm_sentry_username: fake_user
183rpm_sentry_password: fake_password
Scott Zawalski88e49072013-04-12 09:14:19 -0700184rpm_frontend_uri: http://chromeos-rpmserver1.cbf.corp.google.com:9999
Richard Barnette82c35912012-11-20 10:09:10 -0800185rpm_recovery_boards: stumpy,kiev
Gilad Arnold03901082012-11-19 07:29:02 -0800186
187# Path the devserver source tree, used for spawning devserver from autoserv in
188# some of the tests. Please override in local shadow config file.
189#devserver_dir: /path/to/src/platform/dev
Simran Basi22aa9fe2012-12-07 16:37:09 -0800190
191lab_status_url: http://chromiumos-lab.appspot.com/current?format=json
192
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500193# carbon server feeding Graphite (chromeos-stats.corp.google.com)
Alex Miller5e1f0ab2013-10-22 10:31:32 -0700194CARBON_SERVER: 172.22.10.48
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500195CARBON_PORT: 2003
Alex Miller5e1f0ab2013-10-22 10:31:32 -0700196STATSD_SERVER: 172.22.10.48
Alex Miller7352b642013-03-11 15:26:57 -0700197STATSD_PORT: 8125
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500198
Dan Shi567c8f02013-06-19 11:39:20 -0700199skip_devserver_health_check: True
200
beeps1ccbbb82013-02-21 20:35:01 -0800201[BUG_REPORTING]
202gs_domain: https://storage.cloud.google.com/
203chromeos_image_archive: chromeos-image-archive/
204arg_prefix: ?arg=
beepse0db09d2013-02-24 17:13:21 -0800205retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/
beeps1ccbbb82013-02-21 20:35:01 -0800206generic_results_bin: results/
207debug_dir: debug/
beepsc4fb1472013-05-08 21:49:48 -0700208buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/
beeps8fa94442013-03-10 18:38:43 -0700209build_prefix: build/
beeps3e8e43b2013-11-13 11:39:47 -0800210cautotest_job_view = http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id
beepsc4fb1472013-05-08 21:49:48 -0700211tracker_url: https://code.google.com/p/chromium/issues/detail?id=
beeps8fa94442013-03-10 18:38:43 -0700212gs_file_prefix: gs://
Keyar Hood8c350442013-08-08 17:59:46 -0700213chromium_email_address = @chromium.org
beeps84e7bb42013-05-31 12:00:06 -0700214credentials: USE SHADOW CREDENTIALS
beepsfda8f412013-05-02 19:08:20 -0700215
216
217[NOTIFICATIONS]
218chromium_build_url: http://build.chromium.org/p/chromiumos/
219sheriffs: USE SHADOW SHERIFFS
Fang Deng3197b392013-06-26 11:42:02 -0700220lab_sheriffs: USE SHADOW SHERIFFS
Alex Millerc7a59522013-10-30 15:18:57 -0700221
222
223[POOL_INSTANCE_SHARDING]
224# Add a mapping of `pool_name: server` to your shadow config to have run_suite
225# send all of the suites for pool to the specified server.