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

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

Issue 1478953003: V8 Buildbot: Switch slaves for better throughput and usability. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
« no previous file with comments | « no previous file | masters/master.client.v8.fyi/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 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 }, 109 },
110 { 110 {
111 'name': 'V8-Blink Linux 32', 111 'name': 'V8-Blink Linux 32',
112 'factory': F('blink_downstream'), 112 'factory': F('blink_downstream'),
113 'category': CATEGORY_LAYOUT, 113 'category': CATEGORY_LAYOUT,
114 }, 114 },
115 { 115 {
116 'name': 'V8-Blink Linux 64', 116 'name': 'V8-Blink Linux 64',
117 'factory': F('blink_downstream'), 117 'factory': F('blink_downstream'),
118 'category': CATEGORY_LAYOUT, 118 'category': CATEGORY_LAYOUT,
119 # Build all revisions.
120 'mergeRequests': False,
119 }, 121 },
120 { 122 {
121 'name': 'V8-Blink Linux 64 (dbg)', 123 'name': 'V8-Blink Linux 64 (dbg)',
122 'factory': F('blink_downstream'), 124 'factory': F('blink_downstream'),
123 'category': CATEGORY_LAYOUT, 125 'category': CATEGORY_LAYOUT,
124 }, 126 },
125 { 127 {
126 'name': 'Linux Debug Builder', 128 'name': 'Linux Debug Builder',
127 'factory': F('chromium', triggers=['cr_linux_dbg']), 129 'factory': F('chromium', triggers=['cr_linux_dbg']),
128 'category': CATEGORY_NONLAYOUT, 130 'category': CATEGORY_NONLAYOUT,
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 mail_notifier_cfg.Update(config, ActiveMaster, c) 296 mail_notifier_cfg.Update(config, ActiveMaster, c)
295 297
296 # Adjust the buildCaches to be 3x the number of slaves per builder. 298 # Adjust the buildCaches to be 3x the number of slaves per builder.
297 c['autoBuildCacheRatio'] = 3 299 c['autoBuildCacheRatio'] = 3
298 300
299 301
300 ####### PROJECT IDENTITY 302 ####### PROJECT IDENTITY
301 303
302 c['projectName'] = ActiveMaster.project_name 304 c['projectName'] = ActiveMaster.project_name
303 c['projectURL'] = config.Master.project_url 305 c['projectURL'] = config.Master.project_url
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.v8.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698