Reviewers: Jakob,

Message:
PTAL

Description:
Only include compile-only win64 trybot in default set.

BUG=chromium:353487
LOG=n
[email protected]


Please review this at https://codereview.chromium.org/570113002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M PRESUBMIT.py


Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9d0fbdf16dfde8cb81227814939b995b128c4fb6..43d6b5b8eec3c4e8585f21a7243487cfcfc164d2 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -180,6 +180,6 @@ def GetPreferredTryMasters(project, change):
       'v8_linux_layout_dbg': set(['defaulttests']),
       'v8_mac_rel': set(['defaulttests']),
       'v8_win_rel': set(['defaulttests']),
-      'v8_win64_rel': set(['defaulttests']),
+      'v8_win64_compile_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.

Reply via email to