summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorbpastene <bpastene@chromium.org>2015-11-24 19:49:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-25 03:51:54 +0000
commitfa81d214450460d610c01733401f4e5337a92394 (patch)
treebfb10bdeecceaa3bcfce1d1332c2086cd8394ee8 /testing
parent3f1bf682566dfcf478d5f0d841f65d27b849e643 (diff)
downloadchromium_src-fa81d214450460d610c01733401f4e5337a92394.zip
chromium_src-fa81d214450460d610c01733401f4e5337a92394.tar.gz
chromium_src-fa81d214450460d610c01733401f4e5337a92394.tar.bz2
add tests for new fyi bot Android Cloud Tests
BUG=543313 Review URL: https://codereview.chromium.org/1477523004 Cr-Commit-Position: refs/heads/master@{#361557}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.fyi.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 039cf0b..fbdec9c 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -1,4 +1,83 @@
{
+ "Android Cloud Tests": {
+ "gtest_tests": [
+ {
+ "test": "android_webview_unittests"
+ },
+ {
+ "test": "base_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "breakpad_unittests_deps"
+ ],
+ "test": "breakpad_unittests"
+ },
+ {
+ "test": "cc_unittests"
+ },
+ {
+ "test": "components_browsertests"
+ },
+ {
+ "test": "components_unittests"
+ },
+ {
+ "test": "content_browsertests"
+ },
+ {
+ "test": "content_unittests"
+ },
+ {
+ "test": "device_unittests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "test": "gl_tests"
+ },
+ {
+ "test": "gl_unittests"
+ },
+ {
+ "test": "gpu_unittests"
+ },
+ {
+ "test": "ipc_tests"
+ },
+ {
+ "test": "media_unittests"
+ },
+ {
+ "test": "net_unittests"
+ },
+ {
+ "override_compile_targets": [
+ "sandbox_linux_unittests_deps"
+ ],
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "test": "sql_unittests"
+ },
+ {
+ "test": "sync_unit_tests"
+ },
+ {
+ "test": "ui_android_unittests"
+ },
+ {
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ },
+ {
+ "test": "unit_tests"
+ }
+ ]
+ },
"Android Tests (trial)(dbg)": {
"scripts": [
{