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

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

Issue 757093002: Remove Chromium Linux Redux FYI bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years 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.chromium.fyi/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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'builder': ['Win8 Tests (1)', 50 'builder': ['Win8 Tests (1)',
51 'Win8 Tests (2)', 51 'Win8 Tests (2)',
52 ], 52 ],
53 'hostname': 'vm939-m1', 53 'hostname': 'vm939-m1',
54 'os': 'win', 54 'os': 'win',
55 'version': 'win8', 55 'version': 'win8',
56 'bits': '64', 56 'bits': '64',
57 }, 57 },
58 { 58 {
59 'master': 'ChromiumFYI', 59 'master': 'ChromiumFYI',
60 'builder': ['Chromium Linux Redux', 'ChromiumPractice'], 60 'builder': 'ChromiumPractice',
61 'hostname': 'vm859-m1', 61 'hostname': 'vm859-m1',
62 'os': 'linux', 62 'os': 'linux',
63 'version': 'precise', 63 'version': 'precise',
64 'bits': '64', 64 'bits': '64',
65 }, 65 },
66 { 66 {
67 'master': 'ChromiumFYI', 67 'master': 'ChromiumFYI',
68 'builder': 'Blink Linux LSan ASan', 68 'builder': 'Blink Linux LSan ASan',
69 'hostname': 'vm835-m1', 69 'hostname': 'vm835-m1',
70 'os': 'linux', 70 'os': 'linux',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 }, 902 },
903 { 903 {
904 'master': 'ChromiumFYI', 904 'master': 'ChromiumFYI',
905 'builder': 'Linux ChromiumOS Athena Tests (1)', 905 'builder': 'Linux ChromiumOS Athena Tests (1)',
906 'hostname': 'vm869-m1', 906 'hostname': 'vm869-m1',
907 'os': 'linux', 907 'os': 'linux',
908 'version': 'precise', 908 'version': 'precise',
909 'bits': '64', 909 'bits': '64',
910 } 910 }
911 ] 911 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698