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

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: 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..c861830bafa12b0641d0f46628cce9e4dfb4b149 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-m4' % i,
Ryan Tseng 2013/10/10 21:20:17 s/m4/c4/
navabi 2013/10/10 21:26:30 Done.
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ } for i in range(102, 120)
Ryan Tseng 2013/10/10 21:20:17 s/120/121/ (so that 120 is inclusive)
navabi 2013/10/10 21:26:30 Done.
]
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