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

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

Issue 2039103003: Add clang_tot config to 'CFI Linux ToT' bot. (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 | « no previous file | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'Android Remoting Tests': 'none', 90 'Android Remoting Tests': 'none',
91 'Android Tests (trial)(dbg)': 'none', 91 'Android Tests (trial)(dbg)': 'none',
92 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', 92 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86',
93 'Android Asan Builder Tests (dbg)': 93 'Android Asan Builder Tests (dbg)':
94 'android_asan_gn_clang_shared_debug_minimal_symbols', 94 'android_asan_gn_clang_shared_debug_minimal_symbols',
95 'Android Builder (dbg)': 'android_gn_debug_static_bot', 95 'Android Builder (dbg)': 'android_gn_debug_static_bot',
96 'Blimp Linux (dbg)': 96 'Blimp Linux (dbg)':
97 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn', 97 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn',
98 'Browser Side Navigation Linux': 'gn_release_bot', 98 'Browser Side Navigation Linux': 'gn_release_bot',
99 'CFI Linux CF': 'gn_cfi_diag_release_static', 99 'CFI Linux CF': 'gn_cfi_diag_release_static',
100 'CFI Linux ToT': 'gn_cfi_release_static', 100 'CFI Linux ToT': 'gn_cfi_clang_tot_release_static',
101 'CFI Linux': 'gn_cfi_release_static', 101 'CFI Linux': 'gn_cfi_release_static',
102 'Chromium Linux Goma Canary': 'gn_release_bot', 102 'Chromium Linux Goma Canary': 'gn_release_bot',
103 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', 103 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
104 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', 104 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
105 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', 105 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86',
106 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', 106 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
107 'Chromium Mac 10.11': 'gyp_release_bot', 107 'Chromium Mac 10.11': 'gyp_release_bot',
108 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', 108 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot',
109 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', 109 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot',
110 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', 110 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot',
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 ], 1089 ],
1090 1090
1091 'gn_cfi_diag_release_static': [ 1091 'gn_cfi_diag_release_static': [
1092 'gn', 'cfi', 'cfi_diag', 'release', 'static', 1092 'gn', 'cfi', 'cfi_diag', 'release', 'static',
1093 ], 1093 ],
1094 1094
1095 'gn_cfi_release_static': [ 1095 'gn_cfi_release_static': [
1096 'gn', 'cfi', 'release', 'static', 1096 'gn', 'cfi', 'release', 'static',
1097 ], 1097 ],
1098 1098
1099 'gn_cfi_clang_tot_release_static': [
1100 'gn', 'cfi', 'clang_tot', 'release', 'static',
1101 ],
1102
1099 'gn_cfi_release_static_dcheck_always_on': [ 1103 'gn_cfi_release_static_dcheck_always_on': [
1100 'gn', 'cfi', 'release', 'static', 'dcheck_always_on', 1104 'gn', 'cfi', 'release', 'static', 'dcheck_always_on',
1101 ], 1105 ],
1102 1106
1103 'gn_debug_bot': [ 1107 'gn_debug_bot': [
1104 'gn', 'debug_bot', 1108 'gn', 'debug_bot',
1105 ], 1109 ],
1106 1110
1107 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [ 1111 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [
1108 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs', 1112 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs',
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2322 },
2319 2323
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2324 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2325
2322 'drmemory': { 2326 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2327 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2328 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2329 },
2326 }, 2330 },
2327 } 2331 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698