blob: 89d320d5003526b89e6a016e1fbfb7f06c493f8a [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 Basi34217022012-11-06 13:43:15 -080010job_max_runtime_mins_default: 1440
showarda1e74b32009-05-12 17:32:04 +000011parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000012# Only set this if your server is not 'http://[SERVER] hostname/afe/'
13#base_url: http://your_autotest_server/afe/
Alex Millerd46c0a42013-02-22 12:41:58 -080014# IP == cautotest-mysql, see http://crosbug.com/38773
Scott Zawalskiadb9cf12013-03-10 13:03:30 -040015readonly_host: 172.18.72.10
Chris Sosab4d6caa2011-11-17 15:32:38 -080016readonly_user: chromeosqa-read
17readonly_password: qyBM6kDu
showard250d84d2010-01-12 21:59:48 +000018query_timeout: 3600
19min_retry_delay: 20
20max_retry_delay: 60
21graph_cache_creation_timeout_minutes: 10
jamesren4a41e012010-07-16 22:33:48 +000022parameterized_jobs: False
Dale Curtis74a314b2011-06-23 14:55:46 -070023# Whether to enable django template debug mode. If this is set to True, all
24# django errors will be wrapped in a nice debug page with detailed environment
25# and stack trace info. Turned off by default.
Scott Zawalski20a9b582011-11-21 11:49:40 -080026template_debug_mode: True
Dale Curtis74a314b2011-06-23 14:55:46 -070027# Whether to enable django SQL debug mode. If this is set to True, all
28# queries performed by the Object Relational Mapper subsystem will be printed,
29# which means the scheduler logs will contains all the queries executed. This
30# is too much verbosity for 'production' systems, hence turned off by default.
31sql_debug_mode: False
showard250d84d2010-01-12 21:59:48 +000032
Dale Curtis74a314b2011-06-23 14:55:46 -070033[AUTOSERV]
34# Autotest potential install paths
35client_autodir_paths: /usr/local/autotest
Dan Shia1ecd5c2013-06-06 11:21:31 -070036# White list of tests with run time measurement enabled.
37measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions
Dale Curtis74a314b2011-06-23 14:55:46 -070038
lmr6d08b3c2009-11-18 19:26:38 +000039[CLIENT]
Dan Shifeaf9082013-06-17 11:23:31 -070040drop_caches: False
41drop_caches_between_iterations: False
Dale Curtis8adf7892011-09-08 16:13:36 -070042# Specify an alternate location to store the test results
43#output_dir: /var/log/autotest/
44output_dir:
jadmanski6f6afd12009-11-11 23:39:20 +000045
mbligh37eceaa2008-12-15 22:56:37 +000046[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -080047hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +000048# Turn on RPC Logging
49rpc_logging: False
50# Note the user that is running the webserver has to be able to write
51# to the below directory/file otherwise the frontend will not work with logging
52rpc_log_path: /usr/local/autotest/logs/rpcserver.log
53# Number of old logs to keep around
54rpc_num_old_logs: 5
55rpc_max_log_size_mb: 20
mblighb86bfa12010-02-12 20:22:21 +000056# Minimum amount of disk space required for AutoTest in GB
Fang Deng6b05f5b2013-03-20 13:42:11 -070057gb_diskspace_required: 1.0
58# Minimum amount of disk space required for encrypted stateful partition in GB
59gb_encrypted_diskspace_required: 0.1
showardb6a186f2009-09-11 18:45:54 +000060# If for some reason you don't want to rely on the Mail Transport Agent
61# installed on this machine, you can provide an SMTP server directly here.
62# If none provided, defaults to 'localhost', which tries to use the MTA
63# configured on the machine to send the messages.
64smtp_server:
65smtp_port:
66smtp_user:
67smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -070068# Time in hours to wait before giving up on crash collection.
69crash_collection_hours_to_wait: 0.001
mbligh104e9ce2008-03-11 22:01:44 +000070
mblighc13a3b82008-03-11 22:14:57 +000071[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +000072die_on_orphans: False
showard5613c662009-06-08 23:30:33 +000073enable_scheduler: True
Scott Zawalski20a9b582011-11-21 11:49:40 -080074notify_email: chromeos-test-cron+cautotest@google.com
beepsdae65fd2013-07-26 16:24:41 -070075notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS
Scott Zawalski20a9b582011-11-21 11:49:40 -080076notify_email_from: chromeos-autotest@google.com
showardc85c21b2008-11-24 22:17:37 +000077notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +000078max_processes_per_drone: 1000
Alex Millerc23a7f02013-08-27 17:36:42 -070079max_hostless_processes: 500
showardec113162008-05-08 00:52:49 +000080max_jobs_started_per_cycle: 100
Scott Zawalski38428ef2012-07-10 15:29:10 -040081max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +000082max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +000083tick_pause_sec: 5
Simran Basi34217022012-11-06 13:43:15 -080084clean_interval_minutes: 5
Scott Zawalski38428ef2012-07-10 15:29:10 -040085drones: atlantis2
86atlantis2_max_processes: 600
showard170873e2009-01-07 00:22:26 +000087drone_installation_directory: /usr/local/autotest
88results_host: localhost
showardac5b0002009-10-19 18:34:00 +000089results_host_installation_directory:
showard77182562009-06-10 00:16:05 +000090secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +000091pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +000092max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +000093gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +000094# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski20a9b582011-11-21 11:49:40 -080095reverify_period_minutes: 60
96reverify_max_hosts_at_once: 10
jamesren76fcf192010-04-21 20:39:50 +000097drone_sets_enabled: False
98# default_drone_set_name: This is required if drone sets are enabled.
99default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -0700100# Disable archiving by default.
101enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -0700102copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -0700103copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -0700104tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -0700105extra_debugging: False
Simran Basiea5220f2013-05-29 13:14:19 -0700106try_job_timeout_mins: 120
Simran Basi1a5cf732012-11-27 09:28:13 -0800107hqe_maximum_abort_rate_float: .5
Simran Basicced3092012-08-02 15:09:23 -0700108
jadmanski55c7f332008-05-14 20:36:47 +0000109
110[HOSTS]
111wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000112default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700113# Time in seconds to wait for a machine to come back after reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700114default_reboot_timeout: 240
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700115# Time in seconds to wait for a machine to go down prior to reboot.
Chris Sosab76e0ee2013-05-22 16:55:41 -0700116wait_down_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700117# Time in seconds to wait before generating a warning if a host has not gone
118# down for reboot.
119wait_down_reboot_warning: 30
120# Time in hours to wait for a host to recover after a down state.
121hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000122
mblighcb8cb332009-09-03 21:08:56 +0000123[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +0000124# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
125# another one based on the python SSH library paramiko (paramiko).
126# You can change the default 'raw_ssh' to 'paramiko' if you want to.
127ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +0000128# Set to True to take advantage of OpenSSH-based connection sharing. This would
129# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800130enable_master_ssh: True
mbligh55552bf2009-11-06 03:12:38 +0000131# Autotest server operators *really should* set this to True, specially if
132# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000133require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000134# Set to False to disable ssh-agent usage with paramiko
135use_sshagent_with_paramiko: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800136enable_server_prebuild: False
Eric Li4e4cd612010-04-07 12:49:10 -0700137
jadmanskiede7e242009-08-10 15:43:33 +0000138[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800139# in days
140custom_max_age: 1
141# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700142minimum_free_space: 1
143serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800144
145[CROS]
Scott Zawalski1adc18a2013-05-20 10:45:10 -0400146stable_cros_version: R28-4100.7.0
Scott Zawalski89c44dd2013-02-26 09:28:02 -0500147stable_build_pattern: %s-release/%s
Scott Zawalski347a0b82012-03-30 16:39:21 -0400148# The zone that all Chrome OS devices are in if they are in a lab.
149dns_zone: cros.corp.google.com
Scott Zawalski20a9b582011-11-21 11:49:40 -0800150source_tree: /usr/local/google/chromeos
Chris Masonefb08a772012-01-12 15:57:41 -0800151image_storage_server: gs://chromeos-image-archive/
Scott Zawalski406cf3b2013-08-16 09:21:02 -0400152# chromeos-devserver{1,2,3,4,5}.cros
153dev_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 -0700154canary_channel_server: gs://chromeos-releases/canary-channel/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400155# chromeos-crash1.cros
156crash_server: http://172.17.40.24:8082
Scott Zawalskic50ce042012-04-17 13:01:31 -0400157sharding_factor: 1
Chris Sosa66dfb372013-01-29 16:36:19 -0800158infrastructure_user: chromeos-test
Chris Sosa24b3a022012-07-31 14:27:59 -0700159
joychen03eaad92013-06-26 09:55:21 -0700160firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2
beepse539be02013-07-31 21:57:39 -0700161factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin
Vadim Bendeburyab14bf12012-12-28 13:51:46 -0800162image_url_pattern: %s/update/%s
163log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/
joychen03eaad92013-06-26 09:55:21 -0700164package_url_pattern: %s/static/%s/autotest/packages
J. Richard Barnette31b2e312013-04-04 16:05:22 -0700165servo_url_pattern: %s/static/servo-images/%s_test_image.bin
Chris Sosa7d7b9eb2013-02-14 16:12:01 -0800166
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400167# Username and password for connecting to remote power control switches of
168# the "Sentry Switched CDU" type
169rpm_sentry_username: fake_user
170rpm_sentry_password: fake_password
Scott Zawalski88e49072013-04-12 09:14:19 -0700171rpm_frontend_uri: http://chromeos-rpmserver1.cbf.corp.google.com:9999
Richard Barnette82c35912012-11-20 10:09:10 -0800172rpm_recovery_boards: stumpy,kiev
Gilad Arnold03901082012-11-19 07:29:02 -0800173
174# Path the devserver source tree, used for spawning devserver from autoserv in
175# some of the tests. Please override in local shadow config file.
176#devserver_dir: /path/to/src/platform/dev
Simran Basi22aa9fe2012-12-07 16:37:09 -0800177
178lab_status_url: http://chromiumos-lab.appspot.com/current?format=json
179
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500180# carbon server feeding Graphite (chromeos-stats.corp.google.com)
181CARBON_SERVER: chromeos-stats.corp.google.com
182CARBON_PORT: 2003
Alex Miller7352b642013-03-11 15:26:57 -0700183STATSD_SERVER: chromeos-stats.corp.google.com
184STATSD_PORT: 8125
Scott Zawalskic610c4d2013-02-06 15:11:21 -0500185
Dan Shi567c8f02013-06-19 11:39:20 -0700186skip_devserver_health_check: True
187
beeps1ccbbb82013-02-21 20:35:01 -0800188[BUG_REPORTING]
189gs_domain: https://storage.cloud.google.com/
190chromeos_image_archive: chromeos-image-archive/
191arg_prefix: ?arg=
beepse0db09d2013-02-24 17:13:21 -0800192retrieve_logs_cgi: http://cautotest.corp.google.com/tko/retrieve_logs.cgi?job=/
beeps1ccbbb82013-02-21 20:35:01 -0800193generic_results_bin: results/
194debug_dir: debug/
beepsc4fb1472013-05-08 21:49:48 -0700195buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/
beeps8fa94442013-03-10 18:38:43 -0700196build_prefix: build/
beepsc4fb1472013-05-08 21:49:48 -0700197tracker_url: https://code.google.com/p/chromium/issues/detail?id=
beeps8fa94442013-03-10 18:38:43 -0700198gs_file_prefix: gs://
Keyar Hood8c350442013-08-08 17:59:46 -0700199chromium_email_address = @chromium.org
200test_failure_owner = beeps@chromium.org
beeps84e7bb42013-05-31 12:00:06 -0700201credentials: USE SHADOW CREDENTIALS
beepsfda8f412013-05-02 19:08:20 -0700202
203
204[NOTIFICATIONS]
205chromium_build_url: http://build.chromium.org/p/chromiumos/
206sheriffs: USE SHADOW SHERIFFS
Fang Deng3197b392013-06-26 11:42:02 -0700207lab_sheriffs: USE SHADOW SHERIFFS