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