Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: PRESUBMIT.py

Issue 800423002: Synchronize PRESUBMIT.py with CQ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index d63fa4217a1474a0c9db4a4e3d1a75656fca1200..21f96ec351958084f656d7e7f13cbbc260945605 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1772,9 +1772,8 @@ def GetPreferredTryMasters(project, change):
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
return GetDefaultTryConfigs([
'win8_chromium_rel',
- 'win_chromium_dbg',
- 'win_chromium_rel',
- 'win_chromium_x64_rel',
+ 'win_chromium_rel_ng',
+ 'win_chromium_x64_rel_ng',
])
if all(re.search(r'(^|[\\\/_])android[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs([
@@ -1787,8 +1786,10 @@ def GetPreferredTryMasters(project, change):
builders = [
'android_aosp',
'android_arm64_dbg_recipe',
- 'android_chromium_gn_compile_rel',
+ 'android_arm64_dbg_recipe',
'android_chromium_gn_compile_dbg',
+ 'android_chromium_gn_compile_rel',
+ 'android_clang_dbg_recipe',
'android_clang_dbg_recipe',
'android_dbg_tests_recipe',
'ios_dbg_simulator',
@@ -1805,11 +1806,11 @@ def GetPreferredTryMasters(project, change):
'mac_chromium_compile_dbg_ng',
'mac_chromium_rel_ng',
'mac_gpu',
+ 'win8_chromium_rel',
'win_chromium_compile_dbg',
- 'win_chromium_rel',
- 'win_chromium_x64_rel',
+ 'win_chromium_rel_ng',
+ 'win_chromium_x64_rel_ng',
'win_gpu',
- 'win8_chromium_rel',
]
# Match things like path/aura/file.cc and path/file_aura.cc.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698