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

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

Issue 66063002: Remove Win Aura bots from the buildbot and tryservers since they're now redundant as trunk Windows … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: the real unused Created 7 years, 1 month 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 | « masters/master.tryserver.chromium/slaves.cfg ('k') | scripts/tools/lkgr_finder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.unused/slaves.cfg
===================================================================
--- masters/master.tryserver.unused/slaves.cfg (revision 234533)
+++ masters/master.tryserver.unused/slaves.cfg (working copy)
@@ -36,7 +36,9 @@
'master': 'TryserverUnused',
'hostname': 'vm%d-m4' % i,
'os': 'win',
- } for i in []
+ } for i in (range(164, 207) + range(208, 211) + range(212, 215) +
+ range(216, 219) + range(220, 223) + range(224, 227) +
+ range(228, 231))
]
linux_build_unused = [
« no previous file with comments | « masters/master.tryserver.chromium/slaves.cfg ('k') | scripts/tools/lkgr_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698