Dan Shi | ced09e4 | 2015-04-17 16:09:34 -0700 | [diff] [blame] | 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. |
Simran Basi | ebba7aa | 2015-06-10 13:36:56 -0700 | [diff] [blame] | 8 | enable_ssp_container: True |
Simran Basi | aaedb50 | 2015-05-12 10:49:26 -0700 | [diff] [blame] | 9 | min_version_support_ssp: 6919 |
| 10 | |
Dan Shi | a06f3e2 | 2015-09-03 16:15:15 -0700 | [diff] [blame] | 11 | auto_start_servod: True |
Michael Tang | 0a30d46 | 2016-06-27 11:44:04 -0700 | [diff] [blame] | 12 | |
Simran Basi | 8405ecc | 2016-07-26 12:35:39 -0700 | [diff] [blame] | 13 | # Name of the base container. |
Keith Haddow | ae07226 | 2018-04-25 09:35:43 -0700 | [diff] [blame] | 14 | container_base_name: moblab_base_06 |
Simran Basi | 8405ecc | 2016-07-26 12:35:39 -0700 | [diff] [blame] | 15 | |
Michael Tang | c89efa7 | 2017-08-03 14:27:10 -0700 | [diff] [blame] | 16 | # Exports tko job information to file. |
| 17 | export_tko_job_to_file: True |
| 18 | |
Keith Haddow | e3c8986 | 2017-11-01 12:58:34 -0700 | [diff] [blame] | 19 | # Do not reduce the log size makes it hard to debug. |
| 20 | enable_result_throttling: False |
Michael Tang | 1d49a1f | 2016-10-28 10:16:34 -0700 | [diff] [blame] | 21 | |
| 22 | [SCHEDULER] |
| 23 | minimum_tick_sec: 5 |
Prathmesh Prabhu | a25f771 | 2017-08-07 16:54:31 -0700 | [diff] [blame] | 24 | inline_host_acquisition: False |
Keith Haddow | 713b7bd | 2017-10-13 13:45:29 -0700 | [diff] [blame] | 25 | exit_on_failed_ssp_setup: True |
Michael Tang | 1d49a1f | 2016-10-28 10:16:34 -0700 | [diff] [blame] | 26 | |
Michael Tang | 9833adb | 2016-10-26 10:15:34 -0700 | [diff] [blame] | 27 | [AUTOTEST_WEB] |
| 28 | wmatrix_url: /wmatrix |
Shuhei Takahashi | 18f5649 | 2017-11-14 16:23:46 +0900 | [diff] [blame] | 29 | stainless_url: |
Michael Tang | 9833adb | 2016-10-26 10:15:34 -0700 | [diff] [blame] | 30 | |
Michael Tang | 0a30d46 | 2016-06-27 11:44:04 -0700 | [diff] [blame] | 31 | [CROS] |
Keith Haddow | 3756caf | 2017-01-30 12:27:28 -0800 | [diff] [blame] | 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: |
Michael Tang | 0a30d46 | 2016-06-27 11:44:04 -0700 | [diff] [blame] | 36 | # In moblab, this paramater is empty and uses the image bucket by default. |
| 37 | results_storage_server: |
Keith Haddow | ac5ef2e | 2018-05-01 10:09:04 -0700 | [diff] [blame] | 38 | stable_cros_version: R66-10452.74.0 |
Michael Tang | 8d7ce90 | 2017-03-06 09:29:57 -0800 | [diff] [blame] | 39 | |
| 40 | # The pubsub topic the gs_offloader notification is sent to. |
Keith Haddow | 24f38a5 | 2017-04-14 15:48:39 -0700 | [diff] [blame] | 41 | cloud_notification_topic: projects/chromeos-partner-moblab/topics/moblab-notification |
Keith Haddow | ae09543 | 2017-04-18 17:07:27 -0700 | [diff] [blame] | 42 | |
| 43 | # All moblab DUT's are in dev mode, so skip the repair check. |
| 44 | dev_mode_allowed: True |
| 45 | |
Keith Haddow | 601e896 | 2017-04-26 15:09:14 -0700 | [diff] [blame] | 46 | # Reduce upload bandwidth for partner by switching on tar and compress results. |
| 47 | gs_offloader_limit_file_count: True |
Michael Tang | e8bc959 | 2017-07-06 10:59:32 -0700 | [diff] [blame] | 48 | |
| 49 | # Heartbeat rate to the cloud. |
| 50 | heartbeat_rate_seconds: 0 |