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

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

Issue 725663002: Chromium FYI bot for running Telemetry unit tests on Android user build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixed whitespace issues. Created 6 years, 1 month 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 bc3038e92103dbb828dfdb91a0164cb84cf23b41..e9874313ce0af82077517ec46a02fec2c3a1f2ac 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -165,7 +165,8 @@ s_chromium_android_dbg = Triggerable(
'Android Tests (JB Nexus7)(dbg)',
'Android Tests (JB Manta)(dbg)',
'Android ChromeDriver Tests (dbg)',
- 'Android Tests (K N5)(dbg)'])
+ 'Android Tests (K N5)(dbg)',
+ 'Android Tests (K N5, user build)(dbg)'])
# Triggerable scheduler for Cronet Builder
s_chromium_cronet_rel = Triggerable(
@@ -1120,6 +1121,15 @@ def f_chromium_dbg_android_tests(bot_id_suffix):
'gclient_timeout': 3600
})
+def f_chromium_dbg_android_tests_user_build(bot_id_suffix):
+ return linux_android().ChromiumAnnotationFactory(
+ target='Debug',
+ annotation_script='src/build/android/buildbot/bb_run_bot.py',
+ factory_properties={
+ 'android_bot_id': 'user-build-fyi-tests-dbg-%s' % bot_id_suffix,
+ 'build_url': chromium_android_fyi_dbg_archive,
+ 'gclient_timeout': 3600
+ })
f_chromium_dbg_android_chromedriver_tests = \
linux_android(
@@ -1723,6 +1733,12 @@ b_chromium_dbg_android_tests_jb_manta = {
'category': 'android',
}
+b_chromium_dbg_android_tests_k_n5_user = {
+ 'name': 'Android Tests (K N5, user build)(dbg)',
+ 'factory': f_chromium_dbg_android_tests_user_build('k_n5_user'),
+ 'category': 'android',
+}
+
b_chromium_dbg_android_chromedriver_tests = {
'name': 'Android ChromeDriver Tests (dbg)',
'factory': f_chromium_dbg_android_chromedriver_tests,
@@ -2245,6 +2261,8 @@ c['builders'] = [
b_chromium_dbg_android_tests_ics_gn,
b_chromium_dbg_android_tests_jb_nexus7,
b_chromium_dbg_android_tests_jb_manta,
+ b_chromium_dbg_android_tests_k_n5_user,
+
b_chromium_rel_android_user_builder_tests,
b_chromium_dbg_android_chromedriver_tests,
b_chromium_dbg_android_asan_builder_tests,
« 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