summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-02-10 10:59:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-10 19:00:40 +0000
commit167162fe67c583ba594ad01c457df345bc8aec45 (patch)
treef6cc6b2bebc87a83bd30879e2a23dc0f2140e779 /PRESUBMIT.py
parenta4260245c8f2563f30d4cef64706e0a2ec11add2 (diff)
downloadchromium_src-167162fe67c583ba594ad01c457df345bc8aec45.zip
chromium_src-167162fe67c583ba594ad01c457df345bc8aec45.tar.gz
chromium_src-167162fe67c583ba594ad01c457df345bc8aec45.tar.bz2
Let cq and use android_rel_tests_recipe instead of android_dbg_tests_recipe.
All other platforms use rel bots with dcheck_always_on=1, so android should too. This will prevent bot latency problems once we switch on libc++ again. We verified that _dbg_ and _rel_ bot run the same steps, so this switch should be safe: https://code.google.com/p/chromium/issues/detail?id=456396#c28 BUG=456396 TBR=cpu Review URL: https://codereview.chromium.org/859163003 Cr-Commit-Position: refs/heads/master@{#315605}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8e4880b..18fe621 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1732,7 +1732,7 @@ def GetPreferredTryMasters(project, change):
not re.search(r'(^|[\\\/_])devtools[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs([
'android_aosp',
- 'android_dbg_tests_recipe',
+ 'android_rel_tests_recipe',
])
if all(re.search(r'[\\\/_]ios[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs(['ios_rel_device', 'ios_dbg_simulator'])