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

Side by Side Diff: masters/master.chromium.fyi/master.cfg

Issue 1840063002: Recipe for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove compile_targets 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
« no previous file with comments | « no previous file | masters/master.chromium.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 # vim: ft=python: 1 # vim: ft=python:
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 from buildbot.changes.filter import ChangeFilter 6 from buildbot.changes.filter import ChangeFilter
7 from buildbot.scheduler import Dependent 7 from buildbot.scheduler import Dependent
8 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
9 from buildbot.scheduler import Periodic 9 from buildbot.scheduler import Periodic
10 from buildbot.scheduler import Scheduler 10 from buildbot.scheduler import Scheduler
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)', 124 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)',
125 'Chromium Mac 10.10 MacViews', 125 'Chromium Mac 10.10 MacViews',
126 'Chromium Mac 10.11', 126 'Chromium Mac 10.11',
127 'Windows 8 App Certification', 127 'Windows 8 App Certification',
128 'ChromiumOS Linux Tests', 128 'ChromiumOS Linux Tests',
129 'Ozone ECS Linux', 129 'Ozone ECS Linux',
130 'Linux ARM', 130 'Linux ARM',
131 'Linux Trusty', 131 'Linux Trusty',
132 'Linux Trusty (dbg)', 132 'Linux Trusty (dbg)',
133 'Linux V8 API Stability', 133 'Linux V8 API Stability',
134 'Headless Linux (dbg)',
134 'Site Isolation Linux', 135 'Site Isolation Linux',
135 'Site Isolation Win', 136 'Site Isolation Win',
136 'Browser Side Navigation Linux', 137 'Browser Side Navigation Linux',
137 'Closure Compilation Linux', 138 'Closure Compilation Linux',
138 'CFI Linux', 139 'CFI Linux',
139 'CFI Linux ToT', 140 'CFI Linux ToT',
140 'CFI Linux CF', 141 'CFI Linux CF',
141 'LTO Linux Perf', 142 'LTO Linux Perf',
142 'Chromium Win 10', 143 'Chromium Win 10',
143 'Libfuzzer Upload Linux ASan', 144 'Libfuzzer Upload Linux ASan',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'auto_reboot': True, 1100 'auto_reboot': True,
1100 } 1101 }
1101 1102
1102 b_chromium_v8_api_stability = { 1103 b_chromium_v8_api_stability = {
1103 'name': 'Linux V8 API Stability', 1104 'name': 'Linux V8 API Stability',
1104 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'), 1105 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
1105 'category': 'linux', 1106 'category': 'linux',
1106 'auto_reboot': True, 1107 'auto_reboot': True,
1107 } 1108 }
1108 1109
1110 b_headless_linux = {
1111 'name': 'Headless Linux (dbg)',
1112 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
1113 'category': 'linux',
1114 }
1115
1109 b_chromium_windows_drmemory_builder = { 1116 b_chromium_windows_drmemory_builder = {
1110 'name': 'Windows Builder (DrMemory)', 1117 'name': 'Windows Builder (DrMemory)',
1111 'builddir': 'drm-cr', 1118 'builddir': 'drm-cr',
1112 'factory': F_RECIPE_WDM, 1119 'factory': F_RECIPE_WDM,
1113 'category': 'drmemory', 1120 'category': 'drmemory',
1114 'auto_reboot': False, 1121 'auto_reboot': False,
1115 } 1122 }
1116 1123
1117 b_chromium_tests_drmemory = { 1124 b_chromium_tests_drmemory = {
1118 'name': 'Windows Tests (DrMemory)', 1125 'name': 'Windows Tests (DrMemory)',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 # Ozone Shell 1340 # Ozone Shell
1334 b_chromium_ozone_tests, 1341 b_chromium_ozone_tests,
1335 1342
1336 # Ubuntu 14.04 Trusty 1343 # Ubuntu 14.04 Trusty
1337 b_chromium_trusty, 1344 b_chromium_trusty,
1338 b_chromium_trusty_dbg, 1345 b_chromium_trusty_dbg,
1339 1346
1340 # V8 API stability checker 1347 # V8 API stability checker
1341 b_chromium_v8_api_stability, 1348 b_chromium_v8_api_stability,
1342 1349
1350 # Headles BuilderTester
1351 b_headless_linux,
1352
1343 # Site Isolation 1353 # Site Isolation
1344 b_chromium_site_isolation_linux, 1354 b_chromium_site_isolation_linux,
1345 b_chromium_site_isolation_win, 1355 b_chromium_site_isolation_win,
1346 b_chromium_browser_side_navigation_linux, 1356 b_chromium_browser_side_navigation_linux,
1347 1357
1348 # Closure Compilation 1358 # Closure Compilation
1349 b_chromium_closure_compilation_linux, 1359 b_chromium_closure_compilation_linux,
1350 1360
1351 # Clang ToT bots. 1361 # Clang ToT bots.
1352 b_clang_tot_linux, 1362 b_clang_tot_linux,
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 builders=['Chromium Win PGO Builder'])) 1541 builders=['Chromium Win PGO Builder']))
1532 1542
1533 c['status'].append(MailNotifier( 1543 c['status'].append(MailNotifier(
1534 fromaddr=ActiveMaster.from_address, # Reply-To address 1544 fromaddr=ActiveMaster.from_address, # Reply-To address
1535 mode='failing', 1545 mode='failing',
1536 relayhost=config.Master.smtp, 1546 relayhost=config.Master.smtp,
1537 subject='Build failure on %(builder)s', 1547 subject='Build failure on %(builder)s',
1538 extraRecipients=['sbc@chromium.org'], 1548 extraRecipients=['sbc@chromium.org'],
1539 sendToInterestedUsers=False, 1549 sendToInterestedUsers=False,
1540 builders=['Linux ARM'])) 1550 builders=['Linux ARM']))
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698