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

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

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Added tryserver config Created 4 years, 1 month 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.process.properties import WithProperties 7 from buildbot.process.properties import WithProperties
8 from buildbot.scheduler import Dependent 8 from buildbot.scheduler import Dependent
9 from buildbot.scheduler import Nightly 9 from buildbot.scheduler import Nightly
10 from buildbot.scheduler import Periodic 10 from buildbot.scheduler import Periodic
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'Chromium Mac 10.9 Goma Canary', 120 'Chromium Mac 10.9 Goma Canary',
121 'Chromium Mac 10.9 Goma Canary (dbg)', 121 'Chromium Mac 10.9 Goma Canary (dbg)',
122 'Chromium Mac 10.9 Goma Canary (clobber)', 122 'Chromium Mac 10.9 Goma Canary (clobber)',
123 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)', 123 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)',
124 'Chromium Mac 10.10 MacViews', 124 'Chromium Mac 10.10 MacViews',
125 'Chromium Mac 10.11', 125 'Chromium Mac 10.11',
126 'Chromium Mac 10.11 Force Mac Toolchain', 126 'Chromium Mac 10.11 Force Mac Toolchain',
127 'Linux ARM', 127 'Linux ARM',
128 'Linux V8 API Stability', 128 'Linux V8 API Stability',
129 'Headless Linux (dbg)', 129 'Headless Linux (dbg)',
130 'Ozone Linux',
130 'Site Isolation Android', 131 'Site Isolation Android',
131 'Site Isolation Linux', 132 'Site Isolation Linux',
132 'Site Isolation Win', 133 'Site Isolation Win',
133 'Browser Side Navigation Linux', 134 'Browser Side Navigation Linux',
134 'Closure Compilation Linux', 135 'Closure Compilation Linux',
135 'CFI Linux', 136 'CFI Linux',
136 'CFI Linux Full', 137 'CFI Linux Full',
137 'CFI Linux ToT', 138 'CFI Linux ToT',
138 'CFI Linux CF', 139 'CFI Linux CF',
139 'LTO Linux', 140 'LTO Linux',
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'category': 'linux', 1070 'category': 'linux',
1070 'auto_reboot': True, 1071 'auto_reboot': True,
1071 } 1072 }
1072 1073
1073 b_headless_linux = { 1074 b_headless_linux = {
1074 'name': 'Headless Linux (dbg)', 1075 'name': 'Headless Linux (dbg)',
1075 'factory': m_remote_run_chromium_src('chromium'), 1076 'factory': m_remote_run_chromium_src('chromium'),
1076 'category': 'linux', 1077 'category': 'linux',
1077 } 1078 }
1078 1079
1080 b_chromium_ozone_linux = {
1081 'name': 'Ozone Linux',
1082 'factory': m_remote_run('chromium'),
1083 'category': 'linux',
1084 'auto_reboot': True,
1085 }
1086
1079 b_chromium_site_isolation_android = { 1087 b_chromium_site_isolation_android = {
1080 'name': 'Site Isolation Android', 1088 'name': 'Site Isolation Android',
1081 'factory': m_remote_run_chromium_src('chromium'), 1089 'factory': m_remote_run_chromium_src('chromium'),
1082 'category': 'site_isolation', 1090 'category': 'site_isolation',
1083 'auto_reboot': True, 1091 'auto_reboot': True,
1084 } 1092 }
1085 1093
1086 b_chromium_site_isolation_linux = { 1094 b_chromium_site_isolation_linux = {
1087 'name': 'Site Isolation Linux', 1095 'name': 'Site Isolation Linux',
1088 'factory': m_remote_run_chromium_src('chromium'), 1096 'factory': m_remote_run_chromium_src('chromium'),
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 b_chromium_libfuzzer_upload_linux_msan, 1371 b_chromium_libfuzzer_upload_linux_msan,
1364 b_chromium_libfuzzer_upload_linux_ubsan, 1372 b_chromium_libfuzzer_upload_linux_ubsan,
1365 b_chromium_libfuzzer_upload_mac_asan, 1373 b_chromium_libfuzzer_upload_mac_asan,
1366 1374
1367 # V8 API stability checker 1375 # V8 API stability checker
1368 b_chromium_v8_api_stability, 1376 b_chromium_v8_api_stability,
1369 1377
1370 # Headles BuilderTester 1378 # Headles BuilderTester
1371 b_headless_linux, 1379 b_headless_linux,
1372 1380
1381 # Desktop linux with ozone
1382 b_chromium_ozone_linux,
1383
1373 # Site Isolation 1384 # Site Isolation
1374 b_chromium_site_isolation_android, 1385 b_chromium_site_isolation_android,
1375 b_chromium_site_isolation_linux, 1386 b_chromium_site_isolation_linux,
1376 b_chromium_site_isolation_win, 1387 b_chromium_site_isolation_win,
1377 b_chromium_browser_side_navigation_linux, 1388 b_chromium_browser_side_navigation_linux,
1378 1389
1379 # Closure Compilation 1390 # Closure Compilation
1380 b_chromium_closure_compilation_linux, 1391 b_chromium_closure_compilation_linux,
1381 1392
1382 # Clang ToT bots. 1393 # Clang ToT bots.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 ])) 1574 ]))
1564 1575
1565 c['status'].append(MailNotifier( 1576 c['status'].append(MailNotifier(
1566 fromaddr=ActiveMaster.from_address, # Reply-To address 1577 fromaddr=ActiveMaster.from_address, # Reply-To address
1567 mode='failing', 1578 mode='failing',
1568 relayhost=config.Master.smtp, 1579 relayhost=config.Master.smtp,
1569 subject='Build failure on %(builder)s', 1580 subject='Build failure on %(builder)s',
1570 extraRecipients=['sbc@chromium.org'], 1581 extraRecipients=['sbc@chromium.org'],
1571 sendToInterestedUsers=False, 1582 sendToInterestedUsers=False,
1572 builders=['Linux ARM'])) 1583 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