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

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

Issue 1846013002: Add MB config for linux_chromium_chromeos_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'depot_tools_presubmit': 'tbd', 686 'depot_tools_presubmit': 'tbd',
687 'linux_chromium_asan_variable': 'tbd', 687 'linux_chromium_asan_variable': 'tbd',
688 'linux_chromium_browser_side_navigation_rel': 'tbd', 688 'linux_chromium_browser_side_navigation_rel': 'tbd',
689 'linux_chromium_chromeos_asan_rel_ng': 'tbd', 689 'linux_chromium_chromeos_asan_rel_ng': 'tbd',
690 'linux_chromium_chromeos_asan_variable': 'tbd', 690 'linux_chromium_chromeos_asan_variable': 'tbd',
691 'linux_chromium_chromeos_compile_dbg_ng': 'tbd', 691 'linux_chromium_chromeos_compile_dbg_ng': 'tbd',
692 'linux_chromium_chromeos_compile_rel_ng': 'tbd', 692 'linux_chromium_chromeos_compile_rel_ng': 'tbd',
693 'linux_chromium_chromeos_dbg_ng': 'tbd', 693 'linux_chromium_chromeos_dbg_ng': 'tbd',
694 'linux_chromium_chromeos_msan_rel_ng': 'tbd', 694 'linux_chromium_chromeos_msan_rel_ng': 'tbd',
695 'linux_chromium_chromeos_ozone_rel_ng': 'tbd', 695 'linux_chromium_chromeos_ozone_rel_ng': 'tbd',
696 'linux_chromium_chromeos_rel_ng': 'tbd', 696 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
697 'linux_chromium_chromeos_variable': 'tbd', 697 'linux_chromium_chromeos_variable': 'tbd',
698 'linux_chromium_variable': 'tbd', 698 'linux_chromium_variable': 'tbd',
699 'linux_nacl_sdk': 'tbd', 699 'linux_nacl_sdk': 'tbd',
700 'linux_nacl_sdk_build': 'tbd', 700 'linux_nacl_sdk_build': 'tbd',
701 701
702 'cast_shell_linux': 'cast_gn_release_trybot', 702 'cast_shell_linux': 'cast_gn_release_trybot',
703 'linux_arm': 'swarming_gyp_release_trybot_arm', 703 'linux_arm': 'swarming_gyp_release_trybot_arm',
704 'linux_blink_oilpan_rel': 704 'linux_blink_oilpan_rel':
705 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64', 705 'swarming_gn_non_oilpan_release_trybot_minimal_symbols_x64',
706 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 706 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 ], 1224 ],
1225 1225
1226 'swarming_asan_lsan_gyp_release_trybot': [ 1226 'swarming_asan_lsan_gyp_release_trybot': [
1227 'swarming', 'asan', 'lsan', 'release_trybot', 1227 'swarming', 'asan', 'lsan', 'release_trybot',
1228 ], 1228 ],
1229 1229
1230 'swarming_chromeos_gyp_release_bot': [ 1230 'swarming_chromeos_gyp_release_bot': [
1231 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot', 1231 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
1232 ], 1232 ],
1233 1233
1234 'swarming_chromeos_gyp_release_trybot': [
1235 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
1236 ],
1237
1234 'swarming_msan_gyp_release_trybot': [ 1238 'swarming_msan_gyp_release_trybot': [
1235 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', 1239 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
1236 ], 1240 ],
1237 1241
1238 'swarming_deterministic_gyp_release_bot': [ 1242 'swarming_deterministic_gyp_release_bot': [
1239 'swarming', 'deterministic', 'gyp', 'release_bot', 1243 'swarming', 'deterministic', 'gyp', 'release_bot',
1240 ], 1244 ],
1241 1245
1242 'swarming_gpu_fyi_tests_gn_debug_bot': [ 1246 'swarming_gpu_fyi_tests_gn_debug_bot': [
1243 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1247 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1781 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1785 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1782 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1786 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1783 }, 1787 },
1784 1788
1785 'valgrind': { 1789 'valgrind': {
1786 # TODO: add gn_args for 'build_for_tool=memcheck' 1790 # TODO: add gn_args for 'build_for_tool=memcheck'
1787 'gyp_defines': 'build_for_tool=memcheck', 1791 'gyp_defines': 'build_for_tool=memcheck',
1788 } 1792 }
1789 }, 1793 },
1790 } 1794 }
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