Commit d56c562e authored by simonhatch's avatar simonhatch Committed by Commit bot

Add host_info step to new android bots.

Noticed this was missing on all the new android bots.

BUG=

Review URL: https://codereview.chromium.org/1067923002

Cr-Commit-Position: refs/heads/master@{#324104}
parent 26bcd452
...@@ -89,6 +89,10 @@ ...@@ -89,6 +89,10 @@
}, },
"Android Nexus6 Perf": { "Android Nexus6 Perf": {
"scripts": [ "scripts": [
{
"name": "host_info",
"script": "host_info.py"
},
{ {
"args": [ "args": [
"cc_perftests" "cc_perftests"
...@@ -122,6 +126,10 @@ ...@@ -122,6 +126,10 @@
}, },
"Android Nexus9 Perf": { "Android Nexus9 Perf": {
"scripts": [ "scripts": [
{
"name": "host_info",
"script": "host_info.py"
},
{ {
"args": [ "args": [
"gpu_perftests" "gpu_perftests"
...@@ -139,7 +147,12 @@ ...@@ -139,7 +147,12 @@
] ]
}, },
"Android One Perf": { "Android One Perf": {
"scripts": [] "scripts": [
{
"name": "host_info",
"script": "host_info.py"
}
]
}, },
"Linux Perf (3)": { "Linux Perf (3)": {
"scripts": [ "scripts": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment