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

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

Issue 2366983002: [chromium.fyi] Set up Blimp {Android Client,Linux Engine} fyi bots. (Closed)
Patch Set: add builders to the chromium.fyi builders list. 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'ClangToTWin(dbg)', 102 'ClangToTWin(dbg)',
103 'ClangToTWin(dll)', # not (shared) cause crbug.com/399990 103 'ClangToTWin(dll)', # not (shared) cause crbug.com/399990
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',
113 'Blimp Linux Engine',
112 'Chromium Linux Goma Canary', 114 'Chromium Linux Goma Canary',
113 'Chromium Linux Goma Canary (clobber)', 115 'Chromium Linux Goma Canary (clobber)',
114 'Chromium Linux Precise Goma LinkTest', 116 'Chromium Linux Precise Goma LinkTest',
115 'Chromium Mac 10.9 Goma Canary', 117 'Chromium Mac 10.9 Goma Canary',
116 'Chromium Mac 10.9 Goma Canary (dbg)', 118 'Chromium Mac 10.9 Goma Canary (dbg)',
117 'Chromium Mac 10.9 Goma Canary (clobber)', 119 'Chromium Mac 10.9 Goma Canary (clobber)',
118 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)', 120 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)',
119 'Chromium Mac 10.10 MacViews', 121 'Chromium Mac 10.10 MacViews',
120 'Chromium Mac 10.11', 122 'Chromium Mac 10.11',
121 'Chromium Mac 10.11 Force Mac Toolchain', 123 'Chromium Mac 10.11 Force Mac Toolchain',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'factory': m_remote_run_chromium_src('chromium'), 916 'factory': m_remote_run_chromium_src('chromium'),
915 'category': 'android_tests', 917 'category': 'android_tests',
916 } 918 }
917 919
918 b_chromium_dbg_android_vr_tests = { 920 b_chromium_dbg_android_vr_tests = {
919 'name': 'Android VR Tests', 921 'name': 'Android VR Tests',
920 'factory': m_remote_run('chromium'), 922 'factory': m_remote_run('chromium'),
921 'category': 'android_tests', 923 'category': 'android_tests',
922 } 924 }
923 925
926 b_chromium_blimp_android_client = {
927 'name': 'Blimp Android Client',
928 'factory': m_remote_run_chromium_src('chromium'),
929 'category': 'blimp',
930 }
931
932 b_chromium_blimp_linux_engine = {
933 'name': 'Blimp Linux Engine',
934 'factory': m_remote_run_chromium_src('chromium'),
935 'category': 'blimp',
936 }
937
924 b_chromium_linux_goma_canary = { 938 b_chromium_linux_goma_canary = {
925 'name': 'Chromium Linux Goma Canary', 939 'name': 'Chromium Linux Goma Canary',
926 'factory': m_remote_run_chromium_src('chromium'), 940 'factory': m_remote_run_chromium_src('chromium'),
927 'category': 'goma', 941 'category': 'goma',
928 'auto_reboot': False, 942 'auto_reboot': False,
929 } 943 }
930 944
931 b_chromium_linux_goma_canary_clobber = { 945 b_chromium_linux_goma_canary_clobber = {
932 'name': 'Chromium Linux Goma Canary (clobber)', 946 'name': 'Chromium Linux Goma Canary (clobber)',
933 'factory': m_remote_run_chromium_src('chromium'), 947 'factory': m_remote_run_chromium_src('chromium'),
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 b_chromium_dbg_android_builder, 1288 b_chromium_dbg_android_builder,
1275 b_chromium_dbg_android_tests_trial, 1289 b_chromium_dbg_android_tests_trial,
1276 b_chromium_dbg_android_emulator_builder_tests, 1290 b_chromium_dbg_android_emulator_builder_tests,
1277 b_chromium_rel_android_remoting_tests, 1291 b_chromium_rel_android_remoting_tests,
1278 b_chromium_rel_android_find_annotated_test, 1292 b_chromium_rel_android_find_annotated_test,
1279 b_chromium_dbg_android_cloud_tests, 1293 b_chromium_dbg_android_cloud_tests,
1280 b_chromium_dbg_android_vr_tests, 1294 b_chromium_dbg_android_vr_tests,
1281 1295
1282 b_chromium_dbg_android_chromedriver_tests, 1296 b_chromium_dbg_android_chromedriver_tests,
1283 1297
1298 # Blimp
1299 b_chromium_blimp_android_client,
1300 b_chromium_blimp_linux_engine,
1301
1284 # Sanitizers 1302 # Sanitizers
1285 b_chromium_afl_upload_linux_asan, 1303 b_chromium_afl_upload_linux_asan,
1286 b_chromium_libfuzzer_upload_linux_asan, 1304 b_chromium_libfuzzer_upload_linux_asan,
1287 b_chromium_libfuzzer_upload_linux_asan_debug, 1305 b_chromium_libfuzzer_upload_linux_asan_debug,
1288 b_chromium_libfuzzer_upload_linux_msan, 1306 b_chromium_libfuzzer_upload_linux_msan,
1289 b_chromium_libfuzzer_upload_linux_ubsan, 1307 b_chromium_libfuzzer_upload_linux_ubsan,
1290 b_chromium_libfuzzer_upload_mac_asan, 1308 b_chromium_libfuzzer_upload_mac_asan,
1291 1309
1292 # V8 API stability checker 1310 # V8 API stability checker
1293 b_chromium_v8_api_stability, 1311 b_chromium_v8_api_stability,
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 ])) 1499 ]))
1482 1500
1483 c['status'].append(MailNotifier( 1501 c['status'].append(MailNotifier(
1484 fromaddr=ActiveMaster.from_address, # Reply-To address 1502 fromaddr=ActiveMaster.from_address, # Reply-To address
1485 mode='failing', 1503 mode='failing',
1486 relayhost=config.Master.smtp, 1504 relayhost=config.Master.smtp,
1487 subject='Build failure on %(builder)s', 1505 subject='Build failure on %(builder)s',
1488 extraRecipients=['sbc@chromium.org'], 1506 extraRecipients=['sbc@chromium.org'],
1489 sendToInterestedUsers=False, 1507 sendToInterestedUsers=False,
1490 builders=['Linux ARM'])) 1508 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