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

Side by Side Diff: masters/master.client.v8.fyi/master.cfg

Issue 1819613002: Flip remaining chromium_gn bots to the chromium recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ review feedback, add deapply test 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 | Annotate | Revision Log
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2015 The Chromium Authors. All rights reserved. 4 # Copyright 2015 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 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
9 from buildbot.scheduler import Triggerable 9 from buildbot.scheduler import Triggerable
10 from buildbot.schedulers.basic import SingleBranchScheduler 10 from buildbot.schedulers.basic import SingleBranchScheduler
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'factory': F('blink_downstream'), 125 'factory': F('blink_downstream'),
126 'category': CATEGORY_LAYOUT, 126 'category': CATEGORY_LAYOUT,
127 }, 127 },
128 { 128 {
129 'name': 'Linux Debug Builder', 129 'name': 'Linux Debug Builder',
130 'factory': F('chromium', triggers=['cr_linux_dbg']), 130 'factory': F('chromium', triggers=['cr_linux_dbg']),
131 'category': CATEGORY_NONLAYOUT, 131 'category': CATEGORY_NONLAYOUT,
132 }, 132 },
133 { 133 {
134 'name': 'V8 Linux GN', 134 'name': 'V8 Linux GN',
135 'factory': F('chromium_gn'), 135 'factory': F('chromium'),
136 'category': CATEGORY_NONLAYOUT, 136 'category': CATEGORY_NONLAYOUT,
137 }, 137 },
138 { 138 {
139 'name': 'V8 Android GN (dbg)', 139 'name': 'V8 Android GN (dbg)',
140 'factory': F('chromium_gn'), 140 'factory': F('chromium'),
141 'category': CATEGORY_NONLAYOUT, 141 'category': CATEGORY_NONLAYOUT,
142 }, 142 },
143 { 143 {
144 'name': 'Linux ASAN Builder', 144 'name': 'Linux ASAN Builder',
145 'factory': F('chromium', triggers=['cr_linux_asan']), 145 'factory': F('chromium', triggers=['cr_linux_asan']),
146 'category': CATEGORY_NONLAYOUT, 146 'category': CATEGORY_NONLAYOUT,
147 }, 147 },
148 { 148 {
149 'name': 'Android Builder', 149 'name': 'Android Builder',
150 'factory': F('android/builder', triggers=['cr_android_rel']), 150 'factory': F('android/builder', triggers=['cr_android_rel']),
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 mail_notifier_cfg.Update(config, ActiveMaster, c) 314 mail_notifier_cfg.Update(config, ActiveMaster, c)
315 315
316 # Adjust the buildCaches to be 3x the number of slaves per builder. 316 # Adjust the buildCaches to be 3x the number of slaves per builder.
317 c['autoBuildCacheRatio'] = 3 317 c['autoBuildCacheRatio'] = 3
318 318
319 319
320 ####### PROJECT IDENTITY 320 ####### PROJECT IDENTITY
321 321
322 c['projectName'] = ActiveMaster.project_name 322 c['projectName'] = ActiveMaster.project_name
323 c['projectURL'] = config.Master.project_url 323 c['projectURL'] = config.Master.project_url
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.v8/master.cfg » ('j') | scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698