1 [AUTOSERV] 2 # Minimum OS version that supports server side packaging. Older builds may 3 # not have server side package built or with Autotest code change to support 4 # server-side packaging. 5 # This build is older than the one used in global config (6986). This allows 6 # moblab can still test builds in R43 branch with server-side packaging, except 7 # that with it can't run paygen_au_canary and moblab_RunSuite suites. 8 enable_ssp_container: True 9 min_version_support_ssp: 6919 10 11 auto_start_servod: True 12 13 # Name of the base container. 14 container_base_name: moblab_base_08 15 16 # Exports tko job information to file. 17 export_tko_job_to_file: True 18 19 # Do not reduce the log size makes it hard to debug. 20 enable_result_throttling: False 21 22 [SCHEDULER] 23 minimum_tick_sec: 5 24 inline_host_acquisition: False 25 exit_on_failed_ssp_setup: True 26 27 [AUTOTEST_WEB] 28 wmatrix_url: /wmatrix 29 stainless_url: 30 31 [CROS] 32 # Crash servers are not accessable externally. 33 crash_server: 34 # CTS result server is only available for internal google testing. 35 cts_results_server: 36 # In moblab, this paramater is empty and uses the image bucket by default. 37 results_storage_server: 38 stable_cros_version: R72-11316.148.0 39 quick_provision_build_regex = ^.*-(paladin|pfq|release|informational|trybot)/.* 40 41 # The pubsub topic the gs_offloader notification is sent to. 42 cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification 43 44 # All moblab DUT's are in dev mode, so skip the repair check. 45 dev_mode_allowed: True 46 47 # Reduce upload bandwidth for partner by switching on tar and compress results. 48 gs_offloader_limit_file_count: True 49 50 # Heartbeat rate to the cloud. 51 heartbeat_rate_seconds: 0 52