summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authormartiniss <martiniss@chromium.org>2015-11-30 11:24:47 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 19:26:11 +0000
commite3298fa33ad8e249ec024d5cfbe5f9ae9c777a11 (patch)
treecf1d8034a9be42eaaec23373a7e90974e75c2964 /testing
parent7a7888a6595431f8e5ccaac3dfdaaeeec87c680f (diff)
downloadchromium_src-e3298fa33ad8e249ec024d5cfbe5f9ae9c777a11.zip
chromium_src-e3298fa33ad8e249ec024d5cfbe5f9ae9c777a11.tar.gz
chromium_src-e3298fa33ad8e249ec024d5cfbe5f9ae9c777a11.tar.bz2
Add new chromium.android builder test configs.
BUG=533195 Review URL: https://codereview.chromium.org/1475513007 Cr-Commit-Position: refs/heads/master@{#362189}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.android.json224
1 files changed, 224 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index 082e846..c62a3fe 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -22,5 +22,229 @@
"mandoline:all",
"system_webview_apk"
]
+ },
+ "Jelly Bean Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "KitKat Tablet Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Lollipop 64 bit Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Lollipop Consumer Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Lollipop Low-end Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Lollipop Phone Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Lollipop Tablet Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
+ },
+ "Marshmallow Tablet Tester": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ }
+ ]
}
}