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

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

Issue 11379003: Add Windows ASAN bots. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@neuter
Patch Set: Make zip_build a bit better Created 8 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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'bits': '64', 114 'bits': '64',
115 }, 115 },
116 { 116 {
117 'master': 'ChromiumMemory', 117 'master': 'ChromiumMemory',
118 'builder': 'Mac ASAN Tests (3)', 118 'builder': 'Mac ASAN Tests (3)',
119 'hostname': 'vm661-m1', 119 'hostname': 'vm661-m1',
120 'os': 'mac', 120 'os': 'mac',
121 'version': '10.6', 121 'version': '10.6',
122 'bits': '64', 122 'bits': '64',
123 }, 123 },
124 {
125 'master': 'ChromiumMemory',
126 'builder': 'Win ASAN Builder',
127 'hostname': 'vm823-m1',
128 'os': 'win',
129 'version': 'win7',
130 'bits': '64',
131 },
132 {
133 'master': 'ChromiumMemory',
134 'builder': 'Win ASAN Tests (1)',
135 'hostname': 'vm824-m1',
136 'os': 'win',
137 'version': 'win7',
138 'bits': '64',
139 },
140 {
141 'master': 'ChromiumMemory',
142 'builder': 'Win ASAN Tests (2)',
143 'hostname': 'vm825-m1',
144 'os': 'win',
145 'version': 'win7',
146 'bits': '64',
147 },
124 ] 148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698