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

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: part of recipe - gn args building 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
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 Android Tester',
jbudorick 2016/10/06 13:34:30 nit: this name is too similar to "Blimp Android Cl
shenghuazhang 2016/10/07 02:13:25 Done.
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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'factory': m_remote_run_chromium_src('chromium'), 929 'factory': m_remote_run_chromium_src('chromium'),
929 'category': 'blimp', 930 'category': 'blimp',
930 } 931 }
931 932
932 b_chromium_blimp_linux_engine = { 933 b_chromium_blimp_linux_engine = {
933 'name': 'Blimp Linux Engine', 934 'name': 'Blimp Linux Engine',
934 'factory': m_remote_run_chromium_src('chromium'), 935 'factory': m_remote_run_chromium_src('chromium'),
935 'category': 'blimp', 936 'category': 'blimp',
936 } 937 }
937 938
939 b_chromium_blimp_android_tester = {
940 'name': 'Blimp Android Tester',
941 'factory': m_remote_run_chromium_src('chromium'),
942 'category': 'blimp',
943 }
944
938 b_chromium_linux_goma_canary = { 945 b_chromium_linux_goma_canary = {
939 'name': 'Chromium Linux Goma Canary', 946 'name': 'Chromium Linux Goma Canary',
940 'factory': m_remote_run_chromium_src('chromium'), 947 'factory': m_remote_run_chromium_src('chromium'),
941 'category': 'goma', 948 'category': 'goma',
942 'auto_reboot': False, 949 'auto_reboot': False,
943 } 950 }
944 951
945 b_chromium_linux_goma_canary_clobber = { 952 b_chromium_linux_goma_canary_clobber = {
946 'name': 'Chromium Linux Goma Canary (clobber)', 953 'name': 'Chromium Linux Goma Canary (clobber)',
947 'factory': m_remote_run_chromium_src('chromium'), 954 'factory': m_remote_run_chromium_src('chromium'),
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 b_chromium_rel_android_remoting_tests, 1298 b_chromium_rel_android_remoting_tests,
1292 b_chromium_rel_android_find_annotated_test, 1299 b_chromium_rel_android_find_annotated_test,
1293 b_chromium_dbg_android_cloud_tests, 1300 b_chromium_dbg_android_cloud_tests,
1294 b_chromium_dbg_android_vr_tests, 1301 b_chromium_dbg_android_vr_tests,
1295 1302
1296 b_chromium_dbg_android_chromedriver_tests, 1303 b_chromium_dbg_android_chromedriver_tests,
1297 1304
1298 # Blimp 1305 # Blimp
1299 b_chromium_blimp_android_client, 1306 b_chromium_blimp_android_client,
1300 b_chromium_blimp_linux_engine, 1307 b_chromium_blimp_linux_engine,
1308 b_chromium_blimp_andoird_tester,
jbudorick 2016/10/06 13:34:30 s/andoird/android/
1301 1309
1302 # Sanitizers 1310 # Sanitizers
1303 b_chromium_afl_upload_linux_asan, 1311 b_chromium_afl_upload_linux_asan,
1304 b_chromium_libfuzzer_upload_linux_asan, 1312 b_chromium_libfuzzer_upload_linux_asan,
1305 b_chromium_libfuzzer_upload_linux_asan_debug, 1313 b_chromium_libfuzzer_upload_linux_asan_debug,
1306 b_chromium_libfuzzer_upload_linux_msan, 1314 b_chromium_libfuzzer_upload_linux_msan,
1307 b_chromium_libfuzzer_upload_linux_ubsan, 1315 b_chromium_libfuzzer_upload_linux_ubsan,
1308 b_chromium_libfuzzer_upload_mac_asan, 1316 b_chromium_libfuzzer_upload_mac_asan,
1309 1317
1310 # V8 API stability checker 1318 # V8 API stability checker
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 ])) 1507 ]))
1500 1508
1501 c['status'].append(MailNotifier( 1509 c['status'].append(MailNotifier(
1502 fromaddr=ActiveMaster.from_address, # Reply-To address 1510 fromaddr=ActiveMaster.from_address, # Reply-To address
1503 mode='failing', 1511 mode='failing',
1504 relayhost=config.Master.smtp, 1512 relayhost=config.Master.smtp,
1505 subject='Build failure on %(builder)s', 1513 subject='Build failure on %(builder)s',
1506 extraRecipients=['sbc@chromium.org'], 1514 extraRecipients=['sbc@chromium.org'],
1507 sendToInterestedUsers=False, 1515 sendToInterestedUsers=False,
1508 builders=['Linux ARM'])) 1516 builders=['Linux ARM']))
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | masters/master.chromium.fyi/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698