Reviewers: jochen (slow), marja,

Message:
FYI

Description:
Remove presubmit bot from 'git cl try'.

'git cl try' is often executed before an lgtm was given - in
this case the bot always fails.

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

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


Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ee8811bb651f249aa271447afe87b661a4d7cdd3..9d2626690d75687e79afb5d255868d90be71ffd9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -243,7 +243,6 @@ def CheckChangeOnCommit(input_api, output_api):
 def GetPreferredTryMasters(project, change):
   return {
     'tryserver.v8': {
-      'v8_presubmit': set(['defaulttests']),
       'v8_linux_rel': set(['defaulttests']),
       'v8_linux64_rel': set(['defaulttests']),
       'v8_linux64_asan_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