Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 919 'auto_reboot': False, | 918 'auto_reboot': False, |
| 920 } | 919 } |
| 921 | 920 |
| 922 b_chromium_linux_precise_goma_linktest = { | 921 b_chromium_linux_precise_goma_linktest = { |
| 923 'name': 'Chromium Linux Precise Goma LinkTest', | 922 'name': 'Chromium Linux Precise Goma LinkTest', |
| 924 'factory': m_remote_run_chromium_src('chromium'), | 923 'factory': m_remote_run_chromium_src('chromium'), |
| 925 'category': 'goma', | 924 'category': 'goma', |
| 926 'auto_reboot': False, | 925 'auto_reboot': False, |
| 927 } | 926 } |
| 928 | 927 |
| 929 b_chromium_linux32_goma_canary_clobber = { | |
| 930 'name': 'Chromium Linux32 Goma Canary (clobber)', | |
| 931 'factory': m_remote_run_chromium_src('chromium'), | |
| 932 'category': 'goma', | |
| 933 'auto_reboot': False, | |
| 934 } | |
| 935 | |
| 936 b_chromium_mac_106_goma_canary = { | 928 b_chromium_mac_106_goma_canary = { |
| 937 'name': 'Chromium Mac 10.9 Goma Canary', | 929 'name': 'Chromium Mac 10.9 Goma Canary', |
| 938 'factory': m_remote_run_chromium_src('chromium'), | 930 'factory': m_remote_run_chromium_src('chromium'), |
| 939 'category': 'goma', | 931 'category': 'goma', |
| 940 'auto_reboot': True, | 932 'auto_reboot': True, |
| 941 } | 933 } |
| 942 | 934 |
| 943 b_chromium_mac_107_goma_canary = { | 935 b_chromium_mac_107_goma_canary = { |
| 944 'name': 'Chromium Mac 10.9 Goma Canary (dbg)', | 936 'name': 'Chromium Mac 10.9 Goma Canary (dbg)', |
| 945 'factory': m_remote_run_chromium_src('chromium'), | 937 'factory': m_remote_run_chromium_src('chromium'), |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1236 b_chromium_mac_1011, | 1228 b_chromium_mac_1011, |
| 1237 b_chromium_mac_1011_force_mac_toolchain, | 1229 b_chromium_mac_1011_force_mac_toolchain, |
| 1238 | 1230 |
| 1239 # Windows /Analyze builder | 1231 # Windows /Analyze builder |
| 1240 b_chromium_win_analyze, | 1232 b_chromium_win_analyze, |
| 1241 | 1233 |
| 1242 # Linux BuilderTesters | 1234 # Linux BuilderTesters |
| 1243 b_chromium_linux_goma_canary, | 1235 b_chromium_linux_goma_canary, |
| 1244 b_chromium_linux_goma_canary_clobber, | 1236 b_chromium_linux_goma_canary_clobber, |
| 1245 b_chromium_linux_precise_goma_linktest, | 1237 b_chromium_linux_precise_goma_linktest, |
| 1246 b_chromium_linux32_goma_canary_clobber, | 1238 b_chromium_linux32_goma_canary_clobber, |
|
ukai
2016/09/05 05:24:20
https://luci-milo.appspot.com/swarming/task/31022a
shinyak
2016/09/05 06:22:26
ouch
| |
| 1247 | 1239 |
| 1248 # Linux ARM | 1240 # Linux ARM |
| 1249 b_linux_arm, | 1241 b_linux_arm, |
| 1250 | 1242 |
| 1251 # Android | 1243 # Android |
| 1252 b_chromium_dbg_android_builder, | 1244 b_chromium_dbg_android_builder, |
| 1253 b_chromium_dbg_android_tests_trial, | 1245 b_chromium_dbg_android_tests_trial, |
| 1254 b_chromium_dbg_android_emulator_builder_tests, | 1246 b_chromium_dbg_android_emulator_builder_tests, |
| 1255 b_chromium_rel_android_remoting_tests, | 1247 b_chromium_rel_android_remoting_tests, |
| 1256 b_chromium_rel_android_find_annotated_test, | 1248 b_chromium_rel_android_find_annotated_test, |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1451 ])) | 1443 ])) |
| 1452 | 1444 |
| 1453 c['status'].append(MailNotifier( | 1445 c['status'].append(MailNotifier( |
| 1454 fromaddr=ActiveMaster.from_address, # Reply-To address | 1446 fromaddr=ActiveMaster.from_address, # Reply-To address |
| 1455 mode='failing', | 1447 mode='failing', |
| 1456 relayhost=config.Master.smtp, | 1448 relayhost=config.Master.smtp, |
| 1457 subject='Build failure on %(builder)s', | 1449 subject='Build failure on %(builder)s', |
| 1458 extraRecipients=['sbc@chromium.org'], | 1450 extraRecipients=['sbc@chromium.org'], |
| 1459 sendToInterestedUsers=False, | 1451 sendToInterestedUsers=False, |
| 1460 builders=['Linux ARM'])) | 1452 builders=['Linux ARM'])) |
| OLD | NEW |