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

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

Issue 211473006: Add GN (the build tool) to the chromium.linux buildbots and try jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: initial patch for review Created 6 years, 8 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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'bits': '64', 101 'bits': '64',
102 }, 102 },
103 { 103 {
104 'master': 'ChromiumLinux', 104 'master': 'ChromiumLinux',
105 'builder': 'Linux Clang (dbg)', 105 'builder': 'Linux Clang (dbg)',
106 'hostname': 'build39-m1', 106 'hostname': 'build39-m1',
107 'os': 'linux', 107 'os': 'linux',
108 'version': 'precise', 108 'version': 'precise',
109 'bits': '64', 109 'bits': '64',
110 }, 110 },
111 {
112 'master': 'ChromiumLinux',
113 'builder': 'Linux GN (dbg)',
114 'hostname': 'vm873-m1',
115 'os': 'linux',
116 'version': 'precise',
117 'bits': '64',
118 },
111 ################################################################################ 119 ################################################################################
112 # Android 120 # Android
113 ################################################################################ 121 ################################################################################
114 { 122 {
115 'master': 'ChromiumLinux', 123 'master': 'ChromiumLinux',
116 'hostname': 'build1-a1', 124 'hostname': 'build1-a1',
117 'builder': 'Android Builder (dbg)', 125 'builder': 'Android Builder (dbg)',
118 'os': 'linux', 126 'os': 'linux',
119 'version': 'precise', 127 'version': 'precise',
120 'bits': '64', 128 'bits': '64',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 }, 161 },
154 { 162 {
155 'master': 'ChromiumLinux', 163 'master': 'ChromiumLinux',
156 'builder': 'Android Webview AOSP Builder', 164 'builder': 'Android Webview AOSP Builder',
157 'hostname': 'vm945-m1', 165 'hostname': 'vm945-m1',
158 'os': 'linux', 166 'os': 'linux',
159 'version': 'precise', 167 'version': 'precise',
160 'bits': '64', 168 'bits': '64',
161 }, 169 },
162 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698