1[AUTOTEST_WEB] 2# IP == cautotest-mysql, see http://crosbug.com/38773 3# TODO(milleral): Switch back to DNS name when bug is fixed 4# master db: chromeos-server25.mtv 5host: 172.24.26.45 6database: chromeos_autotest_db 7db_type: mysql 8user: chromeosqa-admin 9password: USE SHADOW PASSWORD 10job_timeout_default: 24 11job_timeout_mins_default: 1440 12job_max_runtime_mins_default: 1440 13parse_failed_repair_default: 0 14# Only set this if your server is not 'http://[SERVER] hostname/afe/' 15#base_url: http://your_autotest_server/afe/ 16# IP == cautotest-mysql, see http://crosbug.com/38773 17readonly_host: 172.24.26.45 18readonly_user: chromeosqa-read 19readonly_password: qyBM6kDu 20query_timeout: 3600 21min_retry_delay: 20 22max_retry_delay: 60 23graph_cache_creation_timeout_minutes: 10 24# 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. 27template_debug_mode: True 28# 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 33 34# Restricted user group. The users in the specified groups only have 35# access to master server. Will always direct them to google storage for logs 36# rather than drones or shards. 37restricted_groups: USE SHADOW RESTRICTED_GROUPS 38 39# The tko parser will use these database settings. 40# This is for sharding: Even when sharding, the results (tko tables) should 41# still be written to the master database. 42global_db_host: 43global_db_database: 44global_db_type: 45global_db_user: 46global_db_password: 47global_db_query_timeout: 48global_db_min_retry_delay: 49global_db_max_retry_delay: 50 51# Used for constructing URLs to AFE pages. 52afe_root_url: http://cautotest.corp.google.com/afe/ 53 54[AUTOTEST_SERVER_DB] 55# Server database setting. Fall back to use AFE database settings. 56database: chromeos_lab_servers 57 58[SHARD] 59# If this is not None, the instance is considered a shard. 60# The value should be the hostname of the local shard. 61shard_hostname: 62heartbeat_pause_sec: 60 63 64[AUTOSERV] 65# Autotest potential install paths 66client_autodir_paths: /usr/local/autotest,/usr/local/autodir 67# White list of tests with run time measurement enabled. 68measure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions 69# Incrementally update TKO with the status as the test runs. 70incremental_tko_parsing: False 71# If True, autoserv won't interact with real devices. 72# It will sleep 10 seconds and then pass successfully. 73testing_mode: False 74 75# Directory stores LXC containers 76container_path: /usr/local/autotest/containers 77# Shared mount point for host mounts for LXC containers. 78container_shared_host_path: /usr/local/autotest/containers/host 79 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. 83container_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz 84 85# URL to tbe folder contains base container image. 86container_base_folder_url: http://storage.googleapis.com/abci-ssp/autotest-containers 87 88# Name of the base container. 89# `base` is the container with the smallest size, still used by MobLab. 90container_base_name: base 91 92# 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 96# 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 100min_launch_control_build_id_support_ssp: 2675445 101 102# Set to True to allow servod to be started automatically in Moblab. 103auto_start_servod: False 104 105# Enable test result throttling. 106enable_result_throttling: False 107# Default maximum test result size in KB. 108default_max_result_size_KB: 20000 109 110[CLIENT] 111drop_caches: False 112drop_caches_between_iterations: False 113# Specify an alternate location to store the test results 114#output_dir: /var/log/autotest/ 115output_dir: 116#wireless_ssid: SEE SHADOW CONFIG 117#wireless_password: SEE SHADOW CONFIG 118#wireless_security: SEE SHADOW CONFIG 119# The zone that all Chrome OS devices are in if they are in a lab. 120dns_zone: cros.corp.google.com 121# If necessary, specify a proxy for client downloads 122http_proxy: 123https_proxy: 124 125# Index to upload metadata to. 126metadata_index: 127 128android_board_name_bat:bat_land 129android_board_name_dragon:ryu 130android_board_name_flo:razor 131android_board_name_flo_lte:razorg 132android_board_name_gm4g_sprout:seed_l8150 133android_board_name_flounder:volantis 134android_board_name_flounder_lte:volantis 135 136android_artifacts_volantis:bootloader_image,zip_images 137android_standalone_images_volantis:bootloader.img 138 139android_artifacts_bat_land:zip_images 140android_standalone_images_bat_land: 141android_zipped_images_bat_land:boot.img,system.img,cache.img,userdata.img 142 143[SERVER] 144hostname: cautotest 145# Turn on RPC Logging 146rpc_logging: False 147# Note the user that is running the webserver has to be able to write 148# to the below directory/file otherwise the frontend will not work with logging 149rpc_log_path: /usr/local/autotest/logs/rpcserver.log 150# Number of old logs to keep around 151rpc_num_old_logs: 5 152rpc_max_log_size_mb: 20 153# Transfer RPC logs to a RPC logging server 154rpc_logserver: False 155# Minimum amount of disk space required for AutoTest in GB 156gb_diskspace_required: 0.7 157# Minmum number of i-nodes for stateful, in 1000 i-node units. 158kilo_inodes_required: 100 159# Rialto has a small disk size, so reduce the required inodes for it. 160# See https://code.google.com/p/chrome-os-partner/issues/detail?q=45875 161kilo_inodes_required_veyron_rialto: 55 162kilo_inodes_required_arkham: 50 163kilo_inodes_required_storm: 50 164kilo_inodes_required_whirlwind: 50 165 166# Minimum amount of disk space required for encrypted stateful partition in GB 167gb_encrypted_diskspace_required: 0.1 168# If for some reason you don't want to rely on the Mail Transport Agent 169# installed on this machine, you can provide an SMTP server directly here. 170# If none provided, defaults to 'localhost', which tries to use the MTA 171# configured on the machine to send the messages. 172smtp_server: 173smtp_port: 174smtp_user: 175smtp_password: 176# Time in hours to wait before giving up on crash collection. 177crash_collection_hours_to_wait: 0.001 178 179# If True, use autotest_server_db to verify the host before running services 180# like scheduler, host-scheduler and suite-scheduler. 181use_server_db: False 182 183# Suite scheduler afe server 184# If no specified, will default to [SERVER]: hostname 185suite_scheduler_afe: 186 187# AFE server connected to the master DB. 188global_afe_hostname: cautotest 189 190# Credential directory where all credentials files should go. If not specified, 191# will look for credentils in autotest root dir. 192creds_dir: 193 194# Set to True to upload results to prod Sponge server. 195use_prod_sponge_server: False 196 197[SCHEDULER] 198die_on_orphans: False 199enable_scheduler: True 200notify_email_errors: USE SHADOW NOTIFY_EMAIL_ERRORS 201notify_email_statuses: Completed,Failed,Aborted 202max_processes_per_drone: 1000 203max_parse_processes: 100 204max_transfer_processes: 50 205tick_pause_sec: 5 206minimum_tick_sec: 0.5 207host_scheduler_minimum_tick_sec: 3 208clean_interval_minutes: 5 209drones: SET IN SHADOW CONFIG 210drone_installation_directory: /usr/local/autotest 211results_host: localhost 212results_host_installation_directory: 213secs_to_wait_for_atomic_group_hosts: 600 214pidfile_timeout_mins: 300 215max_pidfile_refreshes: 2000 216gc_stats_interval_mins: 360 217# set nonzero to enable periodic reverification of all dead hosts 218reverify_period_minutes: 30 219reverify_max_hosts_at_once: 30 220drone_sets_enabled: False 221# default_drone_set_name: This is required if drone sets are enabled. 222default_drone_set_name: 223# Disable archiving by default. 224enable_archiving: False 225copy_task_results_back: False 226copy_parse_log_back: False 227tick_debug: True 228extra_debugging: False 229# max_repair_limit sets how many times a single HQE will go through 230# repairing -> requeued -> fail -> repairing 231max_repair_limit: 2 232max_provision_retries: 0 233drone_build_externals: False 234inline_host_acquisition: USE SHADOW INLINE_HOST_ACQUISITION 235# If True, the drone manager creates a thread for each drone. 236# Otherwise, drones are handled in a single thread. 237threaded_drone_manager: True 238 239[HOSTS] 240wait_up_processes: 241default_protection: NO_PROTECTION 242# Time in seconds to wait for a machine to come back after reboot. 243default_reboot_timeout: 240 244# Time in seconds to wait for a machine to go down prior to reboot. 245wait_down_reboot_timeout: 120 246# Time in seconds to wait before generating a warning if a host has not gone 247# down for reboot. 248wait_down_reboot_warning: 30 249# Time in hours to wait for a host to recover after a down state. 250hours_to_wait_for_recovery: 0.01 251 252[AUTOSERV] 253# TODO(akeshet): Eliminate this "option" since, now that we've eliminated 254# paramiko, raw_ssh is the only supported one. 255ssh_engine: raw_ssh 256# Set to True to take advantage of OpenSSH-based connection sharing. This would 257# have bigger performance impact when ssh_engine is 'raw_ssh'. 258enable_master_ssh: True 259enable_server_prebuild: False 260 261[PACKAGES] 262# in days 263custom_max_age: 1 264# in Gigabyte 265minimum_free_space: 1 266serve_packages_from_autoserv: True 267 268[CROS] 269# If afe_stable_versions table does not have the stable version for a given 270# board and there is no entry of board `DEFAULT`, following value defined in 271# stable_cros_version will be used as the stable CrOS version. 272# Use `cli/atest stable_version` command to view or manage stable versions. 273# WARNING! Edit following setting will NOT work if stable versions are stored 274# in afe_stable_versions table already! 275stable_cros_version: R54-8743.44.0 276stable_build_pattern: %s-release/%s 277source_tree: /usr/local/google/chromeos 278gs_offloading_enabled: True 279image_storage_server: gs://chromeos-image-archive/ 280results_storage_server: gs://chromeos-autotest-results/ 281# Base url to open a file from Google Storage for `results_storage_server` 282gs_file_base_url: https://storage.cloud.google.com/chromeos-autotest-results/ 283 284cts_results_server: gs://chromeos-cts-results/ 285cts_apfe_server: gs://chromeos-cts-apfe/ 286dev_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 287canary_channel_server: gs://chromeos-releases/canary-channel/ 288# chromeos-crash1.cros 289crash_server: http://172.17.40.24:8082, http://100.107.160.6:8082, http://100.107.160.5:8082 290sharding_factor: 1 291infrastructure_user: chromeos-test 292gs_offloader_use_rsync: False 293gs_offloader_multiprocessing: False 294# Cloud pubsub 295cloud_notification_enabled: False 296# The cloud pubsub topic where notifications are sent to. 297cloud_notification_topic: 298 299# Naming convention of Android build. 300android_build_name_pattern: %\(branch\)s/%\(target\)s/%\(build_id\)s 301 302firmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2 303factory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin 304factory_artifact: factory_image 305image_url_pattern: %s/update/%s 306log_url_pattern: http://%s/tko/retrieve_logs.cgi?job=/results/%s/ 307package_url_pattern: %s/static/%s/autotest/packages 308servo_board: beaglebone_servo 309 310# TODO: Remove these released RO builds once they are migrated to Goldeneye. 311# Released RO builds for running FAFT to qualify an AU firmware in which the 312# RW portion comes from the latest build and the RO portion comes these builds. 313# Each value is a comma-separated list. The most recent build is on the left. 314RELEASED_RO_BUILDS_auron_paine: auron_paine-firmware/R39-6301.58.6 315RELEASED_RO_BUILDS_auron_yuna: auron_yuna-firmware/R39-6301.59.5 316RELEASED_RO_BUILDS_banjo: banjo-firmware/R34-5216.334.4 317RELEASED_RO_BUILDS_buddy: buddy-firmware/R39-6301.202.5 318RELEASED_RO_BUILDS_candy: candy-firmware/R34-5216.310.1 319RELEASED_RO_BUILDS_celes: celes-firmware/R46-7287.92.3 320RELEASED_RO_BUILDS_cyan: cyan-firmware/R46-7287.57.32,cyan-firmware/R46-7287.57.25 321RELEASED_RO_BUILDS_gandof: gandof-firmware/R39-6301.155.9 322RELEASED_RO_BUILDS_gnawty: gnawty-firmware/R34-5216.239.34,gnawty-firmware/R34-5216.239.16 323RELEASED_RO_BUILDS_guado: guado-firmware/R39-6301.108.4 324RELEASED_RO_BUILDS_heli: heli-firmware/R34-5216.392.4 325RELEASED_RO_BUILDS_lulu: lulu-firmware/R39-6301.136.39,lulu-firmware/R39-6301.136.16 326RELEASED_RO_BUILDS_mccloud: mccloud-firmware/R36-5827.14.0 327RELEASED_RO_BUILDS_ninja: ninja-firmware/R34-5216.383.7 328RELEASED_RO_BUILDS_orco: orco-firmware/R34-5216.362.7 329RELEASED_RO_BUILDS_panther: panther-firmware/R32-4920.24.26 330RELEASED_RO_BUILDS_rikku: rikku-firmware/R39-6301.110.4 331RELEASED_RO_BUILDS_samus: samus-firmware/R39-6300.102.0,samus-firmware/R39-6300.90.0 332RELEASED_RO_BUILDS_squawks: squawks-firmware/R34-5216.152.22,squawks-firmware/R34-5216.152.21,squawks-firmware/R34-5216.152.17 333RELEASED_RO_BUILDS_tricky: tricky-firmware/R36-5829.12.0 334RELEASED_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 335RELEASED_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 336RELEASED_RO_BUILDS_veyron_mickey: veyron_mickey-firmware/R41-6588.168.0,veyron_mickey-firmware/R41-6588.159.0 337RELEASED_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 338RELEASED_RO_BUILDS_veyron_minnie: veyron_minnie-firmware/R41-6588.160.0,veyron_minnie-firmware/R41-6588.92.0 339RELEASED_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 340RELEASED_RO_BUILDS_wolf: wolf-firmware/R30-4389.24.62,wolf-firmware/R30-4389.24.58,wolf-firmware/R30-4389.24.39 341 342# Username and password for connecting to remote power control switches of 343# the "Sentry Switched CDU" type 344rpm_sentry_username: fake_user 345rpm_sentry_password: fake_password 346rpm_frontend_uri: http://chromeos-rpmserver2.cbf.corp.google.com:9999 347rpm_recovery_boards: stumpy,kiev 348 349# Path the devserver source tree, used for spawning devserver from autoserv in 350# some of the tests. Please override in local shadow config file. 351#devserver_dir: /path/to/src/platform/dev 352 353lab_status_url: http://chromiumos-lab.appspot.com/current?format=json 354 355sam_instances: cautotest 356test_instance: chromeos-autotest.cbf 357extra_servers: chromeos-mcp 358 359skip_devserver_health_check: True 360 361# The swarming instance that will be used for golo proxy 362swarming_proxy: 363 364# Limit the number of files in the result folder. 365gs_offloader_limit_file_count: False 366 367# A list of pools that allow to be repaired using firmware repair. 368pools_support_firmware_repair: faft-test,faft-test-tot,faft-test-experiment 369 370# A list of restricted subnets, in the format of ip/mask_bits, e.g., 10.0.0.1/24 371restricted_subnets: 372 373# Flags to enable/disable drone election in resctricted subnet. 374enable_drone_in_restricted_subnet: False 375 376# Set to True for test to prefer devserver in the same subnet. 377prefer_local_devserver: False 378 379# Flags to enable/disable SSH tunnel connection for servo host. 380enable_ssh_tunnel_for_servo: False 381 382# Flags to enable/disable SSH tunnel connection for chameleon host. 383enable_ssh_tunnel_for_chameleon: False 384 385# Flags to enable/disable SSH connection for devserver. This only applies to 386# devservers inside restricted subnet, specified in CROS/restricted_subnets. 387# If a devserver is not in any restriceted subnet, test will still make direct 388# http call even if this option is set to True. 389enable_ssh_connection_for_devserver: False 390 391# Flags to enable/disable SSH tunnel connection for moblab host. 392enable_ssh_tunnel_for_moblab: False 393 394# Flags to enable/disable get control file contents in batch. 395enable_getting_controls_in_batch: False 396 397# Flags to enable/disable making devserver trigger auto-update for cros host. 398enable_devserver_trigger_auto_update: False 399 400# File for hwid key. 401HWID_KEY: no_hwid_labels 402 403[BUG_REPORTING] 404gs_domain: https://storage.cloud.google.com/ 405chromeos_image_archive: chromeos-image-archive/ 406arg_prefix: ?arg= 407retrieve_logs_cgi: http://ubercautotest.corp.google.com/tko/retrieve_logs.cgi?job=/ 408generic_results_bin: results/ 409debug_dir: debug/ 410buildbot_builders: http://chromegw.corp.google.com/i/chromeos/builders/ 411build_prefix: build/ 412job_view = http://%s/afe/#tab_id=view_job&object_id=%s 413crbug_url: https://code.google.com/p/chromium/issues/detail?id=%s 414gs_file_prefix: gs:// 415chromium_email_address = @chromium.org 416credentials: USE SHADOW CREDENTIALS 417monorail_server: 418client_id: USE SHADOW CLIENT_ID 419client_secret: USE SHADOW CLIENT_SECRET 420scope: USE SHADOW SCOPE 421wmatrix_retry_url: https://wmatrix.googleplex.com/retry_teststats/?days_back=30&tests=%s 422wmatrix_test_history_url: https://wmatrix.googleplex.com/unfiltered?hide_missing=True&tests=%s 423pool_health_cc: chromeos-infra-eng@grotations.appspotmail.com 424pool_health_labels: recoverduts,Pri-1 425pool_health_components: Infra>Client>ChromeOS 426 427 428[NOTIFICATIONS] 429chromium_build_url: http://build.chromium.org/p/chromiumos/ 430sheriffs: USE SHADOW SHERIFFS 431lab_sheriffs: USE SHADOW SHERIFFS 432gmail_api_credentials: 433gmail_api_credentials_test_failure: 434 435 436[POOL_INSTANCE_SHARDING] 437# Add a mapping of `pool_name: server` to your shadow config to have run_suite 438# send all of the suites for pool to the specified server. 439 440[UPDATE_COMMANDS] 441afe: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.AfeClient 442apache: sudo service apache2 reload 443build_externals: AUTOTEST_REPO/utils/build_externals.py 444migrate: AUTOTEST_REPO/database/migrate.py sync 445test_importer: AUTOTEST_REPO/utils/test_importer.py 446tko: AUTOTEST_REPO/utils/compile_gwt_clients.py -c autotest.TkoClient 447 448# [UPDATE] 449# Set this with command names that should run after every update. 450# commands: build_externals test_importer etc 451# Set this with service names that should be restarted after every update. 452# services: 453 454[SSP] 455# Section for configuration needed for server-side packaging. 456# User that runs the autoserv process in the host of the container. 457# The user is passed to a container through global config file so a process 458# running inside the container can use the same user to make RPC. 459user: 460 461[ACTS] 462# Section for ACTS configuration. 463acts_config_folder: 464 465[ANDROID] 466image_url_pattern: %s/static/%s 467stable_version_dragonboard: git_mnc-brillo-dev/dragonboard-userdebug/2512766 468stable_version_edison: git_nyc-jaqen-dev/jaqen_edison-userdebug/2979181 469package_url_pattern: %s/static/%s 470