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

Unified Diff: scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json

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
Index: scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
diff --git a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
index a84f4f8618feddce176a3897e739400249f49aa3..88db46b8b5754de1c14966cd202a73d7c24588fd 100644
--- a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
+++ b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
@@ -501,6 +501,7 @@
"350",
"--known-devices-file",
"[HOME]/.android/known_devices.json",
+ "--enable-platform-mode",
"--adb-path",
"[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
],
@@ -582,7 +583,8 @@
"page_cycler.foo",
"--verbose",
"--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
+ "--enable-platform-mode"
],
"env": {
"CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
@@ -629,7 +631,8 @@
"perf_test.foo",
"--verbose",
"--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
+ "--enable-platform-mode"
],
"env": {
"CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",

Powered by Google App Engine
This is Rietveld 408576698