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

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

Issue 1552903002: Support building gles2_conform tests on 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 | « 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 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'], 81 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_g les2_conform_tests', 'gn', 'debug_bot'],
82 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'], 82 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal _gles2_conform_tests', 'gn', 'release_bot'],
83 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 83 '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'], 84 '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'], 85 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'],
86 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], 86 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
87 'swarming_gn_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'debug_bot_m inimal_symbols', 'x64'], 87 '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'], 88 'swarming_gn_debug_bot_x64': ['swarming', 'gn', 'debug_bot', 'x64'],
89 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], 89 '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'], 90 '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'], 91 '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'], 92 'swarming_gn_oilpan_release_bot_x64': ['swarming', 'gn', 'oilpan', 'release_ bot', 'x64'],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 }, 280 },
281 281
282 'gpu_tests': { 282 'gpu_tests': {
283 # archive_gpu_tests=true is not needed in GN builds. 283 # archive_gpu_tests=true is not needed in GN builds.
284 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true', 284 'gn_args': 'ffmpeg_branding="Chrome" proprietary_codecs=true',
285 'gyp_defines': 'archive_gpu_tests=1 ffmpeg_branding=Chrome proprietary_cod ecs=1', 285 'gyp_defines': 'archive_gpu_tests=1 ffmpeg_branding=Chrome proprietary_cod ecs=1',
286 }, 286 },
287 287
288 'gyp': {'type': 'gyp'}, 288 'gyp': {'type': 'gyp'},
289 289
290 'internal_gles2_conform_tests': {
291 'gn_args': 'internal_gles2_conform_tests=true',
292 'gyp_defines': 'internal_gles2_conform_tests=1',
293 },
294
290 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 295 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
291 296
292 'lsan': { 297 'lsan': {
293 'gn_args': 'use_lsan=true', 298 'gn_args': 'use_lsan=true',
294 'gyp_defines': 'lsan=1', 299 'gyp_defines': 'lsan=1',
295 }, 300 },
296 301
297 'mac_strip': { 302 'mac_strip': {
298 'gn_args': 'error', # TODO(GYP): Port mac_strip_release 303 'gn_args': 'error', # TODO(GYP): Port mac_strip_release
299 'gyp_defines': 'mac_strip_release=1', 304 'gyp_defines': 'mac_strip_release=1',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'chromium.fyi': { 524 'chromium.fyi': {
520 'CFI Linux': 'gn_cfi_release_bot', 525 'CFI Linux': 'gn_cfi_release_bot',
521 'CFI Linux ToT': 'gn_cfi_release_bot', 526 'CFI Linux ToT': 'gn_cfi_release_bot',
522 'CrWinClang64(dbg)': 'win_clang_debug_bot', 527 'CrWinClang64(dbg)': 'win_clang_debug_bot',
523 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', 528 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
524 'Site Isolation Linux': 'gn_release_trybot', 529 'Site Isolation Linux': 'gn_release_trybot',
525 'Site Isolation Win': 'gyp_release_trybot_x64', 530 'Site Isolation Win': 'gyp_release_trybot_x64',
526 'Linux ARM': 'swarming_gyp_release_bot_arm', 531 'Linux ARM': 'swarming_gyp_release_bot_arm',
527 }, 532 },
528 'chromium.gpu.fyi': { 533 'chromium.gpu.fyi': {
529 'GPU NextGen Linux Builder': 'swarming_gpu_tests_gn_release_bot', 534 'GPU NextGen Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot',
530 'GPU NextGen Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot', 535 'GPU NextGen Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
531 'Linux NextGen Release (NVIDIA)': 'none', 536 'Linux NextGen Release (NVIDIA)': 'none',
532 'Linux NextGen Debug (NVIDIA)': 'none', 537 'Linux NextGen Debug (NVIDIA)': 'none',
533 }, 538 },
534 'chromium.webrtc.fyi': { 539 'chromium.webrtc.fyi': {
535 'Android GN': 'android_gn_release_bot', 540 'Android GN': 'android_gn_release_bot',
536 'Android GN (dbg)': 'android_gn_debug_bot', 541 'Android GN (dbg)': 'android_gn_debug_bot',
537 'Linux Builder': 'gn_release_bot', 542 'Linux Builder': 'gn_release_bot',
538 'Mac GN': 'gn_release_bot', 543 'Mac GN': 'gn_release_bot',
539 'Mac GN (dbg)': 'gn_debug_static_bot', 544 'Mac GN (dbg)': 'gn_debug_static_bot',
540 'Win x64 GN': 'gn_release_bot_minimal_symbols', 545 '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', 669 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
665 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 670 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
666 'win_clang_x64_dbg': 'win_clang_debug_bot', 671 'win_clang_x64_dbg': 'win_clang_debug_bot',
667 }, 672 },
668 'tryserver.v8': { 673 'tryserver.v8': {
669 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 674 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
670 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 675 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
671 }, 676 },
672 }, 677 },
673 } 678 }
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