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

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

Issue 10787011: Add split builder/tester android trybot target (Closed) Base URL: https://git.chromium.org/chromium/tools/build.git@master
Patch Set: Created 8 years, 5 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/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/slaves.cfg
diff --git a/masters/master.tryserver.chromium/slaves.cfg b/masters/master.tryserver.chromium/slaves.cfg
index 32ea0aaeb2096f6f76e8cf0fcba9fedfb713e347..2a8fa8c5a40ccdd9f84970252194653fdcd6723b 100644
--- a/masters/master.tryserver.chromium/slaves.cfg
+++ b/masters/master.tryserver.chromium/slaves.cfg
@@ -157,7 +157,7 @@ def android():
compile_slaves = [
{
'master': 'TryServer',
- 'builder': ['android'],
+ 'builder': ['android', 'android_builder'],
'hostname': 'vm%d-m4' % i,
'os': 'linux',
'version': 'lucid',
@@ -168,12 +168,12 @@ def android():
test_slaves = [
{
'master': 'TryServer',
- 'builder': ['android_test'],
+ 'builder': ['android_test', 'android_tester'],
'hostname': 'chromeperf%d' % i,
'os': 'linux',
'version': 'lucid',
'bits': '64',
- } for i in (23, 26, 27, 28, 29)
+ } for i in (23, 24, 26, 27, 28, 29, 44, 45, 46)
]
return compile_slaves + test_slaves
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698