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

Unified Diff: tools/lsan/PRESUBMIT.py

Issue 637953005: Remove references to linux_asan from PRESUBMIT files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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
« PRESUBMIT_test.py ('K') | « PRESUBMIT_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lsan/PRESUBMIT.py
diff --git a/tools/lsan/PRESUBMIT.py b/tools/lsan/PRESUBMIT.py
index e7891ff20f922bfafbfe9af27d1be155c788874a..21983946a1f77d71bb7ce863e3b4433ecae02e74 100644
--- a/tools/lsan/PRESUBMIT.py
+++ b/tools/lsan/PRESUBMIT.py
@@ -35,7 +35,7 @@ def CheckChangeOnCommit(input_api, output_api):
def GetPreferredTryMasters(project, change):
return {
'tryserver.chromium.linux': {
- 'linux_asan': set(['compile']),
+ 'linux_chromium_asan_rel': set(['compile']),
earthdok 2014/10/20 11:57:53 There's no reason to have this in PRESUBMIT. tools
Paweł Hajdan Jr. 2014/10/20 15:03:56 Done.
},
'tryserver.chromium.mac': {
'mac_asan': set(['compile']),
earthdok 2014/10/20 11:58:42 (same)
Paweł Hajdan Jr. 2014/10/20 15:03:56 Done.
« PRESUBMIT_test.py ('K') | « PRESUBMIT_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698