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

Side by Side Diff: masters/master.client.dart/slaves.cfg

Issue 15757008: Rename linux chrome bots to drt bots (we special case this in annotated steps anyway, this is way c… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « masters/master.client.dart/master.cfg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 { 285 {
286 'master': 'Dart', 286 'master': 'Dart',
287 'builder': ['dart2js-ff-win7-2-2'], 287 'builder': ['dart2js-ff-win7-2-2'],
288 'hostname': 'vm212-m3', 288 'hostname': 'vm212-m3',
289 'os': 'win', 289 'os': 'win',
290 'version': 'win7', 290 'version': 'win7',
291 'bits': '64', 291 'bits': '64',
292 }, 292 },
293 { 293 {
294 'master': 'Dart', 294 'master': 'Dart',
295 'builder': ['dart2js-chrome-linux'], 295 'builder': ['dart2js-drt-linux'],
296 'hostname': 'vm17-m3', 296 'hostname': 'vm17-m3',
297 'os': 'linux', 297 'os': 'linux',
298 'version': 'lucid', 298 'version': 'lucid',
299 'bits': '64', 299 'bits': '64',
300 }, 300 },
301 { 301 {
302 'master': 'Dart', 302 'master': 'Dart',
303 'builder': ['dart2js-chrome-linux-csp'], 303 'builder': ['dart2js-drt-linux-csp'],
304 'hostname': 'vm328-m3', 304 'hostname': 'vm328-m3',
305 'os': 'linux', 305 'os': 'linux',
306 'version': 'lucid', 306 'version': 'lucid',
307 'bits': '64', 307 'bits': '64',
308 }, 308 },
309 { 309 {
310 'master': 'Dart', 310 'master': 'Dart',
311 'builder': ['dart2js-linux-jsshell-release-1-4'], 311 'builder': ['dart2js-linux-jsshell-release-1-4'],
312 'hostname': 'vm203-m3', 312 'hostname': 'vm203-m3',
313 'os': 'linux', 313 'os': 'linux',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 } for i in [] 520 } for i in []
521 ] + [ 521 ] + [
522 { 522 {
523 'master': 'DartUnused', 523 'master': 'DartUnused',
524 'hostname': 'vm%s-m3' % i, 524 'hostname': 'vm%s-m3' % i,
525 'os': 'mac', 525 'os': 'mac',
526 'version': '10.7', 526 'version': '10.7',
527 'bits': '64' 527 'bits': '64'
528 } for i in [] 528 } for i in []
529 ] 529 ]
OLDNEW
« no previous file with comments | « masters/master.client.dart/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698