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

Unified Diff: PRESUBMIT.py

Issue 448013004: Fix git cl try failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 6 years, 4 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 | 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 60272f4b7ad3535da6d6dddf9578945418cddb3b..a9d0502bcc0d8ffb1ab9d7b9b1af915bb44a2eb8 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1572,7 +1572,7 @@ def GetPreferredTryMasters(project, change):
if all(re.search('\.(m|mm)$|(^|[/_])mac[/_.]', f) for f in files):
return GetDefaultTryConfigs([
'mac_chromium_compile_dbg',
- 'mac_chromium_rel',
+ 'mac_chromium_rel_swarming',
])
if all(re.search('(^|[/_])win[/_.]', f) for f in files):
return GetDefaultTryConfigs(['win_chromium_dbg', 'win_chromium_rel'])
@@ -1591,13 +1591,13 @@ def GetPreferredTryMasters(project, change):
'android_dbg',
'ios_dbg_simulator',
'ios_rel_device',
- 'linux_chromium_chromeos_rel',
+ 'linux_chromium_chromeos_rel_swarming',
'linux_chromium_clang_dbg',
'linux_chromium_gn_rel',
'linux_chromium_rel_swarming',
'linux_gpu',
'mac_chromium_compile_dbg',
- 'mac_chromium_rel',
+ 'mac_chromium_rel_swarming',
'mac_gpu',
'win_chromium_compile_dbg',
'win_chromium_rel',
« 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