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

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

Issue 20653002: Add Android Webview AOSP builder to chromium.linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromium.linux/master_android_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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'bits': '64', 136 'bits': '64',
137 }, 137 },
138 { 138 {
139 'master': 'ChromiumLinux', 139 'master': 'ChromiumLinux',
140 'builder': 'Android Tests', 140 'builder': 'Android Tests',
141 'hostname': 'chromeperf72', 141 'hostname': 'chromeperf72',
142 'os': 'linux', 142 'os': 'linux',
143 'version': 'precise', 143 'version': 'precise',
144 'bits': '64', 144 'bits': '64',
145 }, 145 },
146 {
147 'master': 'ChromiumLinux',
148 'builder': 'Android Webview AOSP Builder',
149 'hostname': 'vm945-m1',
150 'os': 'linux',
151 'version': 'precise',
152 'bits': '64',
153 },
146 ] 154 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.linux/master_android_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698