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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 14208018: Add an Android Component builder and tester to the FYI waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add extra_gyp_defines to factory_properties Created 7 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 | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 0af7318ca8ac8989c9e27e6fb7b0c95adfe629fe..57aa0794e8e62de8ef90380258a2124e6f5bf9b5 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -174,6 +174,13 @@ s_chromium_android_dbg = Triggerable(
'Android Tests (JB Nexus7)(dbg)',
'Android ChromeDriver Tests (dbg)'])
+# Scheduler for Android component builder/tester
+s_chromium_android_shared = Scheduler(
+ name='android_shared',
+ branch='src',
+ treeStableTimer=60,
+ builderNames=['Android (JB Nexus7)(shared)'])
+
# Triggerable scheduler for Android Asan
s_chromium_android_asan = Triggerable(
name='android_asan',
@@ -247,6 +254,7 @@ c['schedulers'] = [s_chromium,
s_chromium_4hourly,
s_chromium_6hourly,
s_chromium_android_dbg,
+ s_chromium_android_shared,
s_chromium_android_asan,
s_chromium_codesearch,
s_chromium_win_rel,
@@ -1157,6 +1165,17 @@ f_chromium_dbg_android_builder = \
})
+f_chromium_dbg_android_shared = \
+ linux_android().ChromiumAnnotationFactory(
+ target='Debug',
+ slave_type='AnnotatedBuilder',
+ annotation_script='src/build/android/buildbot/bb_run_bot.py',
+ factory_properties={
+ 'android_bot_id': 'fyi-component-builder-tests-dbg',
+ 'extra_gyp_defines': 'component=shared_library',
+ })
+
+
def f_chromium_dbg_android_tests(bot_id_suffix):
return linux_android().ChromiumAnnotationFactory(
target='Debug',
@@ -1822,6 +1841,12 @@ b_chromium_dbg_android_asan_tests = {
'category': 'android',
}
+b_chromium_dbg_android_shared_jb_nexus7 = {
+ 'name': 'Android (JB Nexus7)(shared)',
+ 'factory': f_chromium_dbg_android_shared,
+ 'category': 'android'
+}
+
b_chromium_dbg_ios_simulator = {
'name': 'Chromium iOS Simulator (dbg)',
'factory': f_chromium_dbg_ios_simulator,
@@ -2078,6 +2103,7 @@ c['builders'] = [
b_linux_arm_tests_panda,
# Android
+ b_chromium_dbg_android_shared_jb_nexus7,
b_chromium_dbg_android_builder,
b_chromium_dbg_android_tests_jb_gn,
b_chromium_dbg_android_tests_ics_gn,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698