summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorPaweł Hajdan, Jr <phajdan.jr@chromium.org>2015-11-19 12:31:46 +0100
committerPaweł Hajdan, Jr <phajdan.jr@chromium.org>2015-11-19 11:34:16 +0000
commitbe2192a008d572b272f21431c1142486d62b6a01 (patch)
tree4e7660fd80c7af78c6b83f15472e0d40a057c49c /testing
parentcedffc5c367344c8018b791c644f9756fc88fb98 (diff)
downloadchromium_src-be2192a008d572b272f21431c1142486d62b6a01.zip
chromium_src-be2192a008d572b272f21431c1142486d62b6a01.tar.gz
chromium_src-be2192a008d572b272f21431c1142486d62b6a01.tar.bz2
Add sizes.py to Mac builder on master.chromium. Add results to results collector.
BUG=553425, 545480 R=akuegel@chromium.org Review URL: https://codereview.chromium.org/1460723002 . Cr-Commit-Position: refs/heads/master@{#360561}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.json b/testing/buildbot/chromium.json
index e4bdc07..b1c745f 100644
--- a/testing/buildbot/chromium.json
+++ b/testing/buildbot/chromium.json
@@ -34,5 +34,19 @@
"script": "sizes.py"
}
]
+ },
+ "Mac": {
+ "additional_compile_targets": [
+ "all"
+ ],
+ "scripts": [
+ {
+ "args": [
+ "mac-release/sizes"
+ ],
+ "name": "sizes",
+ "script": "sizes.py"
+ }
+ ]
}
}