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

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

Issue 1506333004: Re-land "Flip linux blink bots to GN." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 81 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
82 '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'],
83 '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'],
84 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], 84 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
85 'swarming_gn_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'debug_bot_m inimal_symbols', 'x64'],
86 'swarming_gn_debug_bot_x64': ['swarming', 'gn', 'debug_bot', 'x64'],
85 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], 87 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
88 'swarming_gn_oilpan_debug_bot_minimal_symbols_x64': ['swarming', 'gn', 'oilp an', 'debug_bot', 'minimal_symbols', 'x64'],
89 'swarming_gn_oilpan_debug_bot_x64': ['swarming', 'gn', 'oilpan', 'debug_bot' , 'minimal_symbols', 'x64'],
90 'swarming_gn_oilpan_release_bot_x64': ['swarming', 'gn', 'oilpan', 'release_ bot', 'x64'],
91 'swarming_gn_oilpan_release_trybot_minimal_symbols_x64': ['swarming', 'gn', 'oilpan', 'release_trybot', 'minimal_symbols', 'x64'],
86 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], 92 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
93 'swarming_gn_release_bot_x64': ['swarming', 'gn', 'release_bot', 'x64'],
87 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'], 94 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'],
95 'swarming_gn_release_trybot_minimal_symbols_x64': ['swarming', 'gn', 'releas e_trybot', 'minimal_symbols', 'x64'],
88 'swarming_gyp_asan_lsan_release_bot_x64': ['swarming', 'gyp', 'asan', 'lsan' , 'release_bot', 'x64'], 96 'swarming_gyp_asan_lsan_release_bot_x64': ['swarming', 'gyp', 'asan', 'lsan' , 'release_bot', 'x64'],
89 'swarming_gyp_debug_bot_minimal_symbols_x64': ['swarming', 'gyp', 'debug_bot _minimal_symbols', 'x64'], 97 'swarming_gyp_debug_bot_minimal_symbols_x64': ['swarming', 'gyp', 'debug_bot _minimal_symbols', 'x64'],
90 'swarming_gyp_debug_bot_minimal_symbols_x86': ['swarming', 'gyp', 'debug_bot _minimal_symbols', 'x86'], 98 'swarming_gyp_debug_bot_minimal_symbols_x86': ['swarming', 'gyp', 'debug_bot _minimal_symbols', 'x86'],
91 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'], 99 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'],
92 'swarming_gyp_debug_bot_x64': ['swarming', 'gyp', 'debug_bot', 'x64'], 100 'swarming_gyp_debug_bot_x64': ['swarming', 'gyp', 'debug_bot', 'x64'],
93 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], 101 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
94 'swarming_gyp_msan_release_bot_x64': ['swarming', 'gyp', 'msan', 'release_bo t', 'x64'], 102 'swarming_gyp_msan_release_bot_x64': ['swarming', 'gyp', 'msan', 'release_bo t', 'x64'],
95 'swarming_gyp_oilpan_asan_lsan_release_bot_x64': ['swarming', 'gyp', 'oilpan ', 'asan', 'lsan', 'release_bot', 'x64'], 103 'swarming_gyp_oilpan_asan_lsan_release_bot_x64': ['swarming', 'gyp', 'oilpan ', 'asan', 'lsan', 'release_bot', 'x64'],
96 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x64': ['swarming', 'gyp', 'oi lpan', 'debug_bot', 'minimal_symbols', 'x64'], 104 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x64': ['swarming', 'gyp', 'oi lpan', 'debug_bot', 'minimal_symbols', 'x64'],
97 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x86': ['swarming', 'gyp', 'oi lpan', 'debug_bot', 'minimal_symbols', 'x86'], 105 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x86': ['swarming', 'gyp', 'oi lpan', 'debug_bot', 'minimal_symbols', 'x86'],
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64', 493 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64',
486 'WebKit Mac10.6': 'none', 494 'WebKit Mac10.6': 'none',
487 'WebKit Mac10.7': 'none', 495 'WebKit Mac10.7': 'none',
488 'WebKit Mac10.8': 'none', 496 'WebKit Mac10.8': 'none',
489 'WebKit Mac10.9 (retina)': 'swarming_gyp_release_bot_x64', 497 'WebKit Mac10.9 (retina)': 'swarming_gyp_release_bot_x64',
490 'WebKit Mac10.10': 'none', 498 'WebKit Mac10.10': 'none',
491 'WebKit Mac Oilpan': 'swarming_gyp_oilpan_release_bot_x64', 499 'WebKit Mac Oilpan': 'swarming_gyp_oilpan_release_bot_x64',
492 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64', 500 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot_x64',
493 'WebKit Mac10.7 (dbg)': 'none', 501 'WebKit Mac10.7 (dbg)': 'none',
494 'WebKit Mac Oilpan (dbg)': 'swarming_gyp_oilpan_debug_bot_x64', 502 'WebKit Mac Oilpan (dbg)': 'swarming_gyp_oilpan_debug_bot_x64',
495 'WebKit Linux': 'swarming_gyp_release_bot_x64', 503 'WebKit Linux': 'swarming_gn_release_bot_x64',
496 'WebKit Linux Trusty': 'swarming_gyp_release_bot_x64', 504 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64',
497 'WebKit Linux 32': 'swarming_gyp_release_bot_x86', 505 'WebKit Linux 32': 'swarming_gyp_release_bot_x86',
498 'WebKit Linux Oilpan': 'swarming_gyp_oilpan_release_bot_x64', 506 'WebKit Linux Oilpan': 'swarming_gn_oilpan_release_bot_x64',
499 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64', 507 'WebKit Linux ASAN': 'swarming_gyp_asan_lsan_release_bot_x64',
500 'WebKit Linux Oilpan ASAN': 'swarming_gyp_oilpan_asan_lsan_release_bot_x64 ', 508 'WebKit Linux Oilpan ASAN': 'swarming_gyp_oilpan_asan_lsan_release_bot_x64 ',
501 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64', 509 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot_x64',
502 'WebKit Linux Leak': 'swarming_gyp_release_bot_x64', 510 'WebKit Linux Leak': 'swarming_gn_release_bot_x64',
503 'WebKit Linux Oilpan Leak': 'swarming_gyp_oilpan_release_bot_x64', 511 'WebKit Linux Oilpan Leak': 'swarming_gn_oilpan_release_bot_x64',
504 'WebKit Linux (dbg)': 'swarming_gyp_debug_bot_x64', 512 'WebKit Linux (dbg)': 'swarming_gn_debug_bot_x64',
505 'WebKit Linux Oilpan (dbg)': 'swarming_gyp_oilpan_debug_bot_x64', 513 'WebKit Linux Oilpan (dbg)': 'swarming_gn_oilpan_debug_bot_x64',
506 'Android Builder': 'gyp_release_bot_android', 514 'Android Builder': 'gyp_release_bot_android',
507 'WebKit Android (Nexus4)': 'gyp_release_bot_android', 515 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
508 }, 516 },
509 'chromium.fyi': { 517 'chromium.fyi': {
510 'CFI Linux': 'gn_cfi_release_bot', 518 'CFI Linux': 'gn_cfi_release_bot',
511 'CrWinClang64(dbg)': 'win_clang_debug_bot', 519 'CrWinClang64(dbg)': 'win_clang_debug_bot',
512 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', 520 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
513 'Site Isolation Linux': 'gn_release_trybot', 521 'Site Isolation Linux': 'gn_release_trybot',
514 'Site Isolation Win': 'gyp_release_trybot_x64', 522 'Site Isolation Win': 'gyp_release_trybot_x64',
515 'Linux ARM': 'swarming_gyp_release_bot_arm', 523 'Linux ARM': 'swarming_gyp_release_bot_arm',
(...skipping 18 matching lines...) Expand all
534 'V8 Android GN (dbg)': 'android_gn_debug_bot', 542 'V8 Android GN (dbg)': 'android_gn_debug_bot',
535 }, 543 },
536 'official.desktop': { 544 'official.desktop': {
537 'precise64': 'gn_official', 545 'precise64': 'gn_official',
538 'blimp-engine': 'gn_blimp_debug', 546 'blimp-engine': 'gn_blimp_debug',
539 }, 547 },
540 'official.desktop.continuous': { 548 'official.desktop.continuous': {
541 'precise64 trunk': 'gn_official', 549 'precise64 trunk': 'gn_official',
542 }, 550 },
543 'tryserver.blink': { 551 'tryserver.blink': {
544 'linux_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64', 552 'linux_blink_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
545 'linux_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64', 553 'linux_blink_compile_dbg': 'swarming_gn_debug_bot_minimal_symbols_x64',
546 'linux_blink_compile_rel': 'swarming_gyp_release_trybot_minimal_symbols_x6 4', 554 'linux_blink_compile_rel': 'swarming_gn_release_trybot_minimal_symbols_x64 ',
547 'linux_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64', 555 'linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
548 'mac_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64', 556 'mac_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
549 'mac_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64', 557 'mac_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x64',
550 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols_x64', 558 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols_x64',
551 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64', 559 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
552 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86', 560 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
553 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86', 561 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
554 'win_blink_compile_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86' , 562 'win_blink_compile_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86' ,
555 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86', 563 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
556 'linux_blink_oilpan_dbg': 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x 64', 564 'linux_blink_oilpan_dbg': 'swarming_gn_oilpan_debug_bot_minimal_symbols_x6 4',
557 'linux_blink_oilpan_rel': 'swarming_gyp_oilpan_release_trybot_minimal_symb ols_x64', 565 'linux_blink_oilpan_rel': 'swarming_gn_oilpan_release_trybot_minimal_symbo ls_x64',
558 'linux_blink_oilpan_compile_rel': 'swarming_gyp_oilpan_release_trybot_mini mal_symbols_x64', 566 'linux_blink_oilpan_compile_rel': 'swarming_gn_oilpan_release_trybot_minim al_symbols_x64',
559 'mac_blink_oilpan_dbg': 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x64 ', 567 'mac_blink_oilpan_dbg': 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x64 ',
560 'mac_blink_oilpan_rel': 'swarming_gyp_oilpan_release_trybot_minimal_symbol s_x64', 568 'mac_blink_oilpan_rel': 'swarming_gyp_oilpan_release_trybot_minimal_symbol s_x64',
561 'mac_blink_oilpan_compile_rel': 'swarming_gyp_oilpan_release_trybot_minima l_symbols_x64', 569 'mac_blink_oilpan_compile_rel': 'swarming_gyp_oilpan_release_trybot_minima l_symbols_x64',
562 'win_blink_oilpan_dbg': 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x86 ', 570 'win_blink_oilpan_dbg': 'swarming_gyp_oilpan_debug_bot_minimal_symbols_x86 ',
563 'win_blink_oilpan_rel': 'swarming_gyp_oilpan_release_trybot_minimal_symbol s_x86', 571 'win_blink_oilpan_rel': 'swarming_gyp_oilpan_release_trybot_minimal_symbol s_x86',
564 'win_blink_oilpan_compile_rel': 'swarming_gyp_oilpan_release_trybot_minima l_symbols_x86', 572 'win_blink_oilpan_compile_rel': 'swarming_gyp_oilpan_release_trybot_minima l_symbols_x86',
565 'linux_blink_rel_ng': 'swarming_gyp_release_trybot_minimal_symbols_x64', 573 'linux_blink_rel_ng': 'swarming_gn_release_trybot_minimal_symbols_x64',
566 'blink_presubmit': 'none', 574 'blink_presubmit': 'none',
567 }, 575 },
568 'tryserver.chromium.android': { 576 'tryserver.chromium.android': {
569 'android_chromium_gn_rel': 'android_gn_release_trybot', 577 'android_chromium_gn_rel': 'android_gn_release_trybot',
570 'android_aura_tester': 'android_aura_gn_debug_bot', 578 'android_aura_tester': 'android_aura_gn_debug_bot',
571 'android_aura_compile': 'android_aura_gn_debug_bot', 579 'android_aura_compile': 'android_aura_gn_debug_bot',
572 }, 580 },
573 'tryserver.chromium.angle': { 581 'tryserver.chromium.angle': {
574 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 582 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
575 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot', 583 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 654 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
647 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 655 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
648 'win_clang_x64_dbg': 'win_clang_debug_bot', 656 'win_clang_x64_dbg': 'win_clang_debug_bot',
649 }, 657 },
650 'tryserver.v8': { 658 'tryserver.v8': {
651 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 659 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
652 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 660 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
653 }, 661 },
654 }, 662 },
655 } 663 }
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