1*9c5db199SXin Li[AUTOTEST_WEB] 2*9c5db199SXin Lihost: localhost 3*9c5db199SXin Lidatabase: chromeos_autotest_db 4*9c5db199SXin Lidb_type: mysql 5*9c5db199SXin Liuser: chromeosqa-admin 6*9c5db199SXin Lipassword: USE SHADOW PASSWORD 7*9c5db199SXin Lijob_timeout_default: 6 8*9c5db199SXin Lijob_timeout_mins_default: 360 9*9c5db199SXin Lijob_max_runtime_mins_default: 360 10*9c5db199SXin Liparse_failed_repair_default: 0 11*9c5db199SXin Li# Only set this if your server is not 'http://[SERVER] hostname/afe/' 12*9c5db199SXin Li#base_url: http://your_autotest_server/afe/ 13*9c5db199SXin Lireadonly_host: localhost 14*9c5db199SXin Lireadonly_user: chromeosqa-read 15*9c5db199SXin Lireadonly_password: 16*9c5db199SXin Liquery_timeout: 3600 17*9c5db199SXin Limin_retry_delay: 20 18*9c5db199SXin Limax_retry_delay: 60 19*9c5db199SXin Ligraph_cache_creation_timeout_minutes: 10 20*9c5db199SXin Li# Whether to enable django template debug mode. If this is set to True, all 21*9c5db199SXin Li# django errors will be wrapped in a nice debug page with detailed environment 22*9c5db199SXin Li# and stack trace info. Turned off by default. 23*9c5db199SXin Litemplate_debug_mode: True 24*9c5db199SXin Li# Whether to enable django SQL debug mode. If this is set to True, all 25*9c5db199SXin Li# queries performed by the Object Relational Mapper subsystem will be printed, 26*9c5db199SXin Li# which means the scheduler logs will contains all the queries executed. This 27*9c5db199SXin Li# is too much verbosity for 'production' systems, hence turned off by default. 28*9c5db199SXin Lisql_debug_mode: False 29*9c5db199SXin Listainless_url: https://stainless.corp.google.com 30*9c5db199SXin Li 31*9c5db199SXin Li# Servers that should use the readonly followers for heartbeat. Not shards. 32*9c5db199SXin Lireadonly_heartbeat: False 33*9c5db199SXin Li 34*9c5db199SXin Li# Restricted user group. The users in the specified groups only have 35*9c5db199SXin Li# access to leader server. Will always direct them to google storage for logs 36*9c5db199SXin Li# rather than drones or shards. 37*9c5db199SXin Lirestricted_groups: USE SHADOW RESTRICTED_GROUPS 38*9c5db199SXin Li 39*9c5db199SXin Li# The tko parser will use these database settings. 40*9c5db199SXin Li# This is for sharding: Even when sharding, the results (tko tables) should 41*9c5db199SXin Li# still be written to the leader database. 42*9c5db199SXin Liglobal_db_host: 43*9c5db199SXin Liglobal_db_database: 44*9c5db199SXin Liglobal_db_type: 45*9c5db199SXin Liglobal_db_user: 46*9c5db199SXin Liglobal_db_password: 47*9c5db199SXin Liglobal_db_query_timeout: 48*9c5db199SXin Liglobal_db_min_retry_delay: 49*9c5db199SXin Liglobal_db_max_retry_delay: 50*9c5db199SXin Li 51*9c5db199SXin Li[AUTOTEST_SERVER_DB] 52*9c5db199SXin Li# Server database setting. Fall back to use AFE database settings. 53*9c5db199SXin Lidatabase: chromeos_lab_servers 54*9c5db199SXin Li 55*9c5db199SXin Li[SHARD] 56*9c5db199SXin Li# If this is not None, the instance is considered a shard. 57*9c5db199SXin Li# The value should be the hostname of the local shard. 58*9c5db199SXin Lishard_hostname: 59*9c5db199SXin Liheartbeat_pause_sec: 60 60*9c5db199SXin Lithrottle_incomplete_jobs_upload: False 61*9c5db199SXin Li 62*9c5db199SXin Li[AUTOSERV] 63*9c5db199SXin Li# Autotest potential install paths 64*9c5db199SXin Liclient_autodir_paths: /usr/local/autotest,/usr/local/autodir 65*9c5db199SXin Li# Allow list of tests with run time measurement enabled. 66*9c5db199SXin Limeasure_run_time_tests: desktopui_ScreenLocker,login_LoginSuccess,security_ProfilePermissions 67*9c5db199SXin Li 68*9c5db199SXin Li# Don't export tko job information to disk file. 69*9c5db199SXin Liexport_tko_job_to_file: False 70*9c5db199SXin Li# If True, autoserv won't interact with real devices. 71*9c5db199SXin Li# It will sleep 10 seconds and then pass successfully. 72*9c5db199SXin Litesting_mode: False 73*9c5db199SXin Li 74*9c5db199SXin Li# Directory stores LXC containers 75*9c5db199SXin Licontainer_path: /usr/local/autotest/containers 76*9c5db199SXin Li# Directory stores the base LXC container 77*9c5db199SXin Libase_container_path: /usr/local/autotest/containers 78*9c5db199SXin Li# Shared mount point for host mounts for LXC containers. 79*9c5db199SXin Licontainer_shared_host_path: /usr/local/autotest/containers/host 80*9c5db199SXin Li 81*9c5db199SXin Li# `container_base` is replaced by `container_base_folder_url` and `container_base_name` 82*9c5db199SXin Li# The setting is kept for backwards compatibility reason. 83*9c5db199SXin Li# Download link for base image of container. 84*9c5db199SXin Licontainer_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz 85*9c5db199SXin Li 86*9c5db199SXin Li# URL to tbe folder contains base container image. 87*9c5db199SXin Licontainer_base_folder_url: https://storage.googleapis.com/abci-ssp/autotest-containers 88*9c5db199SXin Li 89*9c5db199SXin Li# Name of the base container. 90*9c5db199SXin Li# `base` is the container with the smallest size, still used by MobLab. 91*9c5db199SXin Licontainer_base_name: base 92*9c5db199SXin Li 93*9c5db199SXin Li# Minimum OS version that supports server side packaging. Older builds may 94*9c5db199SXin Li# not have server side package built or with Autotest code change to support 95*9c5db199SXin Li# server-side packaging. 96*9c5db199SXin Limin_version_support_ssp: 6986 97*9c5db199SXin Limin_launch_control_build_id_support_ssp: 2675445 98*9c5db199SXin Li 99*9c5db199SXin Li# Set to True to allow servod to be started automatically in Moblab. 100*9c5db199SXin Liauto_start_servod: False 101*9c5db199SXin Li 102*9c5db199SXin Li# Enable test result throttling. 103*9c5db199SXin Lienable_result_throttling: False 104*9c5db199SXin Li# Default maximum test result size in KB. 105*9c5db199SXin Lidefault_max_result_size_KB: 350000 106*9c5db199SXin Li 107*9c5db199SXin Li[CLIENT] 108*9c5db199SXin Lidrop_caches: False 109*9c5db199SXin Lidrop_caches_between_iterations: False 110*9c5db199SXin Li# Specify an alternate location to store the test results 111*9c5db199SXin Li#output_dir: /var/log/autotest/ 112*9c5db199SXin Lioutput_dir: 113*9c5db199SXin Li#wireless_ssid: SEE SHADOW CONFIG 114*9c5db199SXin Li#wireless_password: SEE SHADOW CONFIG 115*9c5db199SXin Li#wireless_security: SEE SHADOW CONFIG 116*9c5db199SXin Li# The zone that all ChromeOS devices are in if they are in a lab. 117*9c5db199SXin Lidns_zone: cros.corp.google.com 118*9c5db199SXin Li# If necessary, specify a proxy for client downloads 119*9c5db199SXin Lihttp_proxy: 120*9c5db199SXin Lihttps_proxy: 121*9c5db199SXin Li 122*9c5db199SXin Liandroid_board_name_bat:bat_land 123*9c5db199SXin Liandroid_board_name_dragon:ryu 124*9c5db199SXin Liandroid_board_name_flo:razor 125*9c5db199SXin Liandroid_board_name_flo_lte:razorg 126*9c5db199SXin Liandroid_board_name_gm4g_sprout:seed_l8150 127*9c5db199SXin Liandroid_board_name_flounder:volantis 128*9c5db199SXin Liandroid_board_name_flounder_lte:volantis 129*9c5db199SXin Li 130*9c5db199SXin Liandroid_artifacts_volantis:bootloader_image,zip_images 131*9c5db199SXin Liandroid_standalone_images_volantis:bootloader.img 132*9c5db199SXin Li 133*9c5db199SXin Liandroid_artifacts_bat_land:zip_images 134*9c5db199SXin Liandroid_standalone_images_bat_land: 135*9c5db199SXin Liandroid_zipped_images_bat_land:boot.img,system.img,cache.img,userdata.img 136*9c5db199SXin Li 137*9c5db199SXin Li# If set, sso_client is used from client tools to access AFE/TKO RPC servers. 138*9c5db199SXin Li# This is needed to access AFE via uberproxy endpoints. 139*9c5db199SXin Li# Cf b/32303896: Direct HTTP access to lab servers will soon no longer be 140*9c5db199SXin Li# possible from developer workstations. They must instead use the uberproxy 141*9c5db199SXin Li# endpoints (with this feature enabled). 142*9c5db199SXin Li# ** This should never be set for communication within the lab. ** 143*9c5db199SXin Liuse_sso_client: False 144*9c5db199SXin Li 145*9c5db199SXin Li[SERVER] 146*9c5db199SXin Lihostname: cautotest 147*9c5db199SXin Li# Turn on RPC Logging 148*9c5db199SXin Lirpc_logging: False 149*9c5db199SXin Li# Note the user that is running the webserver has to be able to write 150*9c5db199SXin Li# to the below directory/file otherwise the frontend will not work with logging 151*9c5db199SXin Lirpc_log_path: /usr/local/autotest/logs/rpcserver.log 152*9c5db199SXin Li# Number of old logs to keep around 153*9c5db199SXin Lirpc_num_old_logs: 5 154*9c5db199SXin Lirpc_max_log_size_mb: 20 155*9c5db199SXin Li# Transfer RPC logs to a RPC logging server 156*9c5db199SXin Lirpc_logserver: False 157*9c5db199SXin Li# Minimum amount of disk space required for AutoTest in GB 158*9c5db199SXin Ligb_diskspace_required: 0.7 159*9c5db199SXin Li# Minmum number of i-nodes for stateful, in 1000 i-node units. 160*9c5db199SXin Likilo_inodes_required: 100 161*9c5db199SXin Li# Rialto has a small disk size, so reduce the required inodes for it. 162*9c5db199SXin Li# See https://code.google.com/p/chrome-os-partner/issues/detail?q=45875 163*9c5db199SXin Likilo_inodes_required_veyron_rialto: 55 164*9c5db199SXin Likilo_inodes_required_arkham: 50 165*9c5db199SXin Likilo_inodes_required_gale: 50 166*9c5db199SXin Likilo_inodes_required_mistral: 50 167*9c5db199SXin Likilo_inodes_required_storm: 50 168*9c5db199SXin Likilo_inodes_required_whirlwind: 50 169*9c5db199SXin Li 170*9c5db199SXin Li# Minimum amount of disk space required for encrypted stateful partition in GB 171*9c5db199SXin Ligb_encrypted_diskspace_required: 0.1 172*9c5db199SXin Li# If for some reason you don't want to rely on the Mail Transport Agent 173*9c5db199SXin Li# installed on this machine, you can provide an SMTP server directly here. 174*9c5db199SXin Li# If none provided, defaults to 'localhost', which tries to use the MTA 175*9c5db199SXin Li# configured on the machine to send the messages. 176*9c5db199SXin Lismtp_server: 177*9c5db199SXin Lismtp_port: 178*9c5db199SXin Lismtp_user: 179*9c5db199SXin Lismtp_password: 180*9c5db199SXin Li# Time in hours to wait before giving up on crash collection. 181*9c5db199SXin Licrash_collection_hours_to_wait: 0.001 182*9c5db199SXin Li 183*9c5db199SXin Li# AFE server connected to the leader DB. 184*9c5db199SXin Liglobal_afe_hostname: cautotest 185*9c5db199SXin Li 186*9c5db199SXin Li[SCHEDULER] 187*9c5db199SXin Lidrone_installation_directory: /usr/local/autotest 188*9c5db199SXin Li 189*9c5db199SXin Li[HOSTS] 190*9c5db199SXin Liwait_up_processes: 191*9c5db199SXin Lidefault_protection: NO_PROTECTION 192*9c5db199SXin Li# Time in seconds to wait for a machine to come back after reboot. 193*9c5db199SXin Lidefault_reboot_timeout: 240 194*9c5db199SXin Li# Time in seconds to wait for a machine to go down prior to reboot. 195*9c5db199SXin Liwait_down_reboot_timeout: 120 196*9c5db199SXin Li# Time in seconds to wait before generating a warning if a host has not gone 197*9c5db199SXin Li# down for reboot. 198*9c5db199SXin Liwait_down_reboot_warning: 30 199*9c5db199SXin Li# Time in hours to wait for a host to recover after a down state. 200*9c5db199SXin Lihours_to_wait_for_recovery: 0.01 201*9c5db199SXin Li 202*9c5db199SXin Li[AUTOSERV] 203*9c5db199SXin Li# Set to True to take advantage of OpenSSH-based connection sharing. This would 204*9c5db199SXin Li# have bigger performance impact when ssh_engine is 'raw_ssh'. 205*9c5db199SXin Lienable_main_ssh: True 206*9c5db199SXin Li# By default there will not be tls. This will be enabled in the puppet scripts. 207*9c5db199SXin Lienable_tls: False 208*9c5db199SXin Li 209*9c5db199SXin Li[PACKAGES] 210*9c5db199SXin Li# in days 211*9c5db199SXin Licustom_max_age: 1 212*9c5db199SXin Li# in Gigabyte 213*9c5db199SXin Liminimum_free_space: 1 214*9c5db199SXin Liserve_packages_from_autoserv: True 215*9c5db199SXin Li 216*9c5db199SXin Li[CROS] 217*9c5db199SXin Li# If afe_stable_versions table does not have the stable version for a given 218*9c5db199SXin Li# board and there is no entry of board `DEFAULT`, following value defined in 219*9c5db199SXin Li# stable_cros_version will be used as the stable CrOS version. 220*9c5db199SXin Li# Use `cli/atest stable_version` command to view or manage stable versions. 221*9c5db199SXin Li# WARNING! Edit following setting will NOT work if stable versions are stored 222*9c5db199SXin Li# in afe_stable_versions table already! 223*9c5db199SXin Listable_cros_version: R54-8743.44.0 224*9c5db199SXin Listable_build_pattern: %s-release/%s 225*9c5db199SXin Lisource_tree: /usr/local/google/chromeos 226*9c5db199SXin Ligs_offloading_enabled: True 227*9c5db199SXin Liimage_storage_server: gs://chromeos-image-archive/ 228*9c5db199SXin Liresults_storage_server: gs://chromeos-autotest-results/ 229*9c5db199SXin Li# Base url to open a file from Google Storage for `results_storage_server` 230*9c5db199SXin Ligs_file_base_url: https://storage.cloud.google.com/chromeos-autotest-results/ 231*9c5db199SXin Li 232*9c5db199SXin Licts_results_server: gs://chromeos-cts-results/ 233*9c5db199SXin Licts_apfe_server: gs://chromeos-cts-apfe/ 234*9c5db199SXin Lictsdelta_results_server: gs://chromeos-ctsdelta-results/ 235*9c5db199SXin Lictsdelta_apfe_server: gs://chromeos-ctsdelta-apfe/ 236*9c5db199SXin Lictsbvt_apfe_server: gs://chromeos-cts-bvt-apfe/ 237*9c5db199SXin Lidev_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 238*9c5db199SXin Licanary_channel_server: gs://chromeos-releases/canary-channel/ 239*9c5db199SXin Licrash_server: 240*9c5db199SXin Lisharding_factor: 1 241*9c5db199SXin Liinfrastructure_user: chromeos-test 242*9c5db199SXin Ligs_offloader_use_rsync: False 243*9c5db199SXin Ligs_offloader_multiprocessing: False 244*9c5db199SXin Li# Cloud pubsub 245*9c5db199SXin Licloud_notification_enabled: False 246*9c5db199SXin Li# The cloud pubsub topic where notifications are sent to. 247*9c5db199SXin Licloud_notification_topic: 248*9c5db199SXin Li 249*9c5db199SXin Li# Naming convention of Android build. 250*9c5db199SXin Liandroid_build_name_pattern: %\(branch\)s/%\(target\)s/%\(build_id\)s 251*9c5db199SXin Li 252*9c5db199SXin Lifirmware_url_pattern: %s/static/%s/firmware_from_source.tar.bz2 253*9c5db199SXin Lifactory_image_url_pattern: %s/static/canary-channel/%s/factory_test/chromiumos_factory_image.bin 254*9c5db199SXin Lifactory_artifact: factory_image 255*9c5db199SXin Liimage_url_pattern: %s/update/%s 256*9c5db199SXin Li 257*9c5db199SXin Li# log_url_pattern. 258*9c5db199SXin Li# First argument: protocol://hostname 259*9c5db199SXin Li# Second argument: job name (e.g. 1-chromeos-test) 260*9c5db199SXin Lilog_url_pattern: %s/tko/retrieve_logs.cgi?job=/results/%s/ 261*9c5db199SXin Li 262*9c5db199SXin Lipackage_url_pattern: %s/static/%s/autotest/packages 263*9c5db199SXin Liservo_board: beaglebone_servo 264*9c5db199SXin Li 265*9c5db199SXin Li# TODO: Remove these released RO builds once they are migrated to Goldeneye. 266*9c5db199SXin Li# Released RO builds for running FAFT to qualify an AU firmware in which the 267*9c5db199SXin Li# RW portion comes from the latest build and the RO portion comes these builds. 268*9c5db199SXin Li# Each value is a comma-separated list. The most recent build is on the left. 269*9c5db199SXin LiRELEASED_RO_BUILDS_auron_paine: auron_paine-firmware/R39-6301.58.6 270*9c5db199SXin LiRELEASED_RO_BUILDS_auron_yuna: auron_yuna-firmware/R39-6301.59.5 271*9c5db199SXin LiRELEASED_RO_BUILDS_banjo: banjo-firmware/R34-5216.334.4 272*9c5db199SXin LiRELEASED_RO_BUILDS_buddy: buddy-firmware/R39-6301.202.5 273*9c5db199SXin LiRELEASED_RO_BUILDS_candy: candy-firmware/R34-5216.310.1 274*9c5db199SXin LiRELEASED_RO_BUILDS_celes: celes-firmware/R46-7287.92.3 275*9c5db199SXin LiRELEASED_RO_BUILDS_cyan: cyan-firmware/R46-7287.57.32,cyan-firmware/R46-7287.57.25 276*9c5db199SXin LiRELEASED_RO_BUILDS_gandof: gandof-firmware/R39-6301.155.9 277*9c5db199SXin LiRELEASED_RO_BUILDS_gnawty: gnawty-firmware/R34-5216.239.34,gnawty-firmware/R34-5216.239.16 278*9c5db199SXin LiRELEASED_RO_BUILDS_guado: guado-firmware/R39-6301.108.4 279*9c5db199SXin LiRELEASED_RO_BUILDS_heli: heli-firmware/R34-5216.392.4 280*9c5db199SXin LiRELEASED_RO_BUILDS_lulu: lulu-firmware/R39-6301.136.39,lulu-firmware/R39-6301.136.16 281*9c5db199SXin LiRELEASED_RO_BUILDS_mccloud: mccloud-firmware/R36-5827.14.0 282*9c5db199SXin LiRELEASED_RO_BUILDS_ninja: ninja-firmware/R34-5216.383.7 283*9c5db199SXin LiRELEASED_RO_BUILDS_orco: orco-firmware/R34-5216.362.7 284*9c5db199SXin LiRELEASED_RO_BUILDS_panther: panther-firmware/R32-4920.24.26 285*9c5db199SXin LiRELEASED_RO_BUILDS_rikku: rikku-firmware/R39-6301.110.4 286*9c5db199SXin LiRELEASED_RO_BUILDS_samus: samus-firmware/R39-6300.102.0,samus-firmware/R39-6300.90.0 287*9c5db199SXin LiRELEASED_RO_BUILDS_squawks: squawks-firmware/R34-5216.152.22,squawks-firmware/R34-5216.152.21,squawks-firmware/R34-5216.152.17 288*9c5db199SXin LiRELEASED_RO_BUILDS_tricky: tricky-firmware/R36-5829.12.0 289*9c5db199SXin LiRELEASED_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 290*9c5db199SXin LiRELEASED_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 291*9c5db199SXin LiRELEASED_RO_BUILDS_veyron_mickey: veyron_mickey-firmware/R41-6588.168.0,veyron_mickey-firmware/R41-6588.159.0 292*9c5db199SXin LiRELEASED_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 293*9c5db199SXin LiRELEASED_RO_BUILDS_veyron_minnie: veyron_minnie-firmware/R41-6588.160.0,veyron_minnie-firmware/R41-6588.92.0 294*9c5db199SXin LiRELEASED_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 295*9c5db199SXin LiRELEASED_RO_BUILDS_wolf: wolf-firmware/R30-4389.24.62,wolf-firmware/R30-4389.24.58,wolf-firmware/R30-4389.24.39 296*9c5db199SXin Li 297*9c5db199SXin Li# Username and password for connecting to remote power control switches of 298*9c5db199SXin Li# the "Sentry Switched CDU" type 299*9c5db199SXin Lirpm_sentry_username: fake_user 300*9c5db199SXin Lirpm_sentry_password: fake_password 301*9c5db199SXin Lirpm_frontend_uri: http://rpm-service:9999 302*9c5db199SXin Li 303*9c5db199SXin Lilab_status_url: http://chromiumos-lab.appspot.com/current?format=json 304*9c5db199SXin Li 305*9c5db199SXin Lisam_instances: cautotest 306*9c5db199SXin Litest_instance: chromeos-autotest.cbf 307*9c5db199SXin Liextra_servers: chromeos-mcp 308*9c5db199SXin Li 309*9c5db199SXin Liskip_devserver_health_check: True 310*9c5db199SXin Li 311*9c5db199SXin Li# A list of pools that allow to be repaired using firmware repair. 312*9c5db199SXin Lipools_support_firmware_repair: faft-test,faft-test-tot,faft-test-experiment,faft_test_debug,faft-cr50,faft-cr50-debug,faft-cr50-experimental,faft-cr50-tot,faft-experimental 313*9c5db199SXin Li 314*9c5db199SXin Li# A list of restricted subnets, in the format of ip/mask_bits, e.g., 10.0.0.1/24 315*9c5db199SXin Lirestricted_subnets: 316*9c5db199SXin Li 317*9c5db199SXin Li# Flags to enable/disable drone election in resctricted subnet. 318*9c5db199SXin Lienable_drone_in_restricted_subnet: False 319*9c5db199SXin Li 320*9c5db199SXin Li# Set to True for test to prefer devserver in the same subnet. 321*9c5db199SXin Liprefer_local_devserver: False 322*9c5db199SXin Li 323*9c5db199SXin Li# Flags to enable/disable SSH tunnel connection for servo host. 324*9c5db199SXin Lienable_ssh_tunnel_for_servo: True 325*9c5db199SXin Li 326*9c5db199SXin Li# Flags to enable/disable SSH tunnel connection for chameleon host. 327*9c5db199SXin Lienable_ssh_tunnel_for_chameleon: False 328*9c5db199SXin Li 329*9c5db199SXin Li# Flags to enable/disable SSH connection for devserver. This only applies to 330*9c5db199SXin Li# devservers inside restricted subnet, specified in CROS/restricted_subnets. 331*9c5db199SXin Li# If a devserver is not in any restriceted subnet, test will still make direct 332*9c5db199SXin Li# http call even if this option is set to True. 333*9c5db199SXin Lienable_ssh_connection_for_devserver: False 334*9c5db199SXin Li 335*9c5db199SXin Li# File for hwid key. 336*9c5db199SXin LiHWID_KEY: no_hwid_labels 337*9c5db199SXin Li 338*9c5db199SXin Li# Use sync script (client/bin/fs_sync.py) for performing filesystem sync 339*9c5db199SXin Lienable_fs_sync_script: False 340*9c5db199SXin Li 341*9c5db199SXin Li# (Experimental) Make sync script perform fsfreeze, to block writes before reset 342*9c5db199SXin Lienable_fs_freeze: False 343*9c5db199SXin Li 344*9c5db199SXin Li[BUG_REPORTING] 345*9c5db199SXin Ligs_domain: https://storage.cloud.google.com/ 346*9c5db199SXin Lichromeos_image_archive: chromeos-image-archive/ 347*9c5db199SXin Liarg_prefix: ?arg= 348*9c5db199SXin Liretrieve_logs_cgi: http://ubercautotest.corp.google.com/tko/retrieve_logs.cgi?job=/ 349*9c5db199SXin Ligeneric_results_bin: results/ 350*9c5db199SXin Lidebug_dir: debug/ 351*9c5db199SXin Lijob_view = %s/afe/#tab_id=view_job&object_id=%s 352*9c5db199SXin Licrbug_url: https://code.google.com/p/chromium/issues/detail?id=%s 353*9c5db199SXin Ligs_file_prefix: gs:// 354*9c5db199SXin Licredentials: USE SHADOW CREDENTIALS 355*9c5db199SXin Liclient_id: USE SHADOW CLIENT_ID 356*9c5db199SXin Liclient_secret: USE SHADOW CLIENT_SECRET 357*9c5db199SXin Liscope: USE SHADOW SCOPE 358*9c5db199SXin Liwmatrix_retry_url: https://wmatrix.googleplex.com/retry_teststats/?days_back=30&tests=%s 359*9c5db199SXin Liwmatrix_test_history_url: https://wmatrix.googleplex.com/unfiltered?hide_missing=True&tests=%s 360*9c5db199SXin Listainless_retry_url: 361*9c5db199SXin Listainless_test_history_url: https://stainless.corp.google.com/search?test=%s&first_date=%s&last_date=%s&row=model&col=build&view=matrix 362*9c5db199SXin Lipool_health_cc: [email protected] 363*9c5db199SXin Lipool_health_labels: recoverduts,Pri-1 364*9c5db199SXin Lipool_health_components: Infra>Client>ChromeOS 365*9c5db199SXin Li 366*9c5db199SXin Li[SSP] 367*9c5db199SXin Li# Section for configuration needed for server-side packaging. 368*9c5db199SXin Li# User that runs the autoserv process in the host of the container. 369*9c5db199SXin Li# The user is passed to a container through global config file so a process 370*9c5db199SXin Li# running inside the container can use the same user to make RPC. 371*9c5db199SXin Liuser: 372*9c5db199SXin Li 373*9c5db199SXin Li[ANDROID] 374*9c5db199SXin Listable_version_dragonboard: git_mnc-brillo-dev/dragonboard-userdebug/2512766 375*9c5db199SXin Listable_version_edison: git_nyc-jaqen-dev/jaqen_edison-userdebug/2979181 376*9c5db199SXin Lipackage_url_pattern: %s/static/%s 377*9c5db199SXin Li 378*9c5db199SXin Li[LXC_POOL] 379*9c5db199SXin Liuse_lxc_pool: False 380*9c5db199SXin Licombine_sudos: False 381*9c5db199SXin Li 382