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: build/masters/master.tryserver.chromium/slaves.cfg

Issue 12456007: Add Precise try slaves: vm[750-781]-m4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 9 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 | « build/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: build/masters/master.tryserver.chromium/slaves.cfg
===================================================================
--- build/masters/master.tryserver.chromium/slaves.cfg (revision 186741)
+++ build/masters/master.tryserver.chromium/slaves.cfg (working copy)
@@ -40,13 +40,11 @@
def linux():
"""Linux VMs can hold a maximum of 4 checkouts per slave."""
- normal_slaves = range(384, 430)
M-A Ruel 2013/03/07 18:34:56 Just so I understand correctly, these are turned d
Paweł Hajdan Jr. 2013/03/07 18:44:45 The above are temporarily taken out of the "trybot
new_slaves_block = range(2, 100)
- all_slaves = (['vm%d-m4' % i for i in normal_slaves] +
- ['slave%d-c4' % i for i in new_slaves_block])
+ all_slaves = ['slave%d-c4' % i for i in new_slaves_block]
gpu_slaves = [3, 7, 8]
# "precise" means "Ubuntu 12.04 'precise'".
- precise_slaves = [468, 469, 497, 502, 503]
+ precise_slaves = [468, 469, 497, 502, 503] + range(750, 782)
precise32_slaves = [211]
# Configurations on every VM.
@@ -110,7 +108,7 @@
'os': 'linux',
'version': 'precise',
'bits': '64',
- 'builder': 'linux_rel_precise',
+ 'builder': ['linux_precise', 'linux_rel_precise'],
'hostname': 'vm%d-m4' % i,
} for index, i in enumerate(precise_slaves)
])
« no previous file with comments | « build/masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698