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

Unified Diff: scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.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/get_perf_test_list_old_data.json
diff --git a/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json b/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
index 20fb98c327521fc7a7735755aceabbd4236495eb..8a09f678e7d9a399280cb76d8cec6030f8e2394b 100644
--- a/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
+++ b/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.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"
],
@@ -574,7 +575,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",
@@ -620,7 +622,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",

Powered by Google App Engine
This is Rietveld 408576698