blob: c33cccbdf785071152c4bf6e944614c0d388dcb3 [file] [log] [blame]
mblighb090f142008-02-27 21:33:46 +00001[AUTOTEST_WEB]
Scott Zawalski764557d2011-12-23 05:35:40 -05002host: cautotest-mysql
Chris Sosab4d6caa2011-11-17 15:32:38 -08003database: chromeos_autotest_db
mblighb090f142008-02-27 21:33:46 +00004db_type: mysql
Scott Zawalski20a9b582011-11-21 11:49:40 -08005user: chromeosqa-admin
6password: USE SHADOW PASSWORD
7job_timeout_default: 24
8job_max_runtime_hrs_default: 24
showarda1e74b32009-05-12 17:32:04 +00009parse_failed_repair_default: 0
mbligh37eceaa2008-12-15 22:56:37 +000010# Only set this if your server is not 'http://[SERVER] hostname/afe/'
11#base_url: http://your_autotest_server/afe/
Scott Zawalski764557d2011-12-23 05:35:40 -050012readonly_host: cautotest-mysql
Chris Sosab4d6caa2011-11-17 15:32:38 -080013readonly_user: chromeosqa-read
14readonly_password: qyBM6kDu
showard250d84d2010-01-12 21:59:48 +000015query_timeout: 3600
16min_retry_delay: 20
17max_retry_delay: 60
18graph_cache_creation_timeout_minutes: 10
jamesren4a41e012010-07-16 22:33:48 +000019parameterized_jobs: False
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
showard250d84d2010-01-12 21:59:48 +000029
Dale Curtis74a314b2011-06-23 14:55:46 -070030[AUTOSERV]
31# Autotest potential install paths
32client_autodir_paths: /usr/local/autotest
33
lmr6d08b3c2009-11-18 19:26:38 +000034[CLIENT]
35drop_caches: True
36drop_caches_between_iterations: True
Dale Curtis8adf7892011-09-08 16:13:36 -070037# Specify an alternate location to store the test results
38#output_dir: /var/log/autotest/
39output_dir:
jadmanski6f6afd12009-11-11 23:39:20 +000040
mbligh37eceaa2008-12-15 22:56:37 +000041[SERVER]
Scott Zawalski20a9b582011-11-21 11:49:40 -080042hostname: cautotest
showard02ed4bd2009-09-09 15:30:11 +000043# Turn on RPC Logging
44rpc_logging: False
45# Note the user that is running the webserver has to be able to write
46# to the below directory/file otherwise the frontend will not work with logging
47rpc_log_path: /usr/local/autotest/logs/rpcserver.log
48# Number of old logs to keep around
49rpc_num_old_logs: 5
50rpc_max_log_size_mb: 20
mblighb86bfa12010-02-12 20:22:21 +000051# Minimum amount of disk space required for AutoTest in GB
Dale Curtis74a314b2011-06-23 14:55:46 -070052gb_diskspace_required: 1
showardb6a186f2009-09-11 18:45:54 +000053# If for some reason you don't want to rely on the Mail Transport Agent
54# installed on this machine, you can provide an SMTP server directly here.
55# If none provided, defaults to 'localhost', which tries to use the MTA
56# configured on the machine to send the messages.
57smtp_server:
58smtp_port:
59smtp_user:
60smtp_password:
Dale Curtis74a314b2011-06-23 14:55:46 -070061# Time in hours to wait before giving up on crash collection.
62crash_collection_hours_to_wait: 0.001
mbligh104e9ce2008-03-11 22:01:44 +000063
mblighc13a3b82008-03-11 22:14:57 +000064[SCHEDULER]
mbligh5fa9e112009-08-03 16:46:06 +000065die_on_orphans: False
showard5613c662009-06-08 23:30:33 +000066enable_scheduler: True
Scott Zawalski20a9b582011-11-21 11:49:40 -080067notify_email: chromeos-test-cron+cautotest@google.com
68notify_email_from: chromeos-autotest@google.com
showardc85c21b2008-11-24 22:17:37 +000069notify_email_statuses: Completed,Failed,Aborted
showard324bf812009-01-20 23:23:38 +000070max_processes_per_drone: 1000
showardec113162008-05-08 00:52:49 +000071max_jobs_started_per_cycle: 100
Scott Zawalski38428ef2012-07-10 15:29:10 -040072max_parse_processes: 100
showard170873e2009-01-07 00:22:26 +000073max_transfer_processes: 50
showard3bb499f2008-07-03 19:42:20 +000074tick_pause_sec: 5
75clean_interval_minutes: 60
Scott Zawalski38428ef2012-07-10 15:29:10 -040076drones: atlantis2
77atlantis2_max_processes: 600
showard170873e2009-01-07 00:22:26 +000078drone_installation_directory: /usr/local/autotest
79results_host: localhost
showardac5b0002009-10-19 18:34:00 +000080results_host_installation_directory:
showard77182562009-06-10 00:16:05 +000081secs_to_wait_for_atomic_group_hosts: 600
showardec6a3b92009-09-25 20:29:13 +000082pidfile_timeout_mins: 300
showard8d3dbca2009-09-25 20:29:38 +000083max_pidfile_refreshes: 2000
showardf13a9e22009-12-18 22:54:09 +000084gc_stats_interval_mins: 360
showard8dbd05a2010-01-12 18:54:59 +000085# set nonzero to enable periodic reverification of all dead hosts
Scott Zawalski20a9b582011-11-21 11:49:40 -080086reverify_period_minutes: 60
87reverify_max_hosts_at_once: 10
jamesren76fcf192010-04-21 20:39:50 +000088drone_sets_enabled: False
89# default_drone_set_name: This is required if drone sets are enabled.
90default_drone_set_name:
Yu-Ju Hong52ce11d2012-08-01 17:55:48 -070091# Disable archiving by default.
92enable_archiving: False
Simran Basicced3092012-08-02 15:09:23 -070093copy_task_results_back: False
Simran Basi8f858d02012-08-03 15:28:55 -070094copy_parse_log_back: False
Simran Basi0ec94dd2012-08-28 09:50:10 -070095tick_debug: True
Simran Basidef92872012-09-20 13:34:34 -070096extra_debugging: False
Simran Basicced3092012-08-02 15:09:23 -070097
jadmanski55c7f332008-05-14 20:36:47 +000098
99[HOSTS]
100wait_up_processes:
mblighdfc0d2a2008-07-11 21:26:47 +0000101default_protection: NO_PROTECTION
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700102# Time in seconds to wait for a machine to come back after reboot.
J. Richard Barnette0d148182012-10-03 13:30:23 -0700103default_reboot_timeout: 120
Dale Curtiscb7bfaf2011-06-07 16:21:57 -0700104# Time in seconds to wait for a machine to go down prior to reboot.
105wait_down_reboot_timeout: 30
106# Time in seconds to wait before generating a warning if a host has not gone
107# down for reboot.
108wait_down_reboot_warning: 30
109# Time in hours to wait for a host to recover after a down state.
110hours_to_wait_for_recovery: 0.01
jadmanskiede7e242009-08-10 15:43:33 +0000111
mblighcb8cb332009-09-03 21:08:56 +0000112[AUTOSERV]
mbligh55552bf2009-11-06 03:12:38 +0000113# Autotest has 2 implementations of SSH based hosts, the default (raw_ssh), and
114# another one based on the python SSH library paramiko (paramiko).
115# You can change the default 'raw_ssh' to 'paramiko' if you want to.
116ssh_engine: raw_ssh
mblighefccc1b2010-01-11 19:08:42 +0000117# Set to True to take advantage of OpenSSH-based connection sharing. This would
118# have bigger performance impact when ssh_engine is 'raw_ssh'.
Darin Petkov61e87882010-01-11 15:33:48 -0800119enable_master_ssh: True
mbligh55552bf2009-11-06 03:12:38 +0000120# Autotest server operators *really should* set this to True, specially if
121# using ssh_engine 'paramiko'.
mblighcb8cb332009-09-03 21:08:56 +0000122require_atfork_module: False
jadmanski01471962010-03-19 17:37:28 +0000123# Set to False to disable ssh-agent usage with paramiko
124use_sshagent_with_paramiko: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800125enable_server_prebuild: False
Eric Li4e4cd612010-04-07 12:49:10 -0700126
jadmanskiede7e242009-08-10 15:43:33 +0000127[PACKAGES]
Scott Zawalski20a9b582011-11-21 11:49:40 -0800128# in days
129custom_max_age: 1
130# in Gigabyte
Dale Curtis6ad33192011-07-06 18:04:50 -0700131minimum_free_space: 1
132serve_packages_from_autoserv: True
Scott Zawalski20a9b582011-11-21 11:49:40 -0800133
134[CROS]
Scott Zawalski347a0b82012-03-30 16:39:21 -0400135# The zone that all Chrome OS devices are in if they are in a lab.
136dns_zone: cros.corp.google.com
Scott Zawalski20a9b582011-11-21 11:49:40 -0800137source_tree: /usr/local/google/chromeos
Chris Masonefb08a772012-01-12 15:57:41 -0800138image_storage_server: gs://chromeos-image-archive/
Scott Zawalskib9cc5972012-10-15 17:25:18 -0400139# chromeos-devserver{1,2,3}.cros
140dev_server: http://172.22.50.2:8082,http://172.22.50.205:8082,http://172.17.40.23:8082
141# chromeos-crash1.cros
142crash_server: http://172.17.40.24:8082
Scott Zawalskic50ce042012-04-17 13:01:31 -0400143sharding_factor: 1
Chris Masonee99bcf22012-08-17 15:09:49 -0700144infrastructure_users: chromeos-test
Chris Sosa24b3a022012-07-31 14:27:59 -0700145
146image_url_pattern: %s/update/%s
147package_url_pattern: %s/static/archive/%s/autotest/packages
Chris Masone1120cdf2012-02-27 17:35:07 -0800148log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/
Mark Koudritskya724e9a2012-04-05 14:14:52 -0400149# Username and password for connecting to remote power control switches of
150# the "Sentry Switched CDU" type
151rpm_sentry_username: fake_user
152rpm_sentry_password: fake_password