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

Unified Diff: masters/master.client.dart/slaves.cfg

Issue 11147013: Move trunk editor builders to same machines as the bleeding edge builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 2 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.client.dart/slaves.cfg
===================================================================
--- masters/master.client.dart/slaves.cfg (revision 161800)
+++ masters/master.client.dart/slaves.cfg (working copy)
@@ -118,7 +118,7 @@
},
{
'master': 'Dart',
- 'builder': ['dart-editor'],
+ 'builder': ['dart-editor', 'dart-editor-trunk'],
'hostname': 'vm5-m3',
'os': 'linux',
'version': 'lucid',
@@ -126,7 +126,7 @@
},
{
'master': 'Dart',
- 'builder': ['dart-editor-win'],
+ 'builder': ['dart-editor-win', 'dart-editor-win-trunk'],
'hostname': 'vm56-m3',
'os': 'win',
'version': 'win7',
@@ -134,7 +134,7 @@
},
{
'master': 'Dart',
- 'builder': ['dart-editor-mac'],
+ 'builder': ['dart-editor-mac', 'dart-editor-mac-trunk'],
'hostname': 'vm609-m3',
'os': 'mac',
'version': '10.6',
@@ -142,7 +142,7 @@
},
{
'master': 'Dart',
- 'builder': ['dart-editor-linux'],
+ 'builder': ['dart-editor-linux', 'dart-editor-linux-trunk'],
'hostname': 'vm54-m3',
'os': 'linux',
'version': 'lucid',
@@ -346,8 +346,7 @@
# Trunk
{
'master': 'Dart',
- 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk',
- 'dart-editor-linux-trunk', 'dart-editor-trunk' ],
+ 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk' ],
'hostname': 'vm83-m3',
'os': 'linux',
'version': 'lucid',
@@ -355,16 +354,7 @@
},
{
'master': 'Dart',
- 'builder': ['dartium-lucid32-full-trunk'],
- 'hostname': 'vm196-m3',
- 'os': 'linux',
- 'version': 'lucid',
- 'bits': '64',
- },
- {
- 'master': 'Dart',
- 'builder': ['vm-win32-trunk', 'dartium-win-full-trunk',
- 'dart-editor-win-trunk'],
+ 'builder': ['vm-win32-trunk', 'dartium-win-full-trunk'],
'hostname': 'vm197-m3',
'os': 'win',
'version': 'win7',
@@ -372,8 +362,7 @@
},
{
'master': 'Dart',
- 'builder': ['vm-mac-trunk', 'dartium-mac-full-trunk',
- 'dart-editor-mac-trunk'],
+ 'builder': ['vm-mac-trunk', 'dartium-mac-full-trunk'],
'hostname': 'vm642-m3',
'os': 'mac',
'version': '10.6',
« 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