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

Unified Diff: PRESUBMIT.py

Issue 198333003: More sync of PRESUBMIT with what CQ runs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | ash/PRESUBMIT.py » ('j') | 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 b5a873ed0f1d9f8c4e63f657f9d999085fc49777..19d14c47bd3da786592d8e59860aaecb54a41f50 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1323,6 +1323,7 @@ def GetDefaultTryConfigs(bots=None):
'telemetry_unittests',
],
'win': ['compile'],
+ 'win_chromium_compile_dbg': ['defaulttests'],
'win_nacl_sdk_build': ['compile'],
'win_rel': standard_tests + [
'app_list_unittests',
@@ -1412,7 +1413,6 @@ def GetPreferredTryMasters(project, change):
return GetDefaultTryConfigs([
'mac_chromium_compile_dbg',
'mac_chromium_rel',
- 'mac_rel'
])
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
return GetDefaultTryConfigs(['win', 'win_rel'])
@@ -1430,19 +1430,12 @@ def GetPreferredTryMasters(project, change):
'android_dbg',
'ios_dbg_simulator',
'ios_rel_device',
- 'linux_gtk',
- 'linux_asan',
'linux_chromium_chromeos_rel',
'linux_chromium_clang_dbg',
- 'linux_nacl_sdk_build',
'linux_chromium_rel',
- 'linux_rel',
'mac_chromium_compile_dbg',
- 'mac_nacl_sdk_build',
'mac_chromium_rel',
- 'mac_rel',
- 'win',
- 'win_nacl_sdk_build',
+ 'win_chromium_compile_dbg',
'win_rel',
'win_x64_rel',
]
« no previous file with comments | « no previous file | ash/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698