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

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

Issue 1904363002: Remove 'Blink Linux LSAN MSAN' bot from chromium.fyi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: remove stray b_* reference 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 | Annotate | Revision Log
« 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'ClangToTiOS', 97 'ClangToTiOS',
98 'ClangToTWin', 98 'ClangToTWin',
99 'ClangToTWin(dbg)', 99 'ClangToTWin(dbg)',
100 'ClangToTWin(dll)', # not (shared) cause crbug.com/399990 100 'ClangToTWin(dll)', # not (shared) cause crbug.com/399990
101 'ClangToTWin64', 101 'ClangToTWin64',
102 'ClangToTWin64(dbg)', 102 'ClangToTWin64(dbg)',
103 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990 103 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990
104 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990 104 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990
105 'Chromium Win PGO Builder', 105 'Chromium Win PGO Builder',
106 'Chromium Win x64 PGO Builder', 106 'Chromium Win x64 PGO Builder',
107 'Blink Linux LSan ASan',
108 'Android Builder (dbg)', 107 'Android Builder (dbg)',
109 'Android Asan Builder Tests (dbg)', 108 'Android Asan Builder Tests (dbg)',
110 'Android Cloud Tests', 109 'Android Cloud Tests',
111 'Chromium_iOS_Simulator_(dbg)', 110 'Chromium_iOS_Simulator_(dbg)',
112 'Chromium_iOS_Device', 111 'Chromium_iOS_Device',
113 'Chromium_iOS_Device_(ninja)', 112 'Chromium_iOS_Device_(ninja)',
114 'Chromium Linux Goma Canary', 113 'Chromium Linux Goma Canary',
115 'Chromium Linux Goma Canary (clobber)', 114 'Chromium Linux Goma Canary (clobber)',
116 'Chromium Linux Precise Goma LinkTest', 115 'Chromium Linux Precise Goma LinkTest',
117 'Chromium Linux32 Goma Canary (clobber)', 116 'Chromium Linux32 Goma Canary (clobber)',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 } 408 }
410 409
411 b_chromium_win_x64_pgo_builder = { 410 b_chromium_win_x64_pgo_builder = {
412 'name': 'Chromium Win x64 PGO Builder', 411 'name': 'Chromium Win x64 PGO Builder',
413 'builddir': 'chromium-win-x64-pgo-builder', 412 'builddir': 'chromium-win-x64-pgo-builder',
414 'factory': f_chromium_win_x64_pgo_builder, 413 'factory': f_chromium_win_x64_pgo_builder,
415 'category': 'windows', 414 'category': 'windows',
416 'auto_reboot': False, 415 'auto_reboot': False,
417 } 416 }
418 417
419 b_blink_linux_lsan_asan = {
420 'name': 'Blink Linux LSan ASan',
421 'builddir': 'blink-linux-lsan-asan',
422 'factory': F_RECIPE_MISC,
423 'category': 'Sanitizers',
424 'auto_reboot': True,
425 }
426
427 b_chromium_win_goma = { 418 b_chromium_win_goma = {
428 'name': 'CrWinGoma', 419 'name': 'CrWinGoma',
429 'factory': m_annotator.BaseFactory('chromium'), 420 'factory': m_annotator.BaseFactory('chromium'),
430 'category': 'goma', 421 'category': 'goma',
431 'auto_reboot': False, 422 'auto_reboot': False,
432 } 423 }
433 424
434 b_chromium_win_goma_shared = { 425 b_chromium_win_goma_shared = {
435 'name': 'CrWinGoma(dll)', 426 'name': 'CrWinGoma(dll)',
436 'factory': m_annotator.BaseFactory('chromium'), 427 'factory': m_annotator.BaseFactory('chromium'),
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 1200
1210 b_chromium_dbg_android_chromedriver_tests, 1201 b_chromium_dbg_android_chromedriver_tests,
1211 b_chromium_dbg_android_asan_builder_tests, 1202 b_chromium_dbg_android_asan_builder_tests,
1212 1203
1213 # iOS 1204 # iOS
1214 b_chromium_dbg_ios_simulator, 1205 b_chromium_dbg_ios_simulator,
1215 b_chromium_rel_ios_device, 1206 b_chromium_rel_ios_device,
1216 b_chromium_rel_ninja_ios_device, 1207 b_chromium_rel_ninja_ios_device,
1217 1208
1218 # Sanitizers 1209 # Sanitizers
1219 b_blink_linux_lsan_asan,
1220 b_chromium_libfuzzer_upload_linux_asan, 1210 b_chromium_libfuzzer_upload_linux_asan,
1221 b_chromium_libfuzzer_upload_linux_msan, 1211 b_chromium_libfuzzer_upload_linux_msan,
1222 b_chromium_libfuzzer_upload_linux_ubsan, 1212 b_chromium_libfuzzer_upload_linux_ubsan,
1223 1213
1224 # Ubuntu 14.04 Trusty 1214 # Ubuntu 14.04 Trusty
1225 b_chromium_trusty, 1215 b_chromium_trusty,
1226 b_chromium_trusty_dbg, 1216 b_chromium_trusty_dbg,
1227 1217
1228 # V8 API stability checker 1218 # V8 API stability checker
1229 b_chromium_v8_api_stability, 1219 b_chromium_v8_api_stability,
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 builders=['Chromium Win PGO Builder'])) 1419 builders=['Chromium Win PGO Builder']))
1430 1420
1431 c['status'].append(MailNotifier( 1421 c['status'].append(MailNotifier(
1432 fromaddr=ActiveMaster.from_address, # Reply-To address 1422 fromaddr=ActiveMaster.from_address, # Reply-To address
1433 mode='failing', 1423 mode='failing',
1434 relayhost=config.Master.smtp, 1424 relayhost=config.Master.smtp,
1435 subject='Build failure on %(builder)s', 1425 subject='Build failure on %(builder)s',
1436 extraRecipients=['sbc@chromium.org'], 1426 extraRecipients=['sbc@chromium.org'],
1437 sendToInterestedUsers=False, 1427 sendToInterestedUsers=False,
1438 builders=['Linux ARM'])) 1428 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