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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 28933002: Android: do not run telemetry directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 2 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: scripts/master/factory/chromium_factory.py
diff --git a/scripts/master/factory/chromium_factory.py b/scripts/master/factory/chromium_factory.py
index f7c6b07f345514467e502bd0ce24b60a2041cac7..ba0ea7285da9b2433c07c544917ab487c40a3f1e 100644
--- a/scripts/master/factory/chromium_factory.py
+++ b/scripts/master/factory/chromium_factory.py
@@ -582,6 +582,9 @@ class ChromiumFactory(gclient_factory.GClientFactory):
if R('device_status'):
f.AddDeviceStatus(factory_properties=fp)
+ if fp.get('android_sharded_perf_tests'):
+ f.AddAndroidShardedPerfTests(factory_properties=fp)
+
def Telemetry(test_name):
if R(test_name.replace('.', '_')):
f.AddTelemetryTest(test_name, factory_properties=fp)

Powered by Google App Engine
This is Rietveld 408576698