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

Unified Diff: PRESUBMIT.py

Issue 180463002: Add try server configuration for 'git cl try'. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 fe15157dde7f7e237bb85a77725f6e08b89c3714..ccb9ce7dd5145ac2511ddadf674fba041ac9e5a5 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -98,3 +98,10 @@ def CheckChangeOnCommit(input_api, output_api):
input_api, output_api,
json_url='http://v8-status.appspot.com/current?format=json'))
return results
+
+
+def GetPreferredTrySlaves(project, change):
+ return [
+ 'v8_mac_rel',
+ 'v8_win_rel',
+ ]
« 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