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

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

Issue 1858343002: Give the clang upload bots shorter names. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 4 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'factory': m_annotator.BaseFactory( 134 'factory': m_annotator.BaseFactory(
135 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME), 135 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME),
136 'slavebuilddir': 'mac_gn', 136 'slavebuilddir': 'mac_gn',
137 }, { 137 }, {
138 'name': 'mac_chromium_gn_upload', 138 'name': 'mac_chromium_gn_upload',
139 'factory': m_annotator.BaseFactory('chromium_gn_upload'), 139 'factory': m_annotator.BaseFactory('chromium_gn_upload'),
140 'slavebuilddir': 'mac_gn', 140 'slavebuilddir': 'mac_gn',
141 }]) 141 }])
142 142
143 chromium_builders.append({ 143 chromium_builders.append({
144 'name': 'mac_chromium_clang_upload', 144 'name': 'mac_upload_clang',
145 'factory': m_annotator.BaseFactory('chromium_clang_upload'), 145 'factory': m_annotator.BaseFactory('chromium_upload_clang'),
146 'slavebuilddir': 'build_and_upload_clang', 146 'slavebuilddir': 'mac_upload_clang',
147 }) 147 })
148 148
149 chromium_builders.append({ 149 chromium_builders.append({
150 'name': 'mac_chromium_asan_rel_ng', 150 'name': 'mac_chromium_asan_rel_ng',
151 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), 151 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600),
152 }) 152 })
153 153
154 # Optional GPU tryserver 154 # Optional GPU tryserver
155 chromium_builders.append({ 155 chromium_builders.append({
156 'name': 'mac_optional_gpu_tests_rel', 156 'name': 'mac_optional_gpu_tests_rel',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 # base.make_stop_form = hack_stop(base.make_stop_form) 353 # base.make_stop_form = hack_stop(base.make_stop_form)
354 354
355 355
356 ####### PROJECT IDENTITY 356 ####### PROJECT IDENTITY
357 357
358 # The 'projectURL' string will be used to provide a link 358 # The 'projectURL' string will be used to provide a link
359 # from buildbot HTML pages to your project's home page. 359 # from buildbot HTML pages to your project's home page.
360 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 360 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
361 361
362 # vi: set ts=4 sts=2 sw=2 et: 362 # 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