Commit 847e1fab authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Synchronize PRESUBMIT.py with CQ

BUG=none
R=sergiyb@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#308359}
parent 539af4f8
...@@ -1772,9 +1772,8 @@ def GetPreferredTryMasters(project, change): ...@@ -1772,9 +1772,8 @@ def GetPreferredTryMasters(project, change):
if all(re.search('(^|[/_])win[/_.]', f) for f in files): if all(re.search('(^|[/_])win[/_.]', f) for f in files):
return GetDefaultTryConfigs([ return GetDefaultTryConfigs([
'win8_chromium_rel', 'win8_chromium_rel',
'win_chromium_dbg', 'win_chromium_rel_ng',
'win_chromium_rel', 'win_chromium_x64_rel_ng',
'win_chromium_x64_rel',
]) ])
if all(re.search(r'(^|[\\\/_])android[\\\/_.]', f) for f in files): if all(re.search(r'(^|[\\\/_])android[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs([ return GetDefaultTryConfigs([
...@@ -1787,8 +1786,10 @@ def GetPreferredTryMasters(project, change): ...@@ -1787,8 +1786,10 @@ def GetPreferredTryMasters(project, change):
builders = [ builders = [
'android_aosp', 'android_aosp',
'android_arm64_dbg_recipe', 'android_arm64_dbg_recipe',
'android_chromium_gn_compile_rel', 'android_arm64_dbg_recipe',
'android_chromium_gn_compile_dbg', 'android_chromium_gn_compile_dbg',
'android_chromium_gn_compile_rel',
'android_clang_dbg_recipe',
'android_clang_dbg_recipe', 'android_clang_dbg_recipe',
'android_dbg_tests_recipe', 'android_dbg_tests_recipe',
'ios_dbg_simulator', 'ios_dbg_simulator',
...@@ -1805,11 +1806,11 @@ def GetPreferredTryMasters(project, change): ...@@ -1805,11 +1806,11 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_compile_dbg_ng', 'mac_chromium_compile_dbg_ng',
'mac_chromium_rel_ng', 'mac_chromium_rel_ng',
'mac_gpu', 'mac_gpu',
'win8_chromium_rel',
'win_chromium_compile_dbg', 'win_chromium_compile_dbg',
'win_chromium_rel', 'win_chromium_rel_ng',
'win_chromium_x64_rel', 'win_chromium_x64_rel_ng',
'win_gpu', 'win_gpu',
'win8_chromium_rel',
] ]
# Match things like path/aura/file.cc and path/file_aura.cc. # Match things like path/aura/file.cc and path/file_aura.cc.
......
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