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

Unified Diff: scripts/slave/recipes/android/perf.py

Issue 2169993002: [Android] Enable platform mode on more perf bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 6247a87f31bb11dbc82fb9245ebfa4a4421bca07..dea7b3ab4836d7cdd9c57cbc175b8af04f0041a7 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -70,16 +70,16 @@ def _ChromiumPerfTesters():
num_host_shards=3, target_bits=32, enable_platform_mode=True),
_CreateTestSpec('Android Nexus5 Perf', 'android-nexus5',
required_apks=['ChromePublic.apk'], num_device_shards=7,
- num_host_shards=3, target_bits=32),
+ num_host_shards=3, target_bits=32, enable_platform_mode=True),
_CreateTestSpec('Android Nexus5X Perf', 'android-nexus5X',
required_apks=['ChromePublic.apk'], num_device_shards=7,
- num_host_shards=3),
+ num_host_shards=3, enable_platform_mode=True),
_CreateTestSpec('Android Nexus6 Perf', 'android-nexus6',
required_apks=['ChromePublic.apk'], num_device_shards=7,
num_host_shards=3, target_bits=32),
_CreateTestSpec('Android Nexus7v2 Perf', 'android-nexus7v2',
required_apks=['ChromePublic.apk'], num_device_shards=7,
- num_host_shards=3, target_bits=32),
+ num_host_shards=3, target_bits=32, enable_platform_mode=True),
_CreateTestSpec('Android Nexus9 Perf', 'android-nexus9',
required_apks=['ChromePublic.apk'], num_device_shards=7,
num_host_shards=3),
« no previous file with comments | « no previous file | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698