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

Side by Side Diff: masters/master.tryserver.chromium.mac/master.cfg

Issue 1809293002: Adding variable builders for all builders under master "chromium.chrome" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing typo Created 4 years, 9 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import os 10 import os
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'name': 'mac_chromium_asan_variable', 184 'name': 'mac_chromium_asan_variable',
185 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 185 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
186 'slavebuilddir': 'mac_asan' 186 'slavebuilddir': 'mac_asan'
187 }, 187 },
188 { 188 {
189 'name': 'mac_chromium_variable', 189 'name': 'mac_chromium_variable',
190 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 190 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
191 'slavebuilddir': 'mac' 191 'slavebuilddir': 'mac'
192 }, 192 },
193 { 193 {
194 'name': 'mac_chromium_variable_archive',
195 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
196 'slavebuilddir': 'mac_archive'
197 },
198 {
199 'name': 'mac_chromium_variable_chrome',
200 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
201 'slavebuilddir': 'mac_chrome'
202 },
203 {
194 'name': 'mac_chromium_variable_gn', 204 'name': 'mac_chromium_variable_gn',
195 'factory': m_annotator.BaseFactory('findit/chromium/compile'), 205 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
196 'slavebuilddir': 'mac_gn' 206 'slavebuilddir': 'mac_gn'
197 }, 207 },
198 {
199 'name': 'mac_chromium_variable_archive',
200 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
201 'slavebuilddir': 'mac_archive'
202 }
203 ] 208 ]
204 209
205 c['builders'] = [ 210 c['builders'] = [
206 b_ios_dbg_simulator_ninja, 211 b_ios_dbg_simulator_ninja,
207 b_ios_rel_device_ninja, 212 b_ios_rel_device_ninja,
208 b_ios_dbg_simulator, 213 b_ios_dbg_simulator,
209 b_ios_rel_device, 214 b_ios_rel_device,
210 b_ios_dbg_simulator_gn, 215 b_ios_dbg_simulator_gn,
211 b_ios_rel_device_gn, 216 b_ios_rel_device_gn,
212 b_mac_nacl_sdk, 217 b_mac_nacl_sdk,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 # base.make_stop_form = hack_stop(base.make_stop_form) 343 # base.make_stop_form = hack_stop(base.make_stop_form)
339 344
340 345
341 ####### PROJECT IDENTITY 346 ####### PROJECT IDENTITY
342 347
343 # The 'projectURL' string will be used to provide a link 348 # The 'projectURL' string will be used to provide a link
344 # from buildbot HTML pages to your project's home page. 349 # from buildbot HTML pages to your project's home page.
345 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 350 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
346 351
347 # vi: set ts=4 sts=2 sw=2 et: 352 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | masters/master.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698