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

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
Index: masters/master.tryserver.chromium/slaves.cfg
diff --git a/masters/master.tryserver.chromium/slaves.cfg b/masters/master.tryserver.chromium/slaves.cfg
index 6645025226091b2d41a0203b62952a2cd4dffeea..30938ab85477754364e434118daaa08b94053aa5 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_compiler'],
'hostname': 'vm%d-m4' % i,
'os': 'linux',
'version': 'lucid',
@@ -165,11 +165,10 @@ def android():
} for i in range(430, 468)
]
- # Android tester bots
tester_slaves = [
{
'master': 'TryServer',
- 'builder': ['android_test'],
+ 'builder': ['android_tester'],
'hostname': 'chromeperf%d' % i,
'os': 'linux',
'version': 'lucid',
« masters/master.tryserver.chromium/master.cfg ('K') | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698