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

Unified Diff: testing/buildbot/chromium.perf.fyi.json

Issue 2437383002: [Android] Pass devil adb path to the gtest perf tests. (Closed)
Patch Set: stip comment Created 4 years, 2 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: testing/buildbot/chromium.perf.fyi.json
diff --git a/testing/buildbot/chromium.perf.fyi.json b/testing/buildbot/chromium.perf.fyi.json
index a1e14c59d48f3b3aff1d817622541f8b2cf28f12..4c615e9a95f8b697ab830970f37d08fb966ca581 100644
--- a/testing/buildbot/chromium.perf.fyi.json
+++ b/testing/buildbot/chromium.perf.fyi.json
@@ -5,14 +5,18 @@
"scripts": [
{
"args": [
- "cc_perftests"
+ "cc_perftests",
+ "--adb-path",
+ "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
],
"name": "cc_perftests",
"script": "gtest_perf_test.py"
},
{
"args": [
- "gpu_perftests"
+ "gpu_perftests",
+ "--adb-path",
+ "src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb"
],
"name": "gpu_perftests",
"script": "gtest_perf_test.py"

Powered by Google App Engine
This is Rietveld 408576698