Reviewers: jochen (slow), Benedikt Meurer,

Message:
PTAL. We need one real dbg bot to cover some things that recently slipped
through the CQ.

Description:
Add linux dbg coverage to CQ.

BUG=

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

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

Affected files (+2, -0 lines):
  M PRESUBMIT.py
  M testing/commit_queue/config.json


Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8fdd1bb412dc8797e794aa74eeca15718a3857d1..3ae39863e116134563e255524b53765da9d959ac 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -244,6 +244,7 @@ def GetPreferredTryMasters(project, change):
   return {
     'tryserver.v8': {
       'v8_linux_rel': set(['defaulttests']),
+      'v8_linux_dbg': set(['defaulttests']),
       'v8_linux_nodcheck_rel': set(['defaulttests']),
       'v8_linux_gcc_compile_rel': set(['defaulttests']),
       'v8_linux64_rel': set(['defaulttests']),
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json index 53a1ffbd31471de2268e2b6dad194889f308b8a4..263707c2d8d112f8c235e43ffc84d0105bfe3380 100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -11,6 +11,7 @@
                 "v8_linux_gcc_compile_rel": ["defaulttests"],
                 "v8_linux_nodcheck_rel": ["defaulttests"],
                 "v8_linux_rel": ["defaulttests"],
+                "v8_linux_dbg": ["defaulttests"],
                 "v8_mac_rel": ["defaulttests"],
                 "v8_presubmit": ["defaulttests"],
                 "v8_win64_rel": ["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