Home | History | Annotate | Download | only in autotest_lib
      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: base_05
     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: R64-10176.72.0
     39 
     40 # The pubsub topic the gs_offloader notification is sent to.
     41 cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification
     42 
     43 # All moblab DUT's are in dev mode, so skip the repair check.
     44 dev_mode_allowed: True
     45 
     46 # Reduce upload bandwidth for partner by switching on tar and compress results.
     47 gs_offloader_limit_file_count: True
     48 
     49 # Heartbeat rate to the cloud.
     50 heartbeat_rate_seconds: 0
     51