Reviewers: jochen (slow), Jakob,
Message:
PTAL
Description:
Keep trybot definitions in sync with CQ.
BUG=
Please review this at https://codereview.chromium.org/860043002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+8, -7 lines):
M PRESUBMIT.py
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index
2ab45ad7d29da1e91facc03f54b3fdb6834dd025..ee8811bb651f249aa271447afe87b661a4d7cdd3
100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -243,16 +243,17 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTryMasters(project, change):
return {
'tryserver.v8': {
+ 'v8_presubmit': set(['defaulttests']),
'v8_linux_rel': set(['defaulttests']),
- 'v8_linux_dbg': set(['defaulttests']),
- 'v8_linux_nosnap_rel': set(['defaulttests']),
'v8_linux64_rel': set(['defaulttests']),
- 'v8_linux_arm_dbg': set(['defaulttests']),
+ 'v8_linux64_asan_rel': set(['defaulttests']),
+ 'v8_win_rel': set(['defaulttests']),
+ 'v8_win_compile_dbg': set(['defaulttests']),
+ 'v8_win64_rel': set(['defaulttests']),
+ 'v8_mac_rel': set(['defaulttests']),
+ 'v8_linux_arm_rel': set(['defaulttests']),
'v8_linux_arm64_rel': set(['defaulttests']),
- 'v8_linux_layout_dbg': set(['defaulttests']),
+ 'v8_android_arm_compile_rel': set(['defaulttests']),
'v8_linux_chromium_gn_rel': set(['defaulttests']),
- 'v8_mac_rel': set(['defaulttests']),
- 'v8_win_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.