Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1613 'swarming_android_gn_release_bot_minimal_symbols_arm64': [ | 1613 'swarming_android_gn_release_bot_minimal_symbols_arm64': [ |
| 1614 'swarming', 'android', 'gn', 'release_bot_minimal_symbols', 'arm64', | 1614 'swarming', 'android', 'gn', 'release_bot_minimal_symbols', 'arm64', |
| 1615 ], | 1615 ], |
| 1616 | 1616 |
| 1617 'swarming_android_gn_release_trybot': [ | 1617 'swarming_android_gn_release_trybot': [ |
| 1618 'swarming', 'android', 'gn', 'release_trybot', | 1618 'swarming', 'android', 'gn', 'release_trybot', |
| 1619 ], | 1619 ], |
| 1620 | 1620 |
| 1621 'swarming_android_gn_release_trybot_arm64': [ | 1621 'swarming_android_gn_release_trybot_arm64': [ |
| 1622 'swarming', 'android', 'gn', 'release_trybot', 'arm64', | 1622 'swarming', 'android', 'gn', 'release_trybot', 'arm64', |
| 1623 'angle_deqp_tests', | |
|
Dirk Pranke
2016/09/02 16:59:33
The name of this config should change to make it c
ynovikov
2016/09/08 23:20:39
Done.
| |
| 1623 ], | 1624 ], |
| 1624 | 1625 |
| 1625 'swarming_asan_dcheck_gn_disable_nacl_release_bot': [ | 1626 'swarming_asan_dcheck_gn_disable_nacl_release_bot': [ |
| 1626 'swarming', 'asan', 'dcheck_always_on', 'gn', 'disable_nacl', | 1627 'swarming', 'asan', 'dcheck_always_on', 'gn', 'disable_nacl', |
| 1627 'release_bot', | 1628 'release_bot', |
| 1628 ], | 1629 ], |
| 1629 | 1630 |
| 1630 'swarming_asan_lsan_chromeos_gn_release_trybot': [ | 1631 'swarming_asan_lsan_chromeos_gn_release_trybot': [ |
| 1631 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot', | 1632 'swarming', 'asan', 'lsan', 'chromeos', 'gn', 'release_trybot', |
| 1632 ], | 1633 ], |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2478 }, | 2479 }, |
| 2479 | 2480 |
| 2480 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2481 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2481 | 2482 |
| 2482 'drmemory': { | 2483 'drmemory': { |
| 2483 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2484 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2484 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2485 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2485 }, | 2486 }, |
| 2486 }, | 2487 }, |
| 2487 } | 2488 } |
| OLD | NEW |