Reviewers: Jakob, jarin,
Message:
PTAL
Description:
Update tryserver configuration with new linux and arm bots.
BUG=353487
Please review this at https://codereview.chromium.org/220453007/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+6, -0 lines):
M PRESUBMIT.py
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index
3755a533cb72bc3676405ac5c4d848d1277bc496..41d79eb530089c778073bd31efabc62c8bf39ef9
100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -104,6 +104,12 @@ def GetPreferredTryMasters(project, change):
return {
'tryserver.v8': {
'v8_linux_rel': set(['defaulttests']),
+ 'v8_linux_dbg': set(['defaulttests']),
+ 'v8_linux_nosnap_rel': set(['defaulttests']),
+ 'v8_linux_nosnap_dbg': set(['defaulttests']),
+ 'v8_linux64_rel': set(['defaulttests']),
+ 'v8_linux_arm_dbg': set(['defaulttests']),
+ 'v8_linux_arm64_rel': set(['defaulttests']),
'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/d/optout.