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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

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
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 2ed807c03ebbe5362e58f36070ee7d68ff8221f5..711bf57e920e01517e4de0b7e4436cc4cbc59a19 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -75,6 +75,11 @@ b_android_dbg_tests_recipe = {
'slavebuilddir': 'android',
}
+b_android_compile_dbg = {
+ 'name': 'android_compile_dbg',
+ 'factory': m_annotator.BaseFactory('chromium_trybot'),
+}
+
b_android_compile_rel = {
'name': 'android_compile_rel',
'factory': m_annotator.BaseFactory('chromium_trybot'),
@@ -393,6 +398,7 @@ b_tools_build_presubmit = presubmit('tools_build')
c['builders'] = [
+ b_android_compile_dbg,
b_android_compile_rel,
b_android_dbg_tests_recipe, b_android_arm64_dbg_recipe,
b_android_fyi_dbg_tests_recipe,
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698