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

Unified Diff: masters/master.chromiumos.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: 80 cols 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.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromiumos.unused/slaves.cfg
===================================================================
--- masters/master.chromiumos.unused/slaves.cfg (revision 234533)
+++ masters/master.chromiumos.unused/slaves.cfg (working copy)
@@ -22,6 +22,16 @@
unused_R720_64G + unused_R720_128G)
]
+win_build_unused = [
+ {
+ 'master': 'ChromiumWin',
ghost stip (do not use) 2013/11/12 20:06:48 when you move this over to master.chromiumos.unuse
jam 2013/11/12 20:39:31 Done.
+ 'hostname': 'build60-m1',
+ 'os': 'win',
+ 'version': '2008',
+ 'bits': '64',
+ }
+]
+
linux_vm_unused = [
{
'master': 'ChromiumOSUnused',
@@ -30,6 +40,16 @@
} for i in [1, 18] + range(21, 24)
]
+win_vm_unused = [
+ {
+ 'master': 'ChromiumWin',
+ 'hostname': 'vm%d-m1' % i,
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ } for i in [470, 486, 503]
+]
+
administrative = [
{
'master': 'ChromiumOSUnused',
@@ -38,4 +58,5 @@
} for s in ['build13-m2']
]
-slaves = linux_build_unused + linux_vm_unused + administrative
+slaves = linux_build_unused + win_build_unused + linux_vm_unused +
+ win_vm_unused + administrative
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698