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

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

Issue 26925002: Add ccompute slaves for android buld slaves. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add back builders to vm slaves. Created 7 years, 2 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 | « no previous file | 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 b2f4f18aa14442d85f81d8765421920a1f1dad1c..f4a404885b477b4c8ea650eac7327739879442c6 100644
--- a/masters/master.tryserver.chromium/slaves.cfg
+++ b/masters/master.tryserver.chromium/slaves.cfg
@@ -375,6 +375,19 @@ def android():
'version': 'precise',
'bits': '64',
} for i in range(384, 422)
+ ] + [
+ # TODO(navabi): move all vm%d-m4 slaves to ccompute slaves (BUG=302063).
+ # ccompute slaves
+ {
+ 'master': 'TryServer',
+ 'builder': ['android_dbg', 'android_fyi_dbg', 'android_clang_dbg',
+ 'blink_android_compile_dbg', 'blink_android_compile_rel',
+ 'android_rel', 'android_x86_dbg'],
+ 'hostname': 'slave%d-c4' % i,
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ } for i in range(102, 121)
]
test_slaves = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698