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

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

Issue 2364083002: Add build and test configs for blimp client and engine bots on chromium.fyi. (Closed)
Patch Set: rebase 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 | « 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', 71 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot',
72 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' , 72 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' ,
73 }, 73 },
74 74
75 'chromium.fyi': { 75 'chromium.fyi': {
76 'Afl Upload Linux ASan': 'release_afl_asan', 76 'Afl Upload Linux ASan': 'release_afl_asan',
77 'Android Cloud Tests': 'android_debug_static_bot_x86', 77 'Android Cloud Tests': 'android_debug_static_bot_x86',
78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', 78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86',
79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', 79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
81 'Blimp Android Client':
82 '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
83 'Blimp Linux Engine':
84 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
81 'Browser Side Navigation Linux': 'release_bot', 85 'Browser Side Navigation Linux': 'release_bot',
82 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 86 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
83 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 87 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
84 'CFI Linux': 'cfi_release_static', 88 'CFI Linux': 'cfi_release_static',
85 'CFI Linux Full': 'cfi_full_release_static', 89 'CFI Linux Full': 'cfi_full_release_static',
86 'Chromium Linux Goma Canary': 'release_bot', 90 'Chromium Linux Goma Canary': 'release_bot',
87 'Chromium Linux Goma Canary (clobber)': 'release_bot', 91 'Chromium Linux Goma Canary (clobber)': 'release_bot',
88 'Chromium Linux Precise Goma LinkTest': 'release_bot', 92 'Chromium Linux Precise Goma LinkTest': 'release_bot',
89 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 93 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
90 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 94 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1737 'gn_args': 'target_cpu="x86"', 1741 'gn_args': 'target_cpu="x86"',
1738 }, 1742 },
1739 1743
1740 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1744 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1741 1745
1742 'drmemory': { 1746 'drmemory': {
1743 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1747 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1744 }, 1748 },
1745 }, 1749 },
1746 } 1750 }
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