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

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

Issue 2042873004: Adds blimp browser tests to run on Chromium.linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Config 10% experiment 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
« infra/config/cq.cfg ('K') | « testing/buildbot/chromium.linux.json ('k') | 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 706 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
707 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 707 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
708 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 708 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
709 'win_angle_x64_dbg_ng': 709 'win_angle_x64_dbg_ng':
710 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 710 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64',
711 'win_angle_x64_rel_ng': 711 'win_angle_x64_rel_ng':
712 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 712 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64',
713 }, 713 },
714 714
715 'tryserver.chromium.linux': { 715 'tryserver.chromium.linux': {
716 'Blimp Linux (dbg)':
Sergey Berezin 2016/06/06 22:01:35 See comment in cq.cfg
haibinlu 2016/06/06 23:07:26 Done.
717 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
716 'Chromium Linux Codesearch Builder': 'codesearch_gn', 718 'Chromium Linux Codesearch Builder': 'codesearch_gn',
717 'ChromiumOS Codesearch Builder': 'codesearch_gn', 719 'ChromiumOS Codesearch Builder': 'codesearch_gn',
718 'cast_shell_linux': 'cast_gn_release_trybot', 720 'cast_shell_linux': 'cast_gn_release_trybot',
719 'chromeos_amd64-generic_variable': 'findit', 721 'chromeos_amd64-generic_variable': 'findit',
720 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 722 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
721 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 723 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
722 'chromeos_daisy_variable': 'findit', 724 'chromeos_daisy_variable': 'findit',
723 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 725 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
724 'chromeos_x86-generic_variable': 'findit', 726 'chromeos_x86-generic_variable': 'findit',
725 'chromium_presubmit': 'none', 727 'chromium_presubmit': 'none',
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2320 },
2319 2321
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2322 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2323
2322 'drmemory': { 2324 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2325 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2326 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2327 },
2326 }, 2328 },
2327 } 2329 }
OLDNEW
« infra/config/cq.cfg ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698