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

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

Issue 2390753005: Double Builds for Blimp Integration Test Infrastructure on FYI bot (Closed)
Patch Set: slight change Created 4 years, 2 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', 104 'ClangToTWin64',
105 'ClangToTWin64(dbg)', 105 'ClangToTWin64(dbg)',
106 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990 106 'ClangToTWin64(dll)', # not (shared) cause crbug.com/399990
107 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990 107 'CrWinAsan(dll)', # not (asan/shared) cause crbug.com/399990
108 'Chromium Win PGO Builder', 108 'Chromium Win PGO Builder',
109 'Chromium Win x64 PGO Builder', 109 'Chromium Win x64 PGO Builder',
110 'Android Builder (dbg)', 110 'Android Builder (dbg)',
111 'Android Cloud Tests', 111 'Android Cloud Tests',
112 'Blimp Android Client', 112 'Blimp Android Client',
113 'Blimp Linux Engine', 113 'Blimp Linux Engine',
114 'Blimp Client Engine Integration',
114 'Chromium Linux Goma Canary', 115 'Chromium Linux Goma Canary',
115 'Chromium Linux Goma Canary (clobber)', 116 'Chromium Linux Goma Canary (clobber)',
116 'Chromium Linux Precise Goma LinkTest', 117 'Chromium Linux Precise Goma LinkTest',
117 'Chromium Mac 10.9 Goma Canary', 118 'Chromium Mac 10.9 Goma Canary',
118 'Chromium Mac 10.9 Goma Canary (dbg)', 119 'Chromium Mac 10.9 Goma Canary (dbg)',
119 'Chromium Mac 10.9 Goma Canary (clobber)', 120 'Chromium Mac 10.9 Goma Canary (clobber)',
120 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)', 121 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)',
121 'Chromium Mac 10.10 MacViews', 122 'Chromium Mac 10.10 MacViews',
122 'Chromium Mac 10.11', 123 'Chromium Mac 10.11',
123 'Chromium Mac 10.11 Force Mac Toolchain', 124 'Chromium Mac 10.11 Force Mac Toolchain',
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 'factory': m_remote_run_chromium_src('chromium'), 932 'factory': m_remote_run_chromium_src('chromium'),
932 'category': 'blimp', 933 'category': 'blimp',
933 } 934 }
934 935
935 b_chromium_blimp_linux_engine = { 936 b_chromium_blimp_linux_engine = {
936 'name': 'Blimp Linux Engine', 937 'name': 'Blimp Linux Engine',
937 'factory': m_remote_run_chromium_src('chromium'), 938 'factory': m_remote_run_chromium_src('chromium'),
938 'category': 'blimp', 939 'category': 'blimp',
939 } 940 }
940 941
942 b_chromium_blimp_client_engine_integration = {
943 'name': 'Blimp Client Engine Integration',
944 'factory': m_annotator.BaseFactory(recipe='blimp/integration'),
945 'category': 'blimp',
946 }
947
941 b_chromium_linux_goma_canary = { 948 b_chromium_linux_goma_canary = {
942 'name': 'Chromium Linux Goma Canary', 949 'name': 'Chromium Linux Goma Canary',
943 'factory': m_remote_run_chromium_src('chromium'), 950 'factory': m_remote_run_chromium_src('chromium'),
944 'category': 'goma', 951 'category': 'goma',
945 'auto_reboot': True, 952 'auto_reboot': True,
946 } 953 }
947 954
948 b_chromium_linux_goma_canary_clobber = { 955 b_chromium_linux_goma_canary_clobber = {
949 'name': 'Chromium Linux Goma Canary (clobber)', 956 'name': 'Chromium Linux Goma Canary (clobber)',
950 'factory': m_remote_run_chromium_src('chromium'), 957 'factory': m_remote_run_chromium_src('chromium'),
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 b_chromium_rel_android_remoting_tests, 1309 b_chromium_rel_android_remoting_tests,
1303 b_chromium_rel_android_find_annotated_test, 1310 b_chromium_rel_android_find_annotated_test,
1304 b_chromium_dbg_android_cloud_tests, 1311 b_chromium_dbg_android_cloud_tests,
1305 b_chromium_dbg_android_vr_tests, 1312 b_chromium_dbg_android_vr_tests,
1306 1313
1307 b_chromium_dbg_android_chromedriver_tests, 1314 b_chromium_dbg_android_chromedriver_tests,
1308 1315
1309 # Blimp 1316 # Blimp
1310 b_chromium_blimp_android_client, 1317 b_chromium_blimp_android_client,
1311 b_chromium_blimp_linux_engine, 1318 b_chromium_blimp_linux_engine,
1319 b_chromium_blimp_client_engine_integration,
1312 1320
1313 # Sanitizers 1321 # Sanitizers
1314 b_chromium_afl_upload_linux_asan, 1322 b_chromium_afl_upload_linux_asan,
1315 b_chromium_libfuzzer_upload_linux_asan, 1323 b_chromium_libfuzzer_upload_linux_asan,
1316 b_chromium_libfuzzer_upload_linux_asan_debug, 1324 b_chromium_libfuzzer_upload_linux_asan_debug,
1317 b_chromium_libfuzzer_upload_linux_msan, 1325 b_chromium_libfuzzer_upload_linux_msan,
1318 b_chromium_libfuzzer_upload_linux_ubsan, 1326 b_chromium_libfuzzer_upload_linux_ubsan,
1319 b_chromium_libfuzzer_upload_mac_asan, 1327 b_chromium_libfuzzer_upload_mac_asan,
1320 1328
1321 # V8 API stability checker 1329 # V8 API stability checker
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 ])) 1521 ]))
1514 1522
1515 c['status'].append(MailNotifier( 1523 c['status'].append(MailNotifier(
1516 fromaddr=ActiveMaster.from_address, # Reply-To address 1524 fromaddr=ActiveMaster.from_address, # Reply-To address
1517 mode='failing', 1525 mode='failing',
1518 relayhost=config.Master.smtp, 1526 relayhost=config.Master.smtp,
1519 subject='Build failure on %(builder)s', 1527 subject='Build failure on %(builder)s',
1520 extraRecipients=['sbc@chromium.org'], 1528 extraRecipients=['sbc@chromium.org'],
1521 sendToInterestedUsers=False, 1529 sendToInterestedUsers=False,
1522 builders=['Linux ARM'])) 1530 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