Revision: 19641
Author: [email protected]
Date: Tue Mar 4 01:29:27 2014 UTC
Log: Add try server configuration for 'git cl try'.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/177533029
http://code.google.com/p/v8/source/detail?r=19641
Modified:
/branches/bleeding_edge/PRESUBMIT.py
=======================================
--- /branches/bleeding_edge/PRESUBMIT.py Fri Jan 10 15:17:49 2014 UTC
+++ /branches/bleeding_edge/PRESUBMIT.py Tue Mar 4 01:29:27 2014 UTC
@@ -98,3 +98,12 @@
input_api, output_api,
json_url='http://v8-status.appspot.com/current?format=json'))
return results
+
+
+def GetPreferredTryMasters(project, change):
+ return {
+ 'tryserver.v8': {
+ 'v8_mac_rel': set(['defaulttests']),
+ 'v8_win_rel': set(['defaulttests']),
+ },
+ }
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.