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

Side by Side Diff: masters/master.client.dart/slaves.cfg

Issue 50423002: Add windows installer bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 1 month 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.client.dart/master.cfg ('k') | scripts/master/factory/dart/dart_factory.py » ('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 slaves = [ 10 slaves = [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'master': 'Dart', 136 'master': 'Dart',
137 'builder': ['dart-editor', 137 'builder': ['dart-editor',
138 'dart-editor-trunk'], 138 'dart-editor-trunk'],
139 'hostname': 'vm93-m3', 139 'hostname': 'vm93-m3',
140 'os': 'linux', 140 'os': 'linux',
141 'version': 'precise', 141 'version': 'precise',
142 'bits': '64', 142 'bits': '64',
143 }, 143 },
144 { 144 {
145 'master': 'Dart', 145 'master': 'Dart',
146 'builder': ['dart-editor-win', 'dart-editor-win-trunk'], 146 'builder': ['dart-editor-win', 'dart-editor-win-trunk',
147 'dart-editor-installer-win'],
147 'hostname': 'vm128-m3', 148 'hostname': 'vm128-m3',
148 'os': 'win', 149 'os': 'win',
149 'version': 'win7', 150 'version': 'win7',
150 'bits': '64', 151 'bits': '64',
151 }, 152 },
152 { 153 {
153 'master': 'Dart', 154 'master': 'Dart',
154 'builder': ['dart-editor-installer-mac', 155 'builder': ['dart-editor-installer-mac',
155 'dart-editor-mac', 156 'dart-editor-mac',
156 'dart-editor-mac-trunk'], 157 'dart-editor-mac-trunk'],
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 and not is_channel_builder(builder)): 638 and not is_channel_builder(builder)):
638 for channel in channel_postfixes: 639 for channel in channel_postfixes:
639 all_builders.append('%s%s' % (builder, channel)) 640 all_builders.append('%s%s' % (builder, channel))
640 else: 641 else:
641 all_builders.append(builder) 642 all_builders.append(builder)
642 slave['builder'] = all_builders 643 slave['builder'] = all_builders
643 return slaves 644 return slaves
644 645
645 slaves = duplicate_builders_in_slaves(slaves) 646 slaves = duplicate_builders_in_slaves(slaves)
646 647
OLDNEW
« no previous file with comments | « masters/master.client.dart/master.cfg ('k') | scripts/master/factory/dart/dart_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698