Commit 9b88eb94 authored by Anushruth's avatar Anushruth Committed by Commit Bot

Add configs for chromeos-betty-pi-arc-google-rel builder and optional trybot

Add mb configs and test configs for chromeos-betty-pi-arc-google-rel and its
optional trybot chromeos-betty-pi-arc-chrome

R=bpastene@chromium.org

Bug: 1000513
Change-Id: I7e64bd4c547b764ce5f5344711bff7232e941bc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788302Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Anushruth  <anushruth@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696861}
parent 38e81cbe
This diff is collapsed.
...@@ -1050,6 +1050,7 @@ class BBJSONGenerator(object): ...@@ -1050,6 +1050,7 @@ class BBJSONGenerator(object):
# Defined in internal configs. # Defined in internal configs.
'chromeos-amd64-generic-google-rel', 'chromeos-amd64-generic-google-rel',
'chromeos-betty-google-rel', 'chromeos-betty-google-rel',
'chromeos-betty-pi-arc-google-rel',
'chromeos-kevin-google-rel', 'chromeos-kevin-google-rel',
# code coverage, see https://crbug.com/1000367. # code coverage, see https://crbug.com/1000367.
'linux-chromeos-coverage-rel-dummy', 'linux-chromeos-coverage-rel-dummy',
......
...@@ -35,6 +35,24 @@ ...@@ -35,6 +35,24 @@
], ],
}, },
}, },
'chromeos-betty-pi-arc-google-rel': {
'additional_compile_targets': [
'chromiumos_preflight',
],
'test_suites': {
'gtest_tests': 'chromeos_device_friendly_gtests',
'isolated_scripts': 'chromeos_isolated_scripts',
},
'swarming': {
'dimension_sets': [
{
'kvm': '1',
'os': 'Ubuntu-16.04',
'pool': 'chrome.tests.cros-vm',
},
],
},
},
'chromeos-kevin-google-rel': { 'chromeos-kevin-google-rel': {
'additional_compile_targets': [ 'additional_compile_targets': [
'chromiumos_preflight', 'chromiumos_preflight',
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
'chrome': { 'chrome': {
'chromeos-amd64-generic-google-rel': 'official_cros_chrome_sdk', 'chromeos-amd64-generic-google-rel': 'official_cros_chrome_sdk',
'chromeos-betty-google-rel': 'official_cros_chrome_sdk_headless_ozone', 'chromeos-betty-google-rel': 'official_cros_chrome_sdk_headless_ozone',
'chromeos-betty-pi-arc-google-rel': 'official_cros_chrome_sdk_headless_ozone',
'chromeos-kevin-google-rel': 'official_cros_chrome_sdk_headless_ozone', 'chromeos-kevin-google-rel': 'official_cros_chrome_sdk_headless_ozone',
'linux-chromeos-google-rel': 'official_goma_chromeos_minimal_symbols', 'linux-chromeos-google-rel': 'official_goma_chromeos_minimal_symbols',
'linux-google-rel': 'official_goma', 'linux-google-rel': 'official_goma',
...@@ -713,6 +714,7 @@ ...@@ -713,6 +714,7 @@
'tryserver.chrome': { 'tryserver.chrome': {
'chromeos-betty-chrome': 'official_cros_chrome_sdk_headless_ozone', 'chromeos-betty-chrome': 'official_cros_chrome_sdk_headless_ozone',
'chromeos-betty-pi-arc-chrome': 'official_cros_chrome_sdk_headless_ozone',
'chromeos-kevin-chrome': 'official_cros_chrome_sdk_headless_ozone', 'chromeos-kevin-chrome': 'official_cros_chrome_sdk_headless_ozone',
'linux-chrome': 'official_goma', 'linux-chrome': 'official_goma',
'linux-chromeos-chrome': 'official_goma_chromeos_minimal_symbols', 'linux-chromeos-chrome': 'official_goma_chromeos_minimal_symbols',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment