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

Unified Diff: testing/buildbot/chromium.json

Issue 1453293003: Add checkbins.py to Win builder on master.chromium. Implement JSON output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sys.executable 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 | « no previous file | testing/scripts/checkbins.py » ('j') | tools/checkbins/checkbins.py » ('J')
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..4039b49747d424950fa55cfb838ff41e1adb8e10 100644
--- a/testing/buildbot/chromium.json
+++ b/testing/buildbot/chromium.json
@@ -34,5 +34,16 @@
"script": "sizes.py"
}
]
+ },
+ "Win": {
+ "additional_compile_targets": [
+ "all"
+ ],
+ "scripts": [
+ {
+ "name": "checkbins",
+ "script": "checkbins.py"
+ }
+ ]
}
}
« no previous file with comments | « no previous file | testing/scripts/checkbins.py » ('j') | tools/checkbins/checkbins.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698