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

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

Issue 1462403002: Rename linux_arm_compile trybot to linux_arm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | 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 # 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 timeout=12000), 228 timeout=12000),
229 'slavebuilddir': 'linux_cfi', 229 'slavebuilddir': 'linux_cfi',
230 }) 230 })
231 231
232 chromium_builders.append({ 232 chromium_builders.append({
233 'name': 'linux_chromium_practice_rel_ng', 233 'name': 'linux_chromium_practice_rel_ng',
234 'factory': m_annotator.BaseFactory('chromium_trybot'), 234 'factory': m_annotator.BaseFactory('chromium_trybot'),
235 }) 235 })
236 236
237 chromium_builders.extend([{ 237 chromium_builders.extend([{
238 'name': 'linux_arm_compile', 238 'name': 'linux_arm',
239 'factory': m_annotator.BaseFactory('chromium_trybot'), 239 'factory': m_annotator.BaseFactory('chromium_trybot'),
240 'slavebuilddir': 'linux_arm', 240 'slavebuilddir': 'linux_arm',
241 }, 241 },
242 ]) 242 ])
243 243
244 chromium_builders.append({ 244 chromium_builders.append({
245 'name': 'linux_chromium_compile_dbg_32_ng', 245 'name': 'linux_chromium_compile_dbg_32_ng',
246 'factory': m_annotator.BaseFactory( 246 'factory': m_annotator.BaseFactory(
247 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME), 247 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME),
248 # Share build directory with compatible existing builders to save space. 248 # Share build directory with compatible existing builders to save space.
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 # base.make_stop_form = hack_stop(base.make_stop_form) 546 # base.make_stop_form = hack_stop(base.make_stop_form)
547 547
548 548
549 ####### PROJECT IDENTITY 549 ####### PROJECT IDENTITY
550 550
551 # The 'projectURL' string will be used to provide a link 551 # The 'projectURL' string will be used to provide a link
552 # from buildbot HTML pages to your project's home page. 552 # from buildbot HTML pages to your project's home page.
553 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 553 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
554 554
555 # vi: set ts=4 sts=2 sw=2 et: 555 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698