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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 'master': 'Dart', 112 'master': 'Dart',
113 'builder': ['dartc-linux-release'], 113 'builder': ['dartc-linux-release'],
114 'hostname': 'vm27-m3', 114 'hostname': 'vm27-m3',
115 'os': 'linux', 115 'os': 'linux',
116 'version': 'lucid', 116 'version': 'lucid',
117 'bits': '64', 117 'bits': '64',
118 }, 118 },
119 { 119 {
120 'master': 'Dart', 120 'master': 'Dart',
121 'builder': ['dart-editor'], 121 'builder': ['dart-editor', 'dart-editor-trunk'],
122 'hostname': 'vm5-m3', 122 'hostname': 'vm5-m3',
123 'os': 'linux', 123 'os': 'linux',
124 'version': 'lucid', 124 'version': 'lucid',
125 'bits': '64', 125 'bits': '64',
126 }, 126 },
127 { 127 {
128 'master': 'Dart', 128 'master': 'Dart',
129 'builder': ['dart-editor-win'], 129 'builder': ['dart-editor-win', 'dart-editor-win-trunk'],
130 'hostname': 'vm56-m3', 130 'hostname': 'vm56-m3',
131 'os': 'win', 131 'os': 'win',
132 'version': 'win7', 132 'version': 'win7',
133 'bits': '64', 133 'bits': '64',
134 }, 134 },
135 { 135 {
136 'master': 'Dart', 136 'master': 'Dart',
137 'builder': ['dart-editor-mac'], 137 'builder': ['dart-editor-mac', 'dart-editor-mac-trunk'],
138 'hostname': 'vm609-m3', 138 'hostname': 'vm609-m3',
139 'os': 'mac', 139 'os': 'mac',
140 'version': '10.6', 140 'version': '10.6',
141 'bits': '64', 141 'bits': '64',
142 }, 142 },
143 { 143 {
144 'master': 'Dart', 144 'master': 'Dart',
145 'builder': ['dart-editor-linux'], 145 'builder': ['dart-editor-linux', 'dart-editor-linux-trunk'],
146 'hostname': 'vm54-m3', 146 'hostname': 'vm54-m3',
147 'os': 'linux', 147 'os': 'linux',
148 'version': 'lucid', 148 'version': 'lucid',
149 'bits': '64', 149 'bits': '64',
150 }, 150 },
151 { 151 {
152 'master': 'Dart', 152 'master': 'Dart',
153 'builder': ['dart2js-linux-release-1-5'], 153 'builder': ['dart2js-linux-release-1-5'],
154 'hostname': 'vm188-m3', 154 'hostname': 'vm188-m3',
155 'os': 'linux', 155 'os': 'linux',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'builder': ['dart2js-ie-win7-all'], 339 'builder': ['dart2js-ie-win7-all'],
340 'hostname': 'vm195-m3', 340 'hostname': 'vm195-m3',
341 'os': 'win', 341 'os': 'win',
342 'version': 'win7', 342 'version': 'win7',
343 'bits': '64', 343 'bits': '64',
344 }, 344 },
345 345
346 # Trunk 346 # Trunk
347 { 347 {
348 'master': 'Dart', 348 'master': 'Dart',
349 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk', 349 'builder': ['vm-linux-trunk', 'dartium-lucid64-full-trunk' ],
350 'dart-editor-linux-trunk', 'dart-editor-trunk' ],
351 'hostname': 'vm83-m3', 350 'hostname': 'vm83-m3',
352 'os': 'linux', 351 'os': 'linux',
353 'version': 'lucid', 352 'version': 'lucid',
354 'bits': '64', 353 'bits': '64',
355 }, 354 },
356 { 355 {
357 'master': 'Dart', 356 'master': 'Dart',
358 'builder': ['dartium-lucid32-full-trunk'], 357 'builder': ['vm-win32-trunk', 'dartium-win-full-trunk'],
359 'hostname': 'vm196-m3',
360 'os': 'linux',
361 'version': 'lucid',
362 'bits': '64',
363 },
364 {
365 'master': 'Dart',
366 'builder': ['vm-win32-trunk', 'dartium-win-full-trunk',
367 'dart-editor-win-trunk'],
368 'hostname': 'vm197-m3', 358 'hostname': 'vm197-m3',
369 'os': 'win', 359 'os': 'win',
370 'version': 'win7', 360 'version': 'win7',
371 'bits': '64', 361 'bits': '64',
372 }, 362 },
373 { 363 {
374 'master': 'Dart', 364 'master': 'Dart',
375 'builder': ['vm-mac-trunk', 'dartium-mac-full-trunk', 365 'builder': ['vm-mac-trunk', 'dartium-mac-full-trunk'],
376 'dart-editor-mac-trunk'],
377 'hostname': 'vm642-m3', 366 'hostname': 'vm642-m3',
378 'os': 'mac', 367 'os': 'mac',
379 'version': '10.6', 368 'version': '10.6',
380 'bits': '64', 369 'bits': '64',
381 }, 370 },
382 371
383 # Temporary both bleeding and trunk builder for lucid 32 bit. 372 # Temporary both bleeding and trunk builder for lucid 32 bit.
384 { 373 {
385 'master': 'Dart', 374 'master': 'Dart',
386 'builder': ['dartium-lucid32-full', 'dartium-lucid32-full-trunk'], 375 'builder': ['dartium-lucid32-full', 'dartium-lucid32-full-trunk'],
387 'hostname': 'vm28-m3', 376 'hostname': 'vm28-m3',
388 'os': 'linux', 377 'os': 'linux',
389 'version': 'lucid', 378 'version': 'lucid',
390 'bits': '64', 379 'bits': '64',
391 }, 380 },
392 381
393 ] 382 ]
OLDNEW
« 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