diff options
author | zhenw <zhenw@chromium.org> | 2015-05-28 13:24:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-28 20:24:55 +0000 |
commit | 716a9914c3e8b3d4c9f68bd02b8b82347c9a38ec (patch) | |
tree | 3bed20183e74d4ea179400b871e9cd56578ac475 | |
parent | 7ea06b0dc1f1fc9db752ad0058ee94ba539579f6 (diff) | |
download | chromium_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.json | 8 |
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" } ] }, |