Reviewers: Sergey Berezin, Paweł Hajdan Jr.,
Message:
PTAL
Description:
Add try server configuration for 'git cl try'.
BUG=336407
LOG=n
Please review this at https://codereview.chromium.org/180463002/
SVN Base: https://v8.googlecode.com/svn/trunk
Affected files (+7, -0 lines):
M PRESUBMIT.py
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',
+ ]
--
--
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.