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

Side by Side Diff: masters/master.chromium.win/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 unified diff | Download patch | Annotate | Revision Log
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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 { 351 {
352 'master': 'ChromiumWin', 352 'master': 'ChromiumWin',
353 'builder': 'Win7 Sync', 353 'builder': 'Win7 Sync',
354 'hostname': 'vm803-m1', 354 'hostname': 'vm803-m1',
355 'os': 'win', 355 'os': 'win',
356 'version': 'win7', 356 'version': 'win7',
357 'bits': '64', 357 'bits': '64',
358 }, 358 },
359 { 359 {
360 'master': 'ChromiumWin', 360 'master': 'ChromiumWin',
361 'builder': 'Win Aura Builder',
362 'hostname': 'build60-m1',
363 'os': 'win',
364 'version': '2008',
365 'bits': '64',
366 },
367 {
368 'master': 'ChromiumWin',
369 'builder': 'Win Aura Tests (1)',
370 'hostname': 'vm503-m1',
371 'os': 'win',
372 'version': 'win7',
373 'bits': '64',
374 },
375 {
376 'master': 'ChromiumWin',
377 'builder': 'Win Aura Tests (2)',
378 'hostname': 'vm470-m1',
379 'os': 'win',
380 'version': 'win7',
381 'bits': '64',
382 },
383 {
384 'master': 'ChromiumWin',
385 'builder': 'Win Aura Tests (3)',
386 'hostname': 'vm486-m1',
387 'os': 'win',
388 'version': 'win7',
389 'bits': '64',
390 },
391 {
392 'master': 'ChromiumWin',
393 'builder': 'Win8 Aura', 361 'builder': 'Win8 Aura',
394 'hostname': 'vm898-m1', 362 'hostname': 'vm898-m1',
395 'os': 'win', 363 'os': 'win',
396 'version': 'win8', 364 'version': 'win8',
397 'bits': '64', 365 'bits': '64',
398 }, 366 },
399 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698