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

Unified Diff: PRESUBMIT.py

Issue 866203003: Add Mojo Linux ASan Try to default tryset, sort (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 345ae26f3075127d7b4994c659dcaccfc385d9c4..1c145661033eb3ef7fe61c5efad4b9df79c9f02e 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1491,14 +1491,15 @@ def GetDefaultTryConfigs(bots=None):
"""
builders_and_tests = {
- 'Mojo Linux Try': ['defaulttests'],
- 'Mojo Linux (dbg) Try': ['defaulttests'],
- 'Mojo Linux NaCl Try': ['defaulttests'],
- 'Mojo Linux NaCl (dbg) Try': ['defaulttests'],
- 'Mojo Android Builder Try': ['defaulttests'],
'Mojo Android Builder (dbg) Try': ['defaulttests'],
- 'Mojo ChromeOS Builder Try': ['defaulttests'],
+ 'Mojo Android Builder Try': ['defaulttests'],
'Mojo ChromeOS Builder (dbg) Try': ['defaulttests'],
+ 'Mojo ChromeOS Builder Try': ['defaulttests'],
+ 'Mojo Linux (dbg) Try': ['defaulttests'],
+ 'Mojo Linux ASan Try': ['defaulttests'],
+ 'Mojo Linux NaCl (dbg) Try': ['defaulttests'],
+ 'Mojo Linux NaCl Try': ['defaulttests'],
+ 'Mojo Linux Try': ['defaulttests'],
}
if bots:
« 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