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

Side by Side Diff: masters/master.chromium.win/slaves.cfg

Issue 11565044: Add win8 aura bot to chromium.win, make tryserver match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 11 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
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'bits': '64', 333 'bits': '64',
334 }, 334 },
335 { 335 {
336 'master': 'ChromiumWin', 336 'master': 'ChromiumWin',
337 'builder': 'Win Aura Tests (3)', 337 'builder': 'Win Aura Tests (3)',
338 'hostname': 'vm881-m1', 338 'hostname': 'vm881-m1',
339 'os': 'win', 339 'os': 'win',
340 'version': 'win7', 340 'version': 'win7',
341 'bits': '64', 341 'bits': '64',
342 }, 342 },
343 ] + [
344 # Deployed for http://crbug.com/165972 but not used yet.
345 { 343 {
346 'master': 'ChromiumWinUnused', 344 'master': 'ChromiumWin',
347 'hostname': 'vm898-m1' , 345 'builder': 'Win8 Aura',
346 'hostname': 'vm898-m1',
348 'os': 'win', 347 'os': 'win',
349 'version': 'win8', 348 'version': 'win8',
350 'bits': '64', 349 'bits': '64',
351 } 350 },
352 ] 351 ]
353
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698