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

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

Issue 2013683004: Use dcheck_always_on for all Release GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 'swarming', 'gn', 'release_bot', 1574 'swarming', 'gn', 'release_bot',
1575 ], 1575 ],
1576 1576
1577 'swarming_gn_release_trybot_x64': [ 1577 'swarming_gn_release_trybot_x64': [
1578 'swarming', 'gn', 'release_trybot', 'x64', 1578 'swarming', 'gn', 'release_trybot', 'x64',
1579 ], 1579 ],
1580 1580
1581 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [ 1581 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [
1582 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1582 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1583 'release_trybot', 'angle_deqp_tests', 'chromeos', 1583 'release_trybot', 'angle_deqp_tests', 'chromeos',
1584 'dcheck_always_on',
1584 ], 1585 ],
1585 1586
1586 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1587 'swarming_gpu_fyi_tests_gn_debug_trybot': [
1587 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1588 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1588 'debug_trybot', 'angle_deqp_tests', 1589 'debug_trybot', 'angle_deqp_tests',
1589 ], 1590 ],
1590 1591
1591 'swarming_gpu_fyi_tests_gn_release_trybot': [ 1592 'swarming_gpu_fyi_tests_gn_release_trybot': [
1592 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1593 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1593 'release_bot', 'angle_deqp_tests', 1594 'release_bot', 'angle_deqp_tests', 'dcheck_always_on',
1594 ], 1595 ],
1595 1596
1596 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [ 1597 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [
1597 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1598 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1598 'clang', 'debug_trybot', 'x86', 1599 'clang', 'debug_trybot', 'x86',
1599 ], 1600 ],
1600 1601
1601 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ 1602 'swarming_gpu_fyi_tests_gyp_debug_trybot': [
1602 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1603 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1603 'debug_trybot', 1604 'debug_trybot',
1604 ], 1605 ],
1605 1606
1606 'swarming_gpu_fyi_tests_gyp_release_trybot': [ 1607 'swarming_gpu_fyi_tests_gyp_release_trybot': [
1607 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1608 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1608 'release_trybot', 1609 'release_trybot', 'dcheck_always_on',
1609 ], 1610 ],
1610 1611
1611 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64': [ 1612 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64': [
1612 'swarming', 'gpu_tests', 'angle_deqp_tests', 1613 'swarming', 'gpu_tests', 'angle_deqp_tests',
1613 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x64', 1614 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x64',
1614 ], 1615 ],
1615 1616
1616 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86': [ 1617 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86': [
1617 'swarming', 'gpu_tests', 'angle_deqp_tests', 1618 'swarming', 'gpu_tests', 'angle_deqp_tests',
1618 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x86', 1619 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x86',
1619 ], 1620 ],
1620 1621
1621 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64': [ 1622 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64': [
1622 'swarming', 'gpu_tests', 'angle_deqp_tests', 1623 'swarming', 'gpu_tests', 'angle_deqp_tests', 'dcheck_always_on',
1623 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x64', 1624 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x64',
1624 ], 1625 ],
1625 1626
1626 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [ 1627 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [
1627 'swarming', 'gpu_tests', 'angle_deqp_tests', 1628 'swarming', 'gpu_tests', 'angle_deqp_tests', 'dcheck_always_on',
1628 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86', 1629 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86',
1629 ], 1630 ],
1630 1631
1631 'swarming_gpu_tests_gn_debug_trybot': [ 1632 'swarming_gpu_tests_gn_debug_trybot': [
1632 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 1633 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1633 ], 1634 ],
1634 1635
1635 'swarming_gpu_tests_gn_debug_trybot_x86': [ 1636 'swarming_gpu_tests_gn_debug_trybot_x86': [
1636 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', 1637 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86',
1637 ], 1638 ],
1638 1639
1639 'swarming_gpu_tests_gn_release_trybot': [ 1640 'swarming_gpu_tests_gn_release_trybot': [
1640 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1641 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'dcheck_always_on',
1641 ], 1642 ],
1642 1643
1643 'swarming_gpu_tests_gn_release_trybot_x86': [ 1644 'swarming_gpu_tests_gn_release_trybot_x86': [
1644 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', 1645 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1646 'dcheck_always_on',
1645 ], 1647 ],
1646 1648
1647 'swarming_gpu_tests_gyp_debug_trybot': [ 1649 'swarming_gpu_tests_gyp_debug_trybot': [
1648 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 1650 'swarming', 'gpu_tests', 'gyp', 'debug_trybot',
1649 ], 1651 ],
1650 1652
1651 'swarming_gpu_tests_gyp_release_bot': [ 1653 'swarming_gpu_tests_gyp_release_bot': [
1652 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1654 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'dcheck_always_on',
1653 ], 1655 ],
1654 1656
1655 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1657 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1656 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1658 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1659 'dcheck_always_on',
1657 ], 1660 ],
1658 1661
1659 'swarming_gpu_tests_gyp_release_bot_x86': [ 1662 'swarming_gpu_tests_gyp_release_bot_x86': [
1660 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1663 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'dcheck_always_on',
1661 ], 1664 ],
1662 1665
1663 'swarming_gpu_tests_gyp_release_trybot': [ 1666 'swarming_gpu_tests_gyp_release_trybot': [
1664 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 1667 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'dcheck_always_on',
1665 ], 1668 ],
1666 1669
1667 ('swarming_gyp_asan_clang_edge_fuzzer' 1670 ('swarming_gyp_asan_clang_edge_fuzzer'
1668 '_static_v8_heap_x86_full_symbols_release'): [ 1671 '_static_v8_heap_x86_full_symbols_release'): [
1669 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1672 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1670 'v8_heap', 'full_symbols', 'release', 1673 'v8_heap', 'full_symbols', 'release',
1671 ], 1674 ],
1672 1675
1673 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1676 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1674 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1677 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2186 2189
2187 'release_bot': { 2190 'release_bot': {
2188 'mixins': ['release', 'static', 'goma'], 2191 'mixins': ['release', 'static', 'goma'],
2189 }, 2192 },
2190 2193
2191 'release_bot_minimal_symbols': { 2194 'release_bot_minimal_symbols': {
2192 'mixins': ['release_bot', 'minimal_symbols'], 2195 'mixins': ['release_bot', 'minimal_symbols'],
2193 }, 2196 },
2194 2197
2195 'release_trybot': { 2198 'release_trybot': {
2196 'mixins': ['release_bot_minimal_symbols', 'dcheck_always_on'], 2199 'mixins': ['release_bot_minimal_symbols', 'dcheck_always_on'],
Nico 2016/05/25 16:57:53 release_trybot already has dcheck_always_on as you
2197 }, 2200 },
2198 2201
2199 'shared': { 2202 'shared': {
2200 'gn_args': 'is_component_build=true', 2203 'gn_args': 'is_component_build=true',
2201 'gyp_defines': 'component=shared_library', 2204 'gyp_defines': 'component=shared_library',
2202 }, 2205 },
2203 2206
2204 'shared_release_bot': { 2207 'shared_release_bot': {
2205 'mixins': ['shared', 'release', 'goma'] 2208 'mixins': ['shared', 'release', 'goma']
2206 }, 2209 },
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 }, 2283 },
2281 2284
2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2285 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2283 2286
2284 'drmemory': { 2287 'drmemory': {
2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2288 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2289 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2287 }, 2290 },
2288 }, 2291 },
2289 } 2292 }
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