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

Unified Diff: masters/master.chromium.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 | « no previous file | masters/master.chromium.win/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.unused/slaves.cfg
===================================================================
--- masters/master.chromium.unused/slaves.cfg (revision 234533)
+++ masters/master.chromium.unused/slaves.cfg (working copy)
@@ -28,7 +28,7 @@
'master': 'ChromiumUnused',
'hostname': 'build%d-m1' % i,
'os': 'win',
- } for i in [ ]
+ } for i in [60]
]
win_vm_unused = [
@@ -36,7 +36,7 @@
'master': 'ChromiumUnused',
'hostname': 'vm%d-m1' % i,
'os': 'win',
- } for i in [423, 464]
+ } for i in [423, 464, 470, 486, 503]
]
linux_build_unused = [
« no previous file with comments | « no previous file | masters/master.chromium.win/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698