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

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

Issue 1559763002: Revert of Add most remaining tests to Chromium recipe GPU FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « testing/buildbot/gn_isolate_map.pyl ('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 the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'none': ['none'], 71 'none': ['none'],
72 72
73 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'], 73 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'],
74 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 74 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'],
75 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'], 75 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'],
76 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ], 76 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ],
77 77
78 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'], 78 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'],
79 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'], 79 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
80 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'], 80 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'],
81 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bo t'],
82 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'],
83 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 81 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
84 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'], 82 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'],
85 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'], 83 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'],
86 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], 84 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
87 'swarming_gn_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'debug_bot_m inimal_symbols', 'x64'], 85 'swarming_gn_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'debug_bot_m inimal_symbols', 'x64'],
88 'swarming_gn_debug_bot_x64': ['swarming', 'gn', 'debug_bot', 'x64'], 86 'swarming_gn_debug_bot_x64': ['swarming', 'gn', 'debug_bot', 'x64'],
89 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], 87 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
90 'swarming_gn_oilpan_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'oilp an', 'debug_bot', 'minimal_symbols', 'x64'], 88 'swarming_gn_oilpan_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'oilp an', 'debug_bot', 'minimal_symbols', 'x64'],
91 'swarming_gn_oilpan_debug_bot_x64': ['swarming', 'gn', 'oilpan', 'debug_bot' , 'minimal_symbols', 'x64'], 89 'swarming_gn_oilpan_debug_bot_x64': ['swarming', 'gn', 'oilpan', 'debug_bot' , 'minimal_symbols', 'x64'],
92 'swarming_gn_oilpan_release_bot_x64': ['swarming', 'gn', 'oilpan', 'release_ bot', 'x64'], 90 'swarming_gn_oilpan_release_bot_x64': ['swarming', 'gn', 'oilpan', 'release_ bot', 'x64'],
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'chromium.fyi': { 517 'chromium.fyi': {
520 'CFI Linux': 'gn_cfi_release_bot', 518 'CFI Linux': 'gn_cfi_release_bot',
521 'CFI Linux ToT': 'gn_cfi_release_bot', 519 'CFI Linux ToT': 'gn_cfi_release_bot',
522 'CrWinClang64(dbg)': 'win_clang_debug_bot', 520 'CrWinClang64(dbg)': 'win_clang_debug_bot',
523 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', 521 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
524 'Site Isolation Linux': 'gn_release_trybot', 522 'Site Isolation Linux': 'gn_release_trybot',
525 'Site Isolation Win': 'gyp_release_trybot_x64', 523 'Site Isolation Win': 'gyp_release_trybot_x64',
526 'Linux ARM': 'swarming_gyp_release_bot_arm', 524 'Linux ARM': 'swarming_gyp_release_bot_arm',
527 }, 525 },
528 'chromium.gpu.fyi': { 526 'chromium.gpu.fyi': {
529 'GPU NextGen Linux Builder': 'swarming_gpu_tests_gn_release_bot', 527 'GPU NextGen Linux Builder': 'swarming_gn_release_bot',
530 'GPU NextGen Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot', 528 'GPU NextGen Linux Builder (dbg)': 'swarming_gn_debug_bot',
531 'Linux NextGen Release (NVIDIA)': 'none', 529 'Linux NextGen Release (NVIDIA)': 'none',
532 'Linux NextGen Debug (NVIDIA)': 'none', 530 'Linux NextGen Debug (NVIDIA)': 'none',
533 }, 531 },
534 'chromium.webrtc.fyi': { 532 'chromium.webrtc.fyi': {
535 'Android GN': 'android_gn_release_bot', 533 'Android GN': 'android_gn_release_bot',
536 'Android GN (dbg)': 'android_gn_debug_bot', 534 'Android GN (dbg)': 'android_gn_debug_bot',
537 'Linux Builder': 'gn_release_bot', 535 'Linux Builder': 'gn_release_bot',
538 'Mac GN': 'gn_release_bot', 536 'Mac GN': 'gn_release_bot',
539 'Mac GN (dbg)': 'gn_debug_static_bot', 537 'Mac GN (dbg)': 'gn_debug_static_bot',
540 'Win x64 GN': 'gn_release_bot_minimal_symbols', 538 'Win x64 GN': 'gn_release_bot_minimal_symbols',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 662 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
665 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 663 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
666 'win_clang_x64_dbg': 'win_clang_debug_bot', 664 'win_clang_x64_dbg': 'win_clang_debug_bot',
667 }, 665 },
668 'tryserver.v8': { 666 'tryserver.v8': {
669 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 667 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
670 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 668 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
671 }, 669 },
672 }, 670 },
673 } 671 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698