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

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

Issue 2338293005: Rename all 'WebKit Linux' builders to 'WebKit Linux Precise' (1/3 CLs) (Closed)
Patch Set: Created 4 years, 3 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 # 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'LTO Linux Perf', 133 'LTO Linux Perf',
134 'ThinLTO Linux ToT', 134 'ThinLTO Linux ToT',
135 'UBSanVptr Linux', 135 'UBSanVptr Linux',
136 'Win 10 Fast Ring', 136 'Win 10 Fast Ring',
137 'Afl Upload Linux ASan', 137 'Afl Upload Linux ASan',
138 'Libfuzzer Upload Linux ASan', 138 'Libfuzzer Upload Linux ASan',
139 'Libfuzzer Upload Linux ASan Debug', 139 'Libfuzzer Upload Linux ASan Debug',
140 'Libfuzzer Upload Linux MSan', 140 'Libfuzzer Upload Linux MSan',
141 'Libfuzzer Upload Linux UBSan', 141 'Libfuzzer Upload Linux UBSan',
142 'Libfuzzer Upload Mac ASan', 142 'Libfuzzer Upload Mac ASan',
143 'WebKit Linux - WPTServe', 143 'WebKit Linux Precise - WPTServe',
144 'WebKit Linux - TraceWrappables', 144 'WebKit Linux Precise - TraceWrappables',
145 'WebKit Mac - WPTServe', 145 'WebKit Mac - WPTServe',
146 'WebKit Win - WPTServe', 146 'WebKit Win - WPTServe',
147 'Linux remote_run Builder', 147 'Linux remote_run Builder',
148 'EarlGreyiOS', 148 'EarlGreyiOS',
149 'Mojo ChromiumOS', 149 'Mojo ChromiumOS',
150 'Mojo Windows', 150 'Mojo Windows',
151 'Android deterministic', 151 'Android deterministic',
152 'Linux deterministic', 152 'Linux deterministic',
153 'Mac deterministic', 153 'Mac deterministic',
154 'Windows deterministic', 154 'Windows deterministic',
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 } 988 }
989 989
990 b_chromium_v8_api_stability = { 990 b_chromium_v8_api_stability = {
991 'name': 'Linux V8 API Stability', 991 'name': 'Linux V8 API Stability',
992 'factory': m_remote_run_chromium_src('chromium'), 992 'factory': m_remote_run_chromium_src('chromium'),
993 'category': 'linux', 993 'category': 'linux',
994 'auto_reboot': True, 994 'auto_reboot': True,
995 } 995 }
996 996
997 b_chromium_linux_webkit_wptserve = { 997 b_chromium_linux_webkit_wptserve = {
998 'name': 'WebKit Linux - WPTServe', 998 'name': 'WebKit Linux Precise - WPTServe',
999 'factory': m_remote_run_chromium_src('chromium'), 999 'factory': m_remote_run_chromium_src('chromium'),
1000 'category': 'linux', 1000 'category': 'linux',
1001 'auto_reboot': True, 1001 'auto_reboot': True,
1002 } 1002 }
1003 b_chromium_mac_webkit_wptserve = { 1003 b_chromium_mac_webkit_wptserve = {
1004 'name': 'WebKit Mac - WPTServe', 1004 'name': 'WebKit Mac - WPTServe',
1005 'factory': m_remote_run_chromium_src('chromium'), 1005 'factory': m_remote_run_chromium_src('chromium'),
1006 'category': 'mac', 1006 'category': 'mac',
1007 'auto_reboot': True, 1007 'auto_reboot': True,
1008 } 1008 }
1009 b_chromium_win_webkit_wptserve = { 1009 b_chromium_win_webkit_wptserve = {
1010 'name': 'WebKit Win - WPTServe', 1010 'name': 'WebKit Win - WPTServe',
1011 'factory': m_remote_run_chromium_src('chromium'), 1011 'factory': m_remote_run_chromium_src('chromium'),
1012 'category': 'win7', 1012 'category': 'win7',
1013 'auto_reboot': True, 1013 'auto_reboot': True,
1014 } 1014 }
1015 b_chromium_linux_webkit_trace_wrappables = { 1015 b_chromium_linux_webkit_trace_wrappables = {
1016 'name': 'WebKit Linux - TraceWrappables', 1016 'name': 'WebKit Linux Precise - TraceWrappables',
1017 'factory': m_remote_run_chromium_src('chromium'), 1017 'factory': m_remote_run_chromium_src('chromium'),
1018 'category': 'linux', 1018 'category': 'linux',
1019 'auto_reboot': True, 1019 'auto_reboot': True,
1020 } 1020 }
1021 1021
1022 b_headless_linux = { 1022 b_headless_linux = {
1023 'name': 'Headless Linux (dbg)', 1023 'name': 'Headless Linux (dbg)',
1024 'factory': m_remote_run_chromium_src('chromium'), 1024 'factory': m_remote_run_chromium_src('chromium'),
1025 'category': 'linux', 1025 'category': 'linux',
1026 } 1026 }
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 1358
1359 # Windows 10 Fast Ring (early releases of Win 10). 1359 # Windows 10 Fast Ring (early releases of Win 10).
1360 b_win_10_fast_ring, 1360 b_win_10_fast_ring,
1361 1361
1362 # WebKit Mac with the wptserve server enabled for web-platform-tests 1362 # WebKit Mac with the wptserve server enabled for web-platform-tests
1363 b_chromium_mac_webkit_wptserve, 1363 b_chromium_mac_webkit_wptserve,
1364 1364
1365 # WebKit Win with the wptserve server enabled for web-platform-tests 1365 # WebKit Win with the wptserve server enabled for web-platform-tests
1366 b_chromium_win_webkit_wptserve, 1366 b_chromium_win_webkit_wptserve,
1367 1367
1368 # WebKit Linux with the wptserve server enabled for web-platform-tests. 1368 # WebKit Linux Precise with the wptserve server enabled for web-platform-tests .
1369 b_chromium_linux_webkit_wptserve, 1369 b_chromium_linux_webkit_wptserve,
1370 1370
1371 # Webkit Linux with TraceWrappables feature on. 1371 # Webkit Linux with TraceWrappables feature on.
1372 b_chromium_linux_webkit_trace_wrappables, 1372 b_chromium_linux_webkit_trace_wrappables,
1373 1373
1374 # EarlGrey bot 1374 # EarlGrey bot
1375 b_earlgrey_ios, 1375 b_earlgrey_ios,
1376 1376
1377 # Mojo bots. 1377 # Mojo bots.
1378 b_mojo_chromiumos, 1378 b_mojo_chromiumos,
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 ])) 1472 ]))
1473 1473
1474 c['status'].append(MailNotifier( 1474 c['status'].append(MailNotifier(
1475 fromaddr=ActiveMaster.from_address, # Reply-To address 1475 fromaddr=ActiveMaster.from_address, # Reply-To address
1476 mode='failing', 1476 mode='failing',
1477 relayhost=config.Master.smtp, 1477 relayhost=config.Master.smtp,
1478 subject='Build failure on %(builder)s', 1478 subject='Build failure on %(builder)s',
1479 extraRecipients=['sbc@chromium.org'], 1479 extraRecipients=['sbc@chromium.org'],
1480 sendToInterestedUsers=False, 1480 sendToInterestedUsers=False,
1481 builders=['Linux ARM'])) 1481 builders=['Linux ARM']))
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698