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

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

Issue 1892903002: Move WinClang from FYI to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: aha 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'Chromium Windows Analyze', 68 'Chromium Windows Analyze',
69 'Chromium Builder (dbg)', 69 'Chromium Builder (dbg)',
70 # The bots need a short name to work around crbug.com/399990. 70 # The bots need a short name to work around crbug.com/399990.
71 'CrWinGoma', 71 'CrWinGoma',
72 'CrWinGoma(dll)', # not (shared) cause crbug.com/399990 72 'CrWinGoma(dll)', # not (shared) cause crbug.com/399990
73 'CrWin7Goma', 73 'CrWin7Goma',
74 'CrWin7Goma(dll)', # not (shared) cause crbug.com/399990 74 'CrWin7Goma(dll)', # not (shared) cause crbug.com/399990
75 'CrWin7Goma(dbg)', 75 'CrWin7Goma(dbg)',
76 'CrWin7Goma(clbr)', # not (clobber) cause crbug.com/399990 76 'CrWin7Goma(clbr)', # not (clobber) cause crbug.com/399990
77 'CrWinClangGoma', 77 'CrWinClangGoma',
78 'WinClang',
79 'CrWinClang', 78 'CrWinClang',
80 'CrWinClang(dbg)', 79 'CrWinClang(dbg)',
81 'CrWinClang(shared)', 80 'CrWinClang(shared)',
82 'CrWinClang64', 81 'CrWinClang64',
83 'CrWinClang64(dbg)', 82 'CrWinClang64(dbg)',
84 'CrWinClang64(dll)', # not (shared) cause crbug.com/399990 83 'CrWinClang64(dll)', # not (shared) cause crbug.com/399990
85 'CrWinClangLLD', 84 'CrWinClangLLD',
86 'CrWinClngLLDdbg', 85 'CrWinClngLLDdbg',
87 'CrWinClangLLD64', 86 'CrWinClangLLD64',
88 'CrWinClngLLD64dbg', # not (dbg) cause crbug.com/399990 87 'CrWinClngLLD64dbg', # not (dbg) cause crbug.com/399990
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'auto_reboot': False, 560 'auto_reboot': False,
562 } 561 }
563 562
564 b_chromium_win_x64 = { 563 b_chromium_win_x64 = {
565 'name': 'Chromium Win x64 Clobber', 564 'name': 'Chromium Win x64 Clobber',
566 'factory': F_RECIPE_WMISC, 565 'factory': F_RECIPE_WMISC,
567 'category': 'windows', 566 'category': 'windows',
568 'auto_reboot': False, 567 'auto_reboot': False,
569 } 568 }
570 569
571 b_win_clang = {
572 'name': 'WinClang',
573 'factory': m_annotator.BaseFactory('chromium'),
574 'category': 'win clang',
575 'auto_reboot': False,
576 }
577
578 b_chromium_win_clang = { 570 b_chromium_win_clang = {
579 'name': 'CrWinClang', 571 'name': 'CrWinClang',
580 'factory': m_annotator.BaseFactory('chromium', triggers=['cr_win_clang']), 572 'factory': m_annotator.BaseFactory('chromium', triggers=['cr_win_clang']),
581 'category': 'win clang', 573 'category': 'win clang',
582 'auto_reboot': False, 574 'auto_reboot': False,
583 } 575 }
584 576
585 b_chromium_win_clang_tester = { 577 b_chromium_win_clang_tester = {
586 'name': 'CrWinClang tester', 578 'name': 'CrWinClang tester',
587 'factory': m_annotator.BaseFactory('chromium'), 579 'factory': m_annotator.BaseFactory('chromium'),
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 b_chromium_rel_win8_tests_2, 1293 b_chromium_rel_win8_tests_2,
1302 b_chromium_win_goma, 1294 b_chromium_win_goma,
1303 b_chromium_win_goma_shared, 1295 b_chromium_win_goma_shared,
1304 b_chromium_win7_goma, 1296 b_chromium_win7_goma,
1305 b_chromium_win7_goma_shared, 1297 b_chromium_win7_goma_shared,
1306 b_chromium_win7_goma_dbg, 1298 b_chromium_win7_goma_dbg,
1307 b_chromium_win7_goma_clobber, 1299 b_chromium_win7_goma_clobber,
1308 b_chromium_win_clang_goma, 1300 b_chromium_win_clang_goma,
1309 b_windows_8_app_certification, 1301 b_windows_8_app_certification,
1310 b_chromium_win_x64, 1302 b_chromium_win_x64,
1311 b_win_clang,
1312 b_chromium_win_clang, 1303 b_chromium_win_clang,
1313 b_chromium_win_clang_tester, 1304 b_chromium_win_clang_tester,
1314 b_chromium_win_clang_dbg, 1305 b_chromium_win_clang_dbg,
1315 b_chromium_win_clang_dbg_tester, 1306 b_chromium_win_clang_dbg_tester,
1316 b_chromium_win_clang_shared, 1307 b_chromium_win_clang_shared,
1317 b_chromium_win_clang_shared_tester, 1308 b_chromium_win_clang_shared_tester,
1318 b_chromium_win_clang_64, 1309 b_chromium_win_clang_64,
1319 b_chromium_win_clang_64_tester, 1310 b_chromium_win_clang_64_tester,
1320 b_chromium_win_clang_64_dbg, 1311 b_chromium_win_clang_64_dbg,
1321 b_chromium_win_clang_64_dbg_tester, 1312 b_chromium_win_clang_64_dbg_tester,
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 builders=['Chromium Win PGO Builder'])) 1588 builders=['Chromium Win PGO Builder']))
1598 1589
1599 c['status'].append(MailNotifier( 1590 c['status'].append(MailNotifier(
1600 fromaddr=ActiveMaster.from_address, # Reply-To address 1591 fromaddr=ActiveMaster.from_address, # Reply-To address
1601 mode='failing', 1592 mode='failing',
1602 relayhost=config.Master.smtp, 1593 relayhost=config.Master.smtp,
1603 subject='Build failure on %(builder)s', 1594 subject='Build failure on %(builder)s',
1604 extraRecipients=['sbc@chromium.org'], 1595 extraRecipients=['sbc@chromium.org'],
1605 sendToInterestedUsers=False, 1596 sendToInterestedUsers=False,
1606 builders=['Linux ARM'])) 1597 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