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

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

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