summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhenw <zhenw@chromium.org>2015-05-28 13:24:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-28 20:24:55 +0000
commit716a9914c3e8b3d4c9f68bd02b8b82347c9a38ec (patch)
tree3bed20183e74d4ea179400b871e9cd56578ac475
parent7ea06b0dc1f1fc9db752ad0058ee94ba539579f6 (diff)
downloadchromium_src-716a9914c3e8b3d4c9f68bd02b8b82347c9a38ec.zip
chromium_src-716a9914c3e8b3d4c9f68bd02b8b82347c9a38ec.tar.gz
chromium_src-716a9914c3e8b3d4c9f68bd02b8b82347c9a38ec.tar.bz2
Re-add telemetry_perf_unittests to Android trybots
Cycle time of linux_android_rel_ng is now reduced to 2m40s due to the following fix: https://codereview.chromium.org/1153103007 BUG=379378 Review URL: https://codereview.chromium.org/1154383003 Cr-Commit-Position: refs/heads/master@{#331844}
-rw-r--r--testing/buildbot/chromium.linux.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index ce2823d..6a81d7e 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -22,6 +22,10 @@
{
"name": "webview_licenses",
"script": "webview_licenses.py"
+ },
+ {
+ "name": "telemetry_perf_unittests",
+ "script": "telemetry_perf_unittests.py"
}
]
},
@@ -30,6 +34,10 @@
{
"name": "webview_licenses",
"script": "webview_licenses.py"
+ },
+ {
+ "name": "telemetry_perf_unittests",
+ "script": "telemetry_perf_unittests.py"
}
]
},