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

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

Issue 2133863003: Deploy more slaves into Mac optional0_slaves pool. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | « 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.mac/slaves.cfg
diff --git a/masters/master.tryserver.chromium.mac/slaves.cfg b/masters/master.tryserver.chromium.mac/slaves.cfg
index 9befcde6abe95f1ee7b920dbd0c74b15c91b0761..96bd0aa165772a469706147f4845979390e7e10a 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -17,7 +17,8 @@ def mac():
'mac_chromium_rel_ng',
]
- optional0_slaves = ['vm%d-m4' % i for i in [713, 645, 646, 647, 648]]
+ optional0_slaves = ['vm%d-m4' % i for i in ([713, 645, 646, 647, 648] +
+ range(783, 788))]
optional0_builders = [
'mac_chromium_dbg_ng',
'mac_chromium_gyp_dbg',
« 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