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

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

Issue 16208007: Rename Linux Redux to Linux OpenSSL and adjust config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.tryserver.chromium/master.cfg » ('j') | 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'Win8 Tests (2)', 51 'Win8 Tests (2)',
52 'Win8 (delegate_execute)', 52 'Win8 (delegate_execute)',
53 'Win8 (metro_driver)',], 53 'Win8 (metro_driver)',],
54 'hostname': 'vm939-m1', 54 'hostname': 'vm939-m1',
55 'os': 'win', 55 'os': 'win',
56 'version': 'win8', 56 'version': 'win8',
57 'bits': '64', 57 'bits': '64',
58 }, 58 },
59 { 59 {
60 'master': 'ChromiumFYI', 60 'master': 'ChromiumFYI',
61 'builder': 'Chromium Linux Redux', 61 'builder': 'Chromium Linux OpenSSL',
62 'hostname': 'vm859-m1', 62 'hostname': 'vm859-m1',
63 'os': 'linux', 63 'os': 'linux',
64 'version': 'lucid', 64 'version': 'lucid',
65 'bits': '64', 65 'bits': '64',
66 }, 66 },
67 { 67 {
68 'master': 'ChromiumFYI', 68 'master': 'ChromiumFYI',
69 'builder': ['Linux Coverage (dbg)'], 69 'builder': ['Linux Coverage (dbg)'],
70 'hostname': 'vm406-m1', 70 'hostname': 'vm406-m1',
71 'os': 'linux', 71 'os': 'linux',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 ] + [ 717 ] + [
718 # Deployed for http://crbug.com/166949 but not used yet. 718 # Deployed for http://crbug.com/166949 but not used yet.
719 { 719 {
720 'master': 'ChromiumFYIUnused', 720 'master': 'ChromiumFYIUnused',
721 'hostname': 'vm889-m1' , 721 'hostname': 'vm889-m1' ,
722 'os': 'win', 722 'os': 'win',
723 'version': 'win7', 723 'version': 'win7',
724 'bits': '64', 724 'bits': '64',
725 } 725 }
726 ] 726 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698