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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 913223007: Add a android_compile_dbg trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 1ae1a5fea6f74d178fac28ce2ba38701252ab6c2..0a824bc73291eecb438e83df6e0e89b86b490d77 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -37,6 +37,10 @@ BUILDERS = freeze({
'mastername': 'chromium.linux',
'buildername': 'Android Clang Builder (dbg)',
},
+ 'android_compile_dbg': {
+ 'mastername': 'chromium.linux',
+ 'buildername': 'Android Builder (dbg)',
+ },
'android_compile_rel': {
'mastername': 'chromium.linux',
'buildername': 'Android Builder',

Powered by Google App Engine
This is Rietveld 408576698