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

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

Issue 2230453002: tryserver.chromium.{android,linux,mac,win}: convert findit builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'name': 'mac_nacl_sdk_build', 165 'name': 'mac_nacl_sdk_build',
166 'factory': baseFactory('nacl/sdk_build'), 166 'factory': baseFactory('nacl/sdk_build'),
167 } 167 }
168 168
169 # These variable builders are used by Findit to identify culprit commits for 169 # These variable builders are used by Findit to identify culprit commits for
170 # compile or test failures on the main waterfall. They run on optional slaves 170 # compile or test failures on the main waterfall. They run on optional slaves
171 # and NOT CQ slaves. 171 # and NOT CQ slaves.
172 variable_builders = [ 172 variable_builders = [
173 { 173 {
174 'name': 'mac_chromium_asan_variable', 174 'name': 'mac_chromium_asan_variable',
175 'factory': baseFactory('findit/chromium/compile'), 175 'factory': m_remote_run('findit/chromium/compile'),
176 'slavebuilddir': 'mac_variable' 176 'slavebuilddir': 'mac_variable'
177 }, 177 },
178 { 178 {
179 'name': 'mac_chromium_variable', 179 'name': 'mac_chromium_variable',
180 'factory': baseFactory('findit/chromium/compile'), 180 'factory': m_remote_run('findit/chromium/compile'),
181 'slavebuilddir': 'mac_variable' 181 'slavebuilddir': 'mac_variable'
182 }, 182 },
183 { 183 {
184 'name': 'mac_chromium_variable_archive', 184 'name': 'mac_chromium_variable_archive',
185 'factory': baseFactory('findit/chromium/compile'), 185 'factory': m_remote_run('findit/chromium/compile'),
186 'slavebuilddir': 'mac_archive' 186 'slavebuilddir': 'mac_archive'
187 }, 187 },
188 { 188 {
189 'name': 'mac_chromium_variable_chrome', 189 'name': 'mac_chromium_variable_chrome',
190 'factory': baseFactory('findit/chromium/compile'), 190 'factory': m_remote_run('findit/chromium/compile'),
191 'slavebuilddir': 'mac_variable' 191 'slavebuilddir': 'mac_variable'
192 }, 192 },
193 { 193 {
194 'name': 'mac_chromium_variable_gn', 194 'name': 'mac_chromium_variable_gn',
195 'factory': baseFactory('findit/chromium/compile'), 195 'factory': m_remote_run('findit/chromium/compile'),
196 'slavebuilddir': 'mac_variable' 196 'slavebuilddir': 'mac_variable'
197 }, 197 },
198 { 198 {
199 'name': 'mac_chromium_variable_layout', 199 'name': 'mac_chromium_variable_layout',
200 'factory': baseFactory('findit/chromium/compile'), 200 'factory': m_remote_run('findit/chromium/compile'),
201 'slavebuilddir': 'mac_variable' 201 'slavebuilddir': 'mac_variable'
202 }, 202 },
203 { 203 {
204 'name': 'mac_chromium_variable_10.10', 204 'name': 'mac_chromium_variable_10.10',
205 'factory': baseFactory('findit/chromium/compile'), 205 'factory': m_remote_run('findit/chromium/compile'),
206 'slavebuilddir': 'mac_variable' 206 'slavebuilddir': 'mac_variable'
207 }, 207 },
208 { 208 {
209 'name': 'mac_chromium_variable_10.10_layout', 209 'name': 'mac_chromium_variable_10.10_layout',
210 'factory': baseFactory('findit/chromium/compile'), 210 'factory': m_remote_run('findit/chromium/compile'),
211 'slavebuilddir': 'mac_variable' 211 'slavebuilddir': 'mac_variable'
212 }, 212 },
213 { 213 {
214 'name': 'mac_chromium_variable_10.11', 214 'name': 'mac_chromium_variable_10.11',
215 'factory': baseFactory('findit/chromium/compile'), 215 'factory': m_remote_run('findit/chromium/compile'),
216 'slavebuilddir': 'mac_variable' 216 'slavebuilddir': 'mac_variable'
217 }, 217 },
218 { 218 {
219 'name': 'mac_chromium_variable_10.11_layout', 219 'name': 'mac_chromium_variable_10.11_layout',
220 'factory': baseFactory('findit/chromium/compile'), 220 'factory': m_remote_run('findit/chromium/compile'),
221 'slavebuilddir': 'mac_variable' 221 'slavebuilddir': 'mac_variable'
222 }, 222 },
223 ] 223 ]
224 224
225 c['builders'] = [ 225 c['builders'] = [
226 b_ios_simulator, 226 b_ios_simulator,
227 b_ios_simulator_cronet, 227 b_ios_simulator_cronet,
228 b_ios_simulator_swarming, 228 b_ios_simulator_swarming,
229 b_ios_device, 229 b_ios_device,
230 b_mac_nacl_sdk, 230 b_mac_nacl_sdk,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 # base.make_stop_form = hack_stop(base.make_stop_form) 356 # base.make_stop_form = hack_stop(base.make_stop_form)
357 357
358 358
359 ####### PROJECT IDENTITY 359 ####### PROJECT IDENTITY
360 360
361 # The 'projectURL' string will be used to provide a link 361 # The 'projectURL' string will be used to provide a link
362 # from buildbot HTML pages to your project's home page. 362 # from buildbot HTML pages to your project's home page.
363 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 363 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
364 364
365 # vi: set ts=4 sts=2 sw=2 et: 365 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | masters/master.tryserver.chromium.win/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698