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

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

Issue 2818113002: Enable telemetry_unittests on chromium.android:Marshmallow 64-bit Tester (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index 0e013c71d70ecca524662dd0f8b379c8d5c8f1cb..86ed3c166959b07446ab49ed278b7572ca5a08ea 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -3807,6 +3807,31 @@
},
"test": "vr_shell_unittests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--browser=android-chromium",
+ "--device=android"
+ ],
+ "isolate_name": "telemetry_unittests",
+ "name": "telemetry_unittests",
+ "override_compile_targets": [
jbudorick 2017/04/14 16:12:55 optional nit: I don't think this is necessary any
nednguyen 2017/04/14 16:16:06 Yeah, if we remove these, I prefer doing that in a
+ "telemetry_unittests_run"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "6",
+ "device_os": "MMB29Q",
+ "device_type": "bullhead"
+ }
+ ],
+ "hard_timeout": 960,
nednguyen 2017/04/14 16:10:21 this is 16 minutes, whereas the usual runtime of t
+ "shards": 1
+ }
+ }
]
},
"Marshmallow Tablet Tester": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698