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 @@
},
"Android Nexus6 Perf": {
"scripts": [
{
"name": "host_info",
"script": "host_info.py"
},
{
"args": [
"cc_perftests"
......@@ -122,6 +126,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": [
......
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