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

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

Issue 1067923002: Add host_info step to new android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.perf.json
diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json
index 0a1de3a91bd73920ab1f560b8e07f126045e3849..23dfbb773ed34317fea6241411d4092fab7e8b92 100644
--- a/testing/buildbot/chromium.perf.json
+++ b/testing/buildbot/chromium.perf.json
@@ -90,6 +90,10 @@
"Android Nexus6 Perf": {
"scripts": [
{
+ "name": "host_info",
+ "script": "host_info.py"
+ },
+ {
"args": [
"cc_perftests"
],
@@ -123,6 +127,10 @@
"Android Nexus9 Perf": {
"scripts": [
{
+ "name": "host_info",
+ "script": "host_info.py"
+ },
+ {
"args": [
"gpu_perftests"
],
@@ -139,7 +147,12 @@
]
},
"Android One Perf": {
- "scripts": []
+ "scripts": [
+ {
+ "name": "host_info",
+ "script": "host_info.py"
+ }
+ ]
},
"Linux Perf (3)": {
"scripts": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698