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

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

Issue 2302233002: Deprecate Chromium Linux32 Goma Canary (clobber) (Closed)
Patch Set: rebase 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
« 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'ClangToTWin64(dbg)', 104 'ClangToTWin64(dbg)',
105 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990 105 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990
106 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990 106 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990
107 'Chromium Win PGO Builder', 107 'Chromium Win PGO Builder',
108 'Chromium Win x64 PGO Builder', 108 'Chromium Win x64 PGO Builder',
109 'Android Builder (dbg)', 109 'Android Builder (dbg)',
110 'Android Cloud Tests', 110 'Android Cloud Tests',
111 'Chromium Linux Goma Canary', 111 'Chromium Linux Goma Canary',
112 'Chromium Linux Goma Canary (clobber)', 112 'Chromium Linux Goma Canary (clobber)',
113 'Chromium Linux Precise Goma LinkTest', 113 'Chromium Linux Precise Goma LinkTest',
114 'Chromium Linux32 Goma Canary (clobber)',
115 'Chromium Mac 10.9 Goma Canary', 114 'Chromium Mac 10.9 Goma Canary',
116 'Chromium Mac 10.9 Goma Canary (dbg)', 115 'Chromium Mac 10.9 Goma Canary (dbg)',
117 'Chromium Mac 10.9 Goma Canary (clobber)', 116 'Chromium Mac 10.9 Goma Canary (clobber)',
118 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)', 117 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)',
119 'Chromium Mac 10.10 MacViews', 118 'Chromium Mac 10.10 MacViews',
120 'Chromium Mac 10.11', 119 'Chromium Mac 10.11',
121 'Chromium Mac 10.11 Force Mac Toolchain', 120 'Chromium Mac 10.11 Force Mac Toolchain',
122 'Linux ARM', 121 'Linux ARM',
123 'Linux V8 API Stability', 122 'Linux V8 API Stability',
124 'Headless Linux (dbg)', 123 'Headless Linux (dbg)',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'auto_reboot': False, 926 'auto_reboot': False,
928 } 927 }
929 928
930 b_chromium_linux_precise_goma_linktest = { 929 b_chromium_linux_precise_goma_linktest = {
931 'name': 'Chromium Linux Precise Goma LinkTest', 930 'name': 'Chromium Linux Precise Goma LinkTest',
932 'factory': m_remote_run_chromium_src('chromium'), 931 'factory': m_remote_run_chromium_src('chromium'),
933 'category': 'goma', 932 'category': 'goma',
934 'auto_reboot': False, 933 'auto_reboot': False,
935 } 934 }
936 935
937 b_chromium_linux32_goma_canary_clobber = {
938 'name': 'Chromium Linux32 Goma Canary (clobber)',
939 'factory': m_remote_run_chromium_src('chromium'),
940 'category': 'goma',
941 'auto_reboot': False,
942 }
943
944 b_chromium_mac_106_goma_canary = { 936 b_chromium_mac_106_goma_canary = {
945 'name': 'Chromium Mac 10.9 Goma Canary', 937 'name': 'Chromium Mac 10.9 Goma Canary',
946 'factory': m_remote_run_chromium_src('chromium'), 938 'factory': m_remote_run_chromium_src('chromium'),
947 'category': 'goma', 939 'category': 'goma',
948 'auto_reboot': True, 940 'auto_reboot': True,
949 } 941 }
950 942
951 b_chromium_mac_107_goma_canary = { 943 b_chromium_mac_107_goma_canary = {
952 'name': 'Chromium Mac 10.9 Goma Canary (dbg)', 944 'name': 'Chromium Mac 10.9 Goma Canary (dbg)',
953 'factory': m_remote_run_chromium_src('chromium'), 945 'factory': m_remote_run_chromium_src('chromium'),
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 b_chromium_mac_1011, 1243 b_chromium_mac_1011,
1252 b_chromium_mac_1011_force_mac_toolchain, 1244 b_chromium_mac_1011_force_mac_toolchain,
1253 1245
1254 # Windows /Analyze builder 1246 # Windows /Analyze builder
1255 b_chromium_win_analyze, 1247 b_chromium_win_analyze,
1256 1248
1257 # Linux BuilderTesters 1249 # Linux BuilderTesters
1258 b_chromium_linux_goma_canary, 1250 b_chromium_linux_goma_canary,
1259 b_chromium_linux_goma_canary_clobber, 1251 b_chromium_linux_goma_canary_clobber,
1260 b_chromium_linux_precise_goma_linktest, 1252 b_chromium_linux_precise_goma_linktest,
1261 b_chromium_linux32_goma_canary_clobber,
1262 1253
1263 # Linux ARM 1254 # Linux ARM
1264 b_linux_arm, 1255 b_linux_arm,
1265 1256
1266 # Android 1257 # Android
1267 b_chromium_dbg_android_builder, 1258 b_chromium_dbg_android_builder,
1268 b_chromium_dbg_android_tests_trial, 1259 b_chromium_dbg_android_tests_trial,
1269 b_chromium_dbg_android_emulator_builder_tests, 1260 b_chromium_dbg_android_emulator_builder_tests,
1270 b_chromium_rel_android_remoting_tests, 1261 b_chromium_rel_android_remoting_tests,
1271 b_chromium_rel_android_find_annotated_test, 1262 b_chromium_rel_android_find_annotated_test,
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 ])) 1461 ]))
1471 1462
1472 c['status'].append(MailNotifier( 1463 c['status'].append(MailNotifier(
1473 fromaddr=ActiveMaster.from_address, # Reply-To address 1464 fromaddr=ActiveMaster.from_address, # Reply-To address
1474 mode='failing', 1465 mode='failing',
1475 relayhost=config.Master.smtp, 1466 relayhost=config.Master.smtp,
1476 subject='Build failure on %(builder)s', 1467 subject='Build failure on %(builder)s',
1477 extraRecipients=['sbc@chromium.org'], 1468 extraRecipients=['sbc@chromium.org'],
1478 sendToInterestedUsers=False, 1469 sendToInterestedUsers=False,
1479 builders=['Linux ARM'])) 1470 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