Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: testing/buildbot/chromium.android.json

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kbr's comments. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index 6fabb58e06c0e4a60d158287ac962890baabc7ae..6f8ce54b91cc2093b187e9b1ed4e2b11633c272f 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -951,6 +951,29 @@
},
"test": "unit_tests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--browser=android-chromium",
+ "--device=android"
ghost stip (do not use) 2016/06/01 08:42:25 --device may not be needed? Ned?
nednguyen 2016/06/01 16:40:55 Let's keep --device=android to be sure. In the fut
+ ],
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests",
+ "override_compile_targets": [
+ "telemetry_perf_unittests"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "device_os": "KTU84P",
+ "device_type": "hammerhead"
+ }
+ ],
+ "hard_timeout": 960
nednguyen 2016/06/01 16:40:55 This hard_timeout options seems cool. Is this only
ghost stip (do not use) 2016/06/01 16:49:32 it's for any swarming task, I'm just the only one
nednguyen 2016/06/01 16:51:10 Thanks for this. I will also use this for other te
ghost stip (do not use) 2016/06/01 17:15:43 It's for the whole swarming task. Each swarming 's
+ }
+ }
]
},
"Jelly Bean Tester": {

Powered by Google App Engine
This is Rietveld 408576698