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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2042133003: Removes blimp browser tests from chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'Linux ChromiumOS Tests (dbg)(1)': 'none', 83 'Linux ChromiumOS Tests (dbg)(1)': 'none',
84 }, 84 },
85 85
86 'chromium.fyi': { 86 'chromium.fyi': {
87 'Android ChromeDriver Tests (dbg)': 'none', 87 'Android ChromeDriver Tests (dbg)': 'none',
88 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', 88 'Android Cloud Tests': 'android_gn_debug_static_bot_x86',
89 'Android Remoting Tests': 'none', 89 'Android Remoting Tests': 'none',
90 'Android Tests (trial)(dbg)': 'none', 90 'Android Tests (trial)(dbg)': 'none',
91 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', 91 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86',
92 'Android Builder (dbg)': 'android_gn_debug_static_bot', 92 'Android Builder (dbg)': 'android_gn_debug_static_bot',
93 'Blimp Linux (dbg)':
94 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn',
95 'Browser Side Navigation Linux': 'gn_release_bot', 93 'Browser Side Navigation Linux': 'gn_release_bot',
96 'CFI Linux CF': 'gn_cfi_diag_release_static', 94 'CFI Linux CF': 'gn_cfi_diag_release_static',
97 'CFI Linux ToT': 'gn_cfi_clang_tot_release_static', 95 'CFI Linux ToT': 'gn_cfi_clang_tot_release_static',
98 'CFI Linux': 'gn_cfi_release_static', 96 'CFI Linux': 'gn_cfi_release_static',
99 'Chromium Linux Goma Canary': 'gn_release_bot', 97 'Chromium Linux Goma Canary': 'gn_release_bot',
100 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', 98 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
101 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', 99 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
102 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', 100 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86',
103 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', 101 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
104 'Chromium Mac 10.11': 'gyp_release_bot', 102 'Chromium Mac 10.11': 'gyp_release_bot',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 294
297 'chromium.linux': { 295 'chromium.linux': {
298 'Android Arm64 Builder (dbg)': 296 'Android Arm64 Builder (dbg)':
299 'swarming_android_gn_debug_static_bot_arm64', 297 'swarming_android_gn_debug_static_bot_arm64',
300 'Android Builder (dbg)': 'swarming_android_gn_debug_static_bot', 298 'Android Builder (dbg)': 'swarming_android_gn_debug_static_bot',
301 'Android Builder': 'swarming_android_gn_release_bot_minimal_symbols', 299 'Android Builder': 'swarming_android_gn_release_bot_minimal_symbols',
302 'Android Clang Builder (dbg)': 300 'Android Clang Builder (dbg)':
303 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols', 301 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols',
304 'Android Tests (dbg)': 'swarming_android_gn_debug_static_bot', 302 'Android Tests (dbg)': 'swarming_android_gn_debug_static_bot',
305 'Android Tests': 'swarming_android_gn_release_bot_minimal_symbols', 303 'Android Tests': 'swarming_android_gn_release_bot_minimal_symbols',
304 'Blimp Linux (dbg)':
305 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
306 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot', 306 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot',
307 'Cast Linux': 'cast_gn_release_bot', 307 'Cast Linux': 'cast_gn_release_bot',
308 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 308 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86', 309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86',
310 'Linux Builder': 'swarming_gn_release_bot', 310 'Linux Builder': 'swarming_gn_release_bot',
311 'Linux Tests (dbg)(1)': 'none', 311 'Linux Tests (dbg)(1)': 'none',
312 'Linux Tests (dbg)(1)(32)': 'none', 312 'Linux Tests (dbg)(1)(32)': 'none',
313 'Linux Tests': 'none', 313 'Linux Tests': 'none',
314 }, 314 },
315 315
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 }, 2330 },
2331 2331
2332 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2332 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2333 2333
2334 'drmemory': { 2334 'drmemory': {
2335 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2335 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2336 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2336 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2337 }, 2337 },
2338 }, 2338 },
2339 } 2339 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698