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

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

Issue 2053543002: lkgr: Remove "symbolized" bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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.lkgr/master_lkgr_cfg.py ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'builder': ['ASAN Release', 52 'builder': ['ASAN Release',
53 'ASAN Release Media', 53 'ASAN Release Media',
54 'ChromiumOS ASAN Release' 54 'ChromiumOS ASAN Release'
55 ], 55 ],
56 'os': 'linux', 56 'os': 'linux',
57 'version': 'precise', 57 'version': 'precise',
58 'bits': '64', 58 'bits': '64',
59 }, 59 },
60 { 60 {
61 'master': 'ChromiumLKGR', 61 'master': 'ChromiumLKGR',
62 'hostname': 'vm981-m1',
63 'builder': ['ASAN Release (symbolized)'],
64 'os': 'linux',
65 'version': 'precise',
66 'bits': '64',
67 },
68 {
69 'master': 'ChromiumLKGR',
70 'hostname': 'vm854-m1', 62 'hostname': 'vm854-m1',
71 'builder': ['ASan Debug (32-bit x86 with V8-ARM)', 63 'builder': ['ASan Debug (32-bit x86 with V8-ARM)',
72 'ASan Release (32-bit x86 with V8-ARM)', 64 'ASan Release (32-bit x86 with V8-ARM)',
73 'ASan Release Media (32-bit x86 with V8-ARM)', 65 'ASan Release Media (32-bit x86 with V8-ARM)'],
74 'ASan Release (32-bit x86 with V8-ARM, symbolized)'],
75 'os': 'linux', 66 'os': 'linux',
76 'version': 'precise', 67 'version': 'precise',
77 'bits': '64', 68 'bits': '64',
78 }, 69 },
79 { 70 {
80 'master': 'ChromiumLKGR', 71 'master': 'ChromiumLKGR',
81 'hostname': 'vm940-m1', 72 'hostname': 'vm940-m1',
82 'builder': ['TSAN Debug', 73 'builder': ['TSAN Debug',
83 'TSAN Release'], 74 'TSAN Release'],
84 'os': 'linux', 75 'os': 'linux',
(...skipping 19 matching lines...) Expand all
104 }, 95 },
105 { 96 {
106 'master': 'ChromiumLKGR', 97 'master': 'ChromiumLKGR',
107 'hostname': 'vm315-m1', 98 'hostname': 'vm315-m1',
108 'builder': ['Telemetry Harness Upload'], 99 'builder': ['Telemetry Harness Upload'],
109 'os': 'linux', 100 'os': 'linux',
110 'version': 'precise', 101 'version': 'precise',
111 'bits': '64', 102 'bits': '64',
112 }, 103 },
113 ] 104 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.lkgr/master_lkgr_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698