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

Unified Diff: PRESUBMIT.py

Issue 877803004: Actually send asan trybots in 'git cl try' (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 1c145661033eb3ef7fe61c5efad4b9df79c9f02e..0f8a3da54ba892857f975b5705cb6e4852ae6749 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1535,14 +1535,15 @@ def GetPreferredTryMasters(project, change):
return {}
builders = [
- 'Mojo Linux Try',
- 'Mojo Linux (dbg) Try',
- 'Mojo Linux NaCl Try',
- 'Mojo Linux NaCl (dbg) Try',
- 'Mojo Android Builder Try',
'Mojo Android Builder (dbg) Try',
- 'Mojo ChromeOS Builder Try',
+ 'Mojo Android Builder Try',
'Mojo ChromeOS Builder (dbg) Try',
+ 'Mojo ChromeOS Builder Try',
+ 'Mojo Linux (dbg) Try',
+ 'Mojo Linux ASan Try',
+ 'Mojo Linux NaCl (dbg) Try',
+ 'Mojo Linux NaCl Try',
+ 'Mojo Linux Try',
]
return GetDefaultTryConfigs(builders)
« 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