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

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

Issue 933843003: Add a CQ tester (which will start as experimental) with N5's on L. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Set aside a try host for experimental N5 bot. 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: 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 d0a0b7556aa702f34f52411d356a1be8db89a220..cfddd49c0b622a0e8e1e8f07a656d636a20a0856 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -79,6 +79,14 @@ b_android_compile_dbg = {
'factory': m_annotator.BaseFactory('chromium_trybot'),
}
+# combined builder/tester android recipes
+b_android_n5_dbg_tests_recipe = {
+ 'name': 'android_n5_dbg_tests_recipe',
+ 'factory': m_annotator.BaseFactory('android/tester'),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'android',
+}
+
b_android_compile_rel = {
'name': 'android_compile_rel',
'factory': m_annotator.BaseFactory('chromium_trybot'),
@@ -418,7 +426,8 @@ 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_dbg_tests_recipe, b_android_n5_dbg_tests_recipe,
+ b_android_arm64_dbg_recipe,
b_android_fyi_dbg_tests_recipe,
b_android_x86_dbg_recipe,
b_android_clang_dbg_recipe,
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | masters/master.tryserver.chromium.linux/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698