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

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

Issue 1253233006: Fix LLD64 bot config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 4 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 | no next file » | 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 s_chromium_windows_drmemory_trigger, 292 s_chromium_windows_drmemory_trigger,
293 s_chromium_windows_drmemory_64_trigger, 293 s_chromium_windows_drmemory_64_trigger,
294 s_chromium_linux_arm, 294 s_chromium_linux_arm,
295 s_win_clang, 295 s_win_clang,
296 s_win_clang_dbg, 296 s_win_clang_dbg,
297 s_win_clang_shared, 297 s_win_clang_shared,
298 s_win_clang_64, 298 s_win_clang_64,
299 s_win_clang_64_dbg, 299 s_win_clang_64_dbg,
300 s_win_clang_64_shared, 300 s_win_clang_64_shared,
301 s_win_clang_lld, 301 s_win_clang_lld,
302 s_win_clang_lld64,
302 s_win_clang_asan, 303 s_win_clang_asan,
303 s_win_clang_asan_shared, 304 s_win_clang_asan_shared,
304 s_practice, 305 s_practice,
305 s_practice_builder, 306 s_practice_builder,
306 s_clang_tot_linux, 307 s_clang_tot_linux,
307 s_clang_tot_linux_asan, 308 s_clang_tot_linux_asan,
308 s_clang_tot_mac, 309 s_clang_tot_mac,
309 s_clang_tot_mac_asan, 310 s_clang_tot_mac_asan,
310 s_clang_tot_win, 311 s_clang_tot_win,
311 s_clang_tot_win_dbg, 312 s_clang_tot_win_dbg,
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2120 c['status'].append(MailNotifier( 2121 c['status'].append(MailNotifier(
2121 fromaddr=ActiveMaster.from_address, # Reply-To address 2122 fromaddr=ActiveMaster.from_address, # Reply-To address
2122 mode='failing', 2123 mode='failing',
2123 relayhost=config.Master.smtp, 2124 relayhost=config.Master.smtp,
2124 subject='Remoting Android Tests failing on %(builder)s', 2125 subject='Remoting Android Tests failing on %(builder)s',
2125 extraRecipients=[ 2126 extraRecipients=[
2126 'remoting-android-test-results@google.com', 2127 'remoting-android-test-results@google.com',
2127 ], 2128 ],
2128 sendToInterestedUsers=False, 2129 sendToInterestedUsers=False,
2129 builders=['Android Remoting Tests'])) 2130 builders=['Android Remoting Tests']))
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698