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

Unified Diff: PRESUBMIT.py

Issue 496873002: Use android_dbg_tests_recipe for manual try jobs instead of android_dbg & android_dbg_triggered_… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 5a42aac9e53d937be08d08122cba4d98e5275da8..c658edf2a7d86a1b1a032bd4cd4d29509c0de161 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1495,7 +1495,7 @@ def GetDefaultTryConfigs(bots=None):
'android_aosp': ['compile'],
'android_chromium_gn_compile_rel': ['compile'],
'android_clang_dbg': ['slave_steps'],
- 'android_dbg': ['slave_steps'],
+ 'android_dbg_tests_recipe': ['slave_steps'],
'cros_x86': ['defaulttests'],
'ios_dbg_simulator': [
'compile',
@@ -1588,7 +1588,7 @@ def GetPreferredTryMasters(project, change):
return GetDefaultTryConfigs([
'android_aosp',
'android_clang_dbg',
- 'android_dbg',
+ 'android_dbg_tests_recipe',
])
if all(re.search('[/_]ios[/_.]', f) for f in files):
return GetDefaultTryConfigs(['ios_rel_device', 'ios_dbg_simulator'])
@@ -1596,7 +1596,7 @@ def GetPreferredTryMasters(project, change):
builders = [
'android_chromium_gn_compile_rel',
'android_clang_dbg',
- 'android_dbg',
+ 'android_dbg_tests_recipe',
'ios_dbg_simulator',
'ios_rel_device',
'linux_chromium_chromeos_rel_swarming',
« 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