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

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

Issue 2799083002: Revert of [build] Temporarily switch off goma on gyp bot (Closed)
Patch Set: Created 3 years, 8 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 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project 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 # Bots are ordered by appearance on waterfall. 9 # Bots are ordered by appearance on waterfall.
10 'masters': { 10 'masters': {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', 56 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap',
57 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', 57 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap',
58 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', 58 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap',
59 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n', 59 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n',
60 'V8 Linux - verify csa': 'gn_release_x86_verify_csa', 60 'V8 Linux - verify csa': 'gn_release_x86_verify_csa',
61 # Linux64. 61 # Linux64.
62 'V8 Linux64 - builder': 'gn_release_x64_valgrind', 62 'V8 Linux64 - builder': 'gn_release_x64_valgrind',
63 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', 63 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind',
64 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', 64 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom',
65 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', 65 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal',
66 'V8 Linux64 - gyp': 'gyp_release_x64_no_goma', 66 'V8 Linux64 - gyp': 'gyp_release_x64',
67 'V8 Linux64 - verify csa': 'gn_release_x64_verify_csa', 67 'V8 Linux64 - verify csa': 'gn_release_x64_verify_csa',
68 # Windows. 68 # Windows.
69 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', 69 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols',
70 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', 70 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols',
71 'V8 Win32 - nosnap - shared': 71 'V8 Win32 - nosnap - shared':
72 'gn_release_x86_no_snap_shared_minimal_symbols', 72 'gn_release_x86_no_snap_shared_minimal_symbols',
73 'V8 Win64': 'gn_release_x64_minimal_symbols', 73 'V8 Win64': 'gn_release_x64_minimal_symbols',
74 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', 74 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols',
75 # TODO(machenbach): Switch plugins on when errors are fixed. 75 # TODO(machenbach): Switch plugins on when errors are fixed.
76 'V8 Win64 - clang': 'gn_release_x64_clang', 76 'V8 Win64 - clang': 'gn_release_x64_clang',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'gyp_release_simulate_ppc64': [ 456 'gyp_release_simulate_ppc64': [
457 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], 457 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'],
458 'gyp_release_simulate_s390': [ 458 'gyp_release_simulate_s390': [
459 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 459 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
460 'gyp_release_simulate_s390x': [ 460 'gyp_release_simulate_s390x': [
461 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], 461 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
462 462
463 # Gyp release configs for x64. 463 # Gyp release configs for x64.
464 'gyp_release_x64': [ 464 'gyp_release_x64': [
465 'gyp', 'release_bot', 'x64', 'swarming'], 465 'gyp', 'release_bot', 'x64', 'swarming'],
466 'gyp_release_x64_no_goma': [
467 'gyp', 'release', 'static', 'x64', 'swarming'],
468 'gyp_release_x64_asan_minimal_symbols_coverage': [ 466 'gyp_release_x64_asan_minimal_symbols_coverage': [
469 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', 467 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
470 'minimal_symbols', 'swarming'], 468 'minimal_symbols', 'swarming'],
471 'gyp_release_x64_cfi_symbolized': [ 469 'gyp_release_x64_cfi_symbolized': [
472 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 470 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
473 'gyp_release_x64_gcc_coverage': [ 471 'gyp_release_x64_gcc_coverage': [
474 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], 472 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
475 473
476 # Gyp release configs for x86. 474 # Gyp release configs for x86.
477 'gyp_release_x86_disassembler': [ 475 'gyp_release_x86_disassembler': [
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 'gn_args': 'target_cpu="x64"', 765 'gn_args': 'target_cpu="x64"',
768 'gyp_defines': 'target_arch=x64', 766 'gyp_defines': 'target_arch=x64',
769 }, 767 },
770 768
771 'x86': { 769 'x86': {
772 'gn_args': 'target_cpu="x86"', 770 'gn_args': 'target_cpu="x86"',
773 'gyp_defines': 'target_arch=ia32', 771 'gyp_defines': 'target_arch=ia32',
774 }, 772 },
775 }, 773 },
776 } 774 }
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