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

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

Issue 2437383002: [Android] Pass devil adb path to the gtest perf tests. (Closed)
Patch Set: 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
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/scripts/gtest_perf_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1e13a547f67b97762c095f1a240f18cb47422032 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"
@@ -208,7 +212,7 @@
},
{
"gpu": "1002:9874",
- "id": "build186-b4",
+ "id": "build171-b4",
ghost stip (do not use) 2016/10/24 18:44:05 I'm surprised by this
jbudorick 2016/10/24 21:48:38 As am I; looks like this may not be ready yet give
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
@@ -240,7 +244,7 @@
},
{
"gpu": "1002:9874",
- "id": "build186-b4",
+ "id": "build171-b4",
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
@@ -273,7 +277,7 @@
},
{
"gpu": "1002:9874",
- "id": "build186-b4",
+ "id": "build171-b4",
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
@@ -305,7 +309,7 @@
},
{
"gpu": "1002:9874",
- "id": "build186-b4",
+ "id": "build171-b4",
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
@@ -338,7 +342,7 @@
},
{
"gpu": "1002:9874",
- "id": "build186-b4",
+ "id": "build171-b4",
"os": "Windows-10-10586",
"pool": "Chrome-perf"
}
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/scripts/gtest_perf_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698