From d56c562efd9963d9cc5de48bebc5fa8b9407fe5f Mon Sep 17 00:00:00 2001 From: simonhatch Date: Tue, 7 Apr 2015 13:18:33 -0700 Subject: [PATCH] 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} --- testing/buildbot/chromium.perf.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/testing/buildbot/chromium.perf.json b/testing/buildbot/chromium.perf.json index 0a1de3a91bd7..23dfbb773ed3 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": [ -- 2.11.4.GIT