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

Side by Side Diff: master.nacl.ppapi/slaves.cfg

Issue 5329006: Delete obsolete masters from tools/buildbot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 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 | « master.nacl.ppapi/run_master.bat ('k') | master.nacl.sdk/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) 2006-2010 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 # LUCID
13 {
14 'master': 'NativeClientPPAPI',
15 'builder': [
16 'lucid64-m32-n32-dbg',
17 'lucid64-m32-n32-opt',
18 ],
19 'hostname': 'codg213',
20 'os': 'linux',
21 'version': 'lucid',
22 'bits': '64',
23 },
24 ]
OLDNEW
« no previous file with comments | « master.nacl.ppapi/run_master.bat ('k') | master.nacl.sdk/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698