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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2867253002: Enable cc_perftests, gpu_perftests, and tracing_perftests on Nexus 5X Perf (Closed)
Patch Set: Switch to use //third_party/android_tools/sdk/platform-tools/adb Created 3 years, 7 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 | « testing/buildbot/chromium.perf.json ('k') | tools/perf/core/perf_data_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index fa8dff844359fb8d843b88bfe0cfdcd422b1d76f..059a0ed011ccfa6f3b6d66b90c2cc4e60d1edbf6 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -941,6 +941,8 @@
"script": "//testing/scripts/run_gtest_perf_test.py",
"args": [
"cc_perftests",
+ "--adb-path",
+ "src/third_party/android_tools/sdk/platform-tools/adb"
],
},
"media_perftests": {
@@ -966,7 +968,9 @@
"script": "//testing/scripts/run_gtest_perf_test.py",
"args": [
"tracing_perftests",
- "--test-launcher-print-test-stdio=always"
+ "--test-launcher-print-test-stdio=always",
+ "--adb-path",
+ "src/third_party/android_tools/sdk/platform-tools/adb",
],
},
"gpu_perftests": {
@@ -976,7 +980,7 @@
"args": [
"gpu_perftests",
"--adb-path",
- "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
+ "src/third_party/android_tools/sdk/platform-tools/adb",
],
},
"angle_perftests": {
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | tools/perf/core/perf_data_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698