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

Unified Diff: masters/master.tryserver.chromium.linux/slaves.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
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/slaves.cfg
diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
index 37bace30ab16e45b78fb24e5aca1166e4c98b526..4b17d14403cc55c8d0c14b73755ee41a86f199bc 100644
--- a/masters/master.tryserver.chromium.linux/slaves.cfg
+++ b/masters/master.tryserver.chromium.linux/slaves.cfg
@@ -187,7 +187,7 @@ def android():
'os': 'linux',
'version': 'precise',
'bits': '64',
- } for i in range(100,139+1)
+ } for i in range(100,138+1)
]
amp_slaves = [
@@ -212,7 +212,18 @@ def android():
} for i in range(520, 540)
]
- return compile_slaves + test_slaves + amp_slaves + aosp_slaves
+ n5_experiment = [
+ {
+ 'master': 'TryServerChromiumLinux',
+ 'builder': 'android_n5_dbg_tests_recipe',
Paweł Hajdan Jr. 2015/03/06 10:06:18 IMHO there is no need to do this, but leaving the
Paweł Hajdan Jr. 2015/03/10 07:53:57 Oops, I didn't realize this slave has different ha
+ 'hostname': 'build139-a4',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ }
+ ]
+
+ return compile_slaves + test_slaves + amp_slaves + aosp_slaves + n5_experiment
slaves = linux() + android()
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698