Update PRESUBMIT.py to be more in sync with Blink CQ

BUG=317931
R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/181233010

git-svn-id: svn://svn.chromium.org/blink/trunk@168529 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9ac50e4b
......@@ -311,7 +311,13 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTrySlaves(project, change):
return [
'linux_blink_rel', 'mac_blink_rel', 'win_blink_rel',
'linux_blink', 'mac_layout:webkit_lint', 'win_layout:webkit_lint',
'blink_android_compile_rel', 'blink_android_compile_dbg',
'blink_android_compile_dbg',
'blink_android_compile_rel',
'blink_presubmit',
'linux_blink',
'linux_blink_rel',
'mac_blink_compile',
'mac_blink_rel',
'win_blink_compile',
'win_blink_rel',
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment