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

Unified Diff: PRESUBMIT.py

Issue 751613004: Remove android_clang_dbg from PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 55e0851a94f4372de9a4ecfb68702333b0a5ea4c..a9658be8b3f2ac3857a5ea91ce521dfd01a314e5 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1598,7 +1598,6 @@ def GetDefaultTryConfigs(bots=None):
'android_arm64_dbg_recipe': ['slave_steps'],
'android_chromium_gn_compile_dbg': ['compile'],
'android_chromium_gn_compile_rel': ['compile'],
- 'android_clang_dbg': ['slave_steps'],
'android_clang_dbg_recipe': ['slave_steps'],
'android_dbg_tests_recipe': ['slave_steps'],
'cros_x86': ['defaulttests'],
@@ -1699,7 +1698,6 @@ def GetPreferredTryMasters(project, change):
if all(re.search(r'(^|[\\\/_])android[\\\/_.]', f) for f in files):
return GetDefaultTryConfigs([
'android_aosp',
- 'android_clang_dbg',
'android_dbg_tests_recipe',
])
if all(re.search(r'[\\\/_]ios[\\\/_.]', f) for f in files):
@@ -1709,7 +1707,6 @@ def GetPreferredTryMasters(project, change):
'android_arm64_dbg_recipe',
'android_chromium_gn_compile_rel',
'android_chromium_gn_compile_dbg',
- 'android_clang_dbg',
'android_clang_dbg_recipe',
'android_dbg_tests_recipe',
'ios_dbg_simulator',
« 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