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

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

Issue 2177863004: [Android] Reland Galaxy s5 perf bots to run using platform mode. (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_Galaxy_S5_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 2d0d6d179a5cb69a884b63083049e011906ab962..6247a87f31bb11dbc82fb9245ebfa4a4421bca07 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -67,7 +67,7 @@ def _ChromiumPerfTesters():
testers = [
_CreateTestSpec('Android Galaxy S5 Perf', 'android-galaxy-s5',
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 Nexus5 Perf', 'android-nexus5',
required_apks=['ChromePublic.apk'], num_device_shards=7,
num_host_shards=3, target_bits=32),
« no previous file with comments | « no previous file | scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698