Commit e24d0653 authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Added buildbot test configs for WebView O CTS bot

Bug: 839172
Change-Id: I9881db40caa593819cfaaf686a8e24ab0dc8bc4e
Reviewed-on: https://chromium-review.googlesource.com/1041158Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Andrew Luo <aluo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555852}
parent 1536dfa3
...@@ -514,6 +514,14 @@ ...@@ -514,6 +514,14 @@
} }
] ]
}, },
"Android WebView O (dbg)": {
"cts_tests": [
{
"arch": "arm64",
"platform": "O"
}
]
},
"Android arm Builder (dbg)": { "Android arm Builder (dbg)": {
"additional_compile_targets": [ "additional_compile_targets": [
"dump_syms", "dump_syms",
......
...@@ -38,6 +38,11 @@ ...@@ -38,6 +38,11 @@
'platform': 'N', 'platform': 'N',
}, },
'android_o_cts_tests': {
'arch': 'arm64',
'platform': 'O',
},
'android_fyi_instrumentation_tests': { 'android_fyi_instrumentation_tests': {
'chrome_public_test_apk': {}, 'chrome_public_test_apk': {},
'chrome_sync_shell_test_apk': {}, 'chrome_sync_shell_test_apk': {},
......
...@@ -163,6 +163,13 @@ ...@@ -163,6 +163,13 @@
'use_swarming': False, 'use_swarming': False,
'os_type': 'android', 'os_type': 'android',
}, },
'Android WebView O (dbg)': {
'test_suites': {
'cts_tests': 'android_o_cts_tests',
},
'use_swarming': False,
'os_type': 'android',
},
'KitKat Phone Tester (dbg)': { 'KitKat Phone Tester (dbg)': {
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_android_gtests', 'gtest_tests': 'chromium_android_gtests',
......
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