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

Side by Side Diff: configs/chromium/master/slaves.cfg

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 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 | « configs/chromium/master/run_master.bat ('k') | configs/chromium/slave/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
4 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
7
8 # See master.experimental/slaves.cfg for documentation.
9
10
11 slaves = [
12 {
13 'master': 'ChromiumFYI',
14 'builder': 'Chromium Mac 10.6 Skia (dbg)',
15 'hostname': 'dhcp-172-29-92-181',
16 'os': 'mac',
17 'version': '10.6',
18 'bits': '32',
19 },
20 {
21 'master': 'ChromiumFYI',
22 'builder': 'Chromium Mac 10.6 NoSkia (dbg)',
23 'hostname': 'dhcp-172-29-92-178',
24 'os': 'mac',
25 'version': '10.6',
26 'bits': '32',
27 },
28 {
29 'master': 'ChromiumFYI',
30 'builder':
31 ['Chromium Mac 10.5 Skia (dbg)', 'Chromium Mac 10.5 NoSkia (dbg)',],
32 'hostname': 'dhcp-172-29-92-177',
33 'os': 'mac',
34 'version': '10.5',
35 'bits': '32',
36 },
37 ]
OLDNEW
« no previous file with comments | « configs/chromium/master/run_master.bat ('k') | configs/chromium/slave/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698