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

Unified Diff: PRESUBMIT.py

Issue 9651013: Add a win:compile bot to the default set to cover the shared build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/win_dbg/win/ Created 8 years, 9 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index b34d3f331ded65cabcf01045ae22f28923a37ec1..acb81968594ce4fcfcce06e09dba8979df881471 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -291,7 +291,8 @@ def CheckChangeOnCommit(input_api, output_api):
json_url='http://chromium-status.appspot.com/current?format=json'))
results.extend(input_api.canned_checks.CheckRietveldTryJobExecution(input_api,
output_api, 'http://codereview.chromium.org',
- ('win_rel', 'linux_rel', 'mac_rel'), 'tryserver@chromium.org'))
+ ('win_rel', 'linux_rel', 'mac_rel, win:compile'),
+ 'tryserver@chromium.org'))
results.extend(input_api.canned_checks.CheckChangeHasBugField(
input_api, output_api))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698