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

Unified Diff: testing/buildbot/chromium.json

Issue 1460723002: Add sizes.py to Mac builder on master.chromium. Add results to results collector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « infra/scripts/legacy/scripts/slave/chromium/sizes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.json
diff --git a/testing/buildbot/chromium.json b/testing/buildbot/chromium.json
index e4bdc0769e6ff7aa1a25e0018846655730521902..b1c745f8643bee5f10e5085aa60ffa440fbd4389 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"
+ }
+ ]
}
}
« no previous file with comments | « infra/scripts/legacy/scripts/slave/chromium/sizes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698