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

Unified Diff: PRESUBMIT.py

Issue 683733009: Clean up PRESUBMIT.py - remove references to removed clang trybots (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 | PRESUBMIT_test.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 3b39479546837f61a5219ecbaa4a6b29a1589256..1863e11e0b254c619aa1730739a0952859af4a20 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1714,7 +1714,6 @@ def GetPreferredTryMasters(project, change):
'ios_rel_device',
'ios_rel_device_ninja',
'linux_chromium_chromeos_rel',
- 'linux_chromium_clang_dbg',
'linux_chromium_gn_dbg',
'linux_chromium_gn_rel',
'linux_chromium_rel_ng',
@@ -1734,7 +1733,6 @@ def GetPreferredTryMasters(project, change):
if any(re.search(r'[\\\/_](aura|chromeos)', f) for f in files):
builders.extend([
'linux_chromeos_asan',
- 'linux_chromium_chromeos_clang_dbg'
])
# If there are gyp changes to base, build, or chromeos, run a full cros build
« no previous file with comments | « no previous file | PRESUBMIT_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698