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

Unified Diff: PRESUBMIT.py

Issue 1088283002: Adds Android Test Bot to git cl try. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing entry to map. Created 5 years, 8 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 f41942eb1aca168ff6a2e03165bd17c95b8cad66..ef760ba0b379fbeb4e55fd1f4f3d5a3eea662135 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1093,6 +1093,7 @@ def GetDefaultTryConfigs(bots=None):
builders_and_tests = {
'Mojo Android Builder (dbg) Try': ['defaulttests'],
'Mojo Android Builder Try': ['defaulttests'],
+ 'Mojo Android Builder Tests (dbg) Try': ['defaulttests'],
'Mojo ChromeOS Builder (dbg) Try': ['defaulttests'],
'Mojo ChromeOS Builder Try': ['defaulttests'],
'Mojo Linux (dbg) Try': ['defaulttests'],
@@ -1137,6 +1138,7 @@ def GetPreferredTryMasters(project, change):
builders = [
'Mojo Android Builder (dbg) Try',
'Mojo Android Builder Try',
+ 'Mojo Android Builder Tests (dbg) Try',
'Mojo ChromeOS Builder (dbg) Try',
'Mojo ChromeOS Builder Try',
'Mojo Linux (dbg) Try',
« 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