OLD | NEW |
---|---|
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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
240 'chromium.linux': { | 240 'chromium.linux': { |
241 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', | 241 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', |
242 'Android Builder (dbg)': 'android_debug_static_bot', | 242 'Android Builder (dbg)': 'android_debug_static_bot', |
243 'Android Builder': 'android_release_bot_minimal_symbols', | 243 'Android Builder': 'android_release_bot_minimal_symbols', |
244 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols', | 244 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols', |
245 'Android Tests (dbg)': 'android_debug_static_bot', | 245 'Android Tests (dbg)': 'android_debug_static_bot', |
246 'Android Tests': 'android_release_bot_minimal_symbols', | 246 'Android Tests': 'android_release_bot_minimal_symbols', |
247 'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn' , | 247 'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn' , |
248 'Cast Android (dbg)': 'android_cast_debug_static_bot', | 248 'Cast Android (dbg)': 'android_cast_debug_static_bot', |
249 'Cast Linux': 'cast_release_bot', | 249 'Cast Linux': 'cast_release_bot', |
250 'Cast Audio Linux': 'cast_audio_release_bot', | |
250 'Linux Builder (dbg)': 'debug_bot', | 251 'Linux Builder (dbg)': 'debug_bot', |
251 'Linux Builder (dbg)(32)': 'debug_bot_x86', | 252 'Linux Builder (dbg)(32)': 'debug_bot_x86', |
252 'Linux Builder': 'release_bot', | 253 'Linux Builder': 'release_bot', |
253 # Trusty bots. | 254 # Trusty bots. |
254 'Cast Linux Trusty': 'cast_release_bot', | 255 'Cast Linux Trusty': 'cast_release_bot', |
256 'Cast Audio Linux Trusty': 'cast_audio_release_bot', | |
Dirk Pranke
2016/12/01 00:38:39
Is just Trusty enough? Are you expecting 'Cast Aud
| |
255 'Linux Builder Trusty (dbg)': 'debug_bot', | 257 'Linux Builder Trusty (dbg)': 'debug_bot', |
256 'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86', | 258 'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86', |
257 'Linux Builder Trusty': 'release_bot', | 259 'Linux Builder Trusty': 'release_bot', |
258 }, | 260 }, |
259 | 261 |
260 'chromium.lkgr': { | 262 'chromium.lkgr': { |
261 'ASAN Debug': 'asan_lsan_edge_debug_bot', | 263 'ASAN Debug': 'asan_lsan_edge_debug_bot', |
262 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea se_bot', | 264 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea se_bot', |
263 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', | 265 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', |
264 'ASan Debug (32-bit x86 with V8-ARM)': 'asan_edge_v8_heap_debug_bot_hybrid ', | 266 'ASan Debug (32-bit x86 with V8-ARM)': 'asan_edge_v8_heap_debug_bot_hybrid ', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
495 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86', | 497 'win_angle_rel_ng': 'gpu_tests_deqp_gles_release_trybot_x86', |
496 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot', | 498 'win_angle_x64_dbg_ng': 'gpu_tests_deqp_gles_debug_trybot', |
497 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot', | 499 'win_angle_x64_rel_ng': 'gpu_tests_deqp_gles_release_trybot', |
498 }, | 500 }, |
499 | 501 |
500 'tryserver.chromium.linux': { | 502 'tryserver.chromium.linux': { |
501 'blimp_linux_dbg': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn', | 503 'blimp_linux_dbg': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn', |
502 'Chromium Linux Codesearch Builder': 'codesearch', | 504 'Chromium Linux Codesearch Builder': 'codesearch', |
503 'ChromiumOS Codesearch Builder': 'codesearch', | 505 'ChromiumOS Codesearch Builder': 'codesearch', |
504 'cast_shell_linux': 'cast_release_trybot', | 506 'cast_shell_linux': 'cast_release_trybot', |
507 'cast_shell_audio_linux': 'cast_audio_release_trybot', | |
505 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', | 508 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', |
506 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', | 509 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', |
507 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', | 510 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', |
508 'closure_compilation': 'closure_compilation', | 511 'closure_compilation': 'closure_compilation', |
509 'linux_arm': 'release_trybot_arm', | 512 'linux_arm': 'release_trybot_arm', |
510 'linux_chromium_archive_rel_ng': 'release_bot', | 513 'linux_chromium_archive_rel_ng': 'release_bot', |
511 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', | 514 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', |
512 'linux_chromium_browser_side_navigation_rel': 'release_trybot', | 515 'linux_chromium_browser_side_navigation_rel': 'release_trybot', |
513 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', | 516 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', |
514 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' , | 517 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' , |
(...skipping 30 matching lines...) Expand all Loading... | |
545 'linux_layout_tests_slimming_paint_v2': 'release_bot', | 548 'linux_layout_tests_slimming_paint_v2': 'release_bot', |
546 | 549 |
547 'linux_nacl_sdk_build': 'release_bot', | 550 'linux_nacl_sdk_build': 'release_bot', |
548 'linux_nacl_sdk': 'release_bot', | 551 'linux_nacl_sdk': 'release_bot', |
549 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', | 552 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', |
550 'linux_site_isolation': 'release_trybot', | 553 'linux_site_isolation': 'release_trybot', |
551 'linux_upload_clang': 'release_bot', | 554 'linux_upload_clang': 'release_bot', |
552 | 555 |
553 # Trusty trybot | 556 # Trusty trybot |
554 'cast_shell_linux_trusty': 'cast_release_trybot', | 557 'cast_shell_linux_trusty': 'cast_release_trybot', |
558 'cast_shell_audio_linux_trusty': 'cast_audio_release_trybot', | |
555 'linux_arm_trusty': 'release_trybot_arm', | 559 'linux_arm_trusty': 'release_trybot_arm', |
556 'linux_chromium_asan_rel_ng_trusty': 'asan_lsan_release_trybot', | 560 'linux_chromium_asan_rel_ng_trusty': 'asan_lsan_release_trybot', |
557 'linux_chromium_browser_side_navigation_rel_trusty': 'release_trybot', | 561 'linux_chromium_browser_side_navigation_rel_trusty': 'release_trybot', |
558 'linux_chromium_chromeos_asan_rel_ng_trusty': 'asan_lsan_chromeos_release_ trybot', | 562 'linux_chromium_chromeos_asan_rel_ng_trusty': 'asan_lsan_chromeos_release_ trybot', |
559 'linux_chromium_chromeos_compile_dbg_ng_trusty': 'chromeos_with_codecs_deb ug_trybot', | 563 'linux_chromium_chromeos_compile_dbg_ng_trusty': 'chromeos_with_codecs_deb ug_trybot', |
560 'linux_chromium_chromeos_compile_rel_ng_trusty': 'chromeos_with_codecs_rel ease_trybot', | 564 'linux_chromium_chromeos_compile_rel_ng_trusty': 'chromeos_with_codecs_rel ease_trybot', |
561 'linux_chromium_chromeos_dbg_ng_trusty': 'chromeos_with_codecs_debug_trybo t', | 565 'linux_chromium_chromeos_dbg_ng_trusty': 'chromeos_with_codecs_debug_trybo t', |
562 'linux_chromium_chromeos_rel_ng_trusty': 'chromeos_with_codecs_release_try bot', | 566 'linux_chromium_chromeos_rel_ng_trusty': 'chromeos_with_codecs_release_try bot', |
563 'linux_chromium_clobber_rel_ng_trusty': 'release_trybot', | 567 'linux_chromium_clobber_rel_ng_trusty': 'release_trybot', |
564 'linux_chromium_compile_dbg_32_ng_trusty': 'debug_trybot_x86', | 568 'linux_chromium_compile_dbg_32_ng_trusty': 'debug_trybot_x86', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
931 ], | 935 ], |
932 | 936 |
933 'cast_release_bot': [ | 937 'cast_release_bot': [ |
934 'cast', 'release_bot', | 938 'cast', 'release_bot', |
935 ], | 939 ], |
936 | 940 |
937 'cast_release_trybot': [ | 941 'cast_release_trybot': [ |
938 'cast', 'release_trybot', | 942 'cast', 'release_trybot', |
939 ], | 943 ], |
940 | 944 |
945 'cast_audio_release_bot': [ | |
946 'cast', 'cast_audio', 'release_bot', | |
947 ], | |
948 | |
949 'cast_audio_release_trybot': [ | |
950 'cast', 'cast_audio', 'release_trybot', | |
951 ], | |
952 | |
941 'cfi_full_cfi_diag_release_static': [ | 953 'cfi_full_cfi_diag_release_static': [ |
942 'cfi_full', 'cfi_diag', 'release', 'static', | 954 'cfi_full', 'cfi_diag', 'release', 'static', |
943 ], | 955 ], |
944 | 956 |
945 'cfi_full_clang_tot_release_static': [ | 957 'cfi_full_clang_tot_release_static': [ |
946 'cfi_full', 'clang_tot', 'release', 'static', | 958 'cfi_full', 'clang_tot', 'release', 'static', |
947 ], | 959 ], |
948 | 960 |
949 'cfi_full_release_static': [ | 961 'cfi_full_release_static': [ |
950 'cfi_full', 'release', 'static', | 962 'cfi_full', 'release', 'static', |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1489 }, | 1501 }, |
1490 | 1502 |
1491 'ffmpeg_branding_chromeos': { | 1503 'ffmpeg_branding_chromeos': { |
1492 'gn_args': 'ffmpeg_branding="ChromeOS"', | 1504 'gn_args': 'ffmpeg_branding="ChromeOS"', |
1493 }, | 1505 }, |
1494 | 1506 |
1495 'cast': { | 1507 'cast': { |
1496 'gn_args': 'is_chromecast=true', | 1508 'gn_args': 'is_chromecast=true', |
1497 }, | 1509 }, |
1498 | 1510 |
1511 'cast_audio': { | |
1512 'gn_args': 'is_cast_audio_only=true enable_webrtc=false' | |
1513 }, | |
1514 | |
1499 'cfi': { | 1515 'cfi': { |
1500 'gn_args': 'is_cfi=true', | 1516 'gn_args': 'is_cfi=true', |
1501 }, | 1517 }, |
1502 | 1518 |
1503 'cfi_full': { | 1519 'cfi_full': { |
1504 'gn_args': 'use_cfi_cast=true', | 1520 'gn_args': 'use_cfi_cast=true', |
1505 'mixins': ['cfi'], | 1521 'mixins': ['cfi'], |
1506 }, | 1522 }, |
1507 | 1523 |
1508 'cfi_diag': { | 1524 'cfi_diag': { |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1815 | 1831 |
1816 'x64': { | 1832 'x64': { |
1817 'gn_args': 'target_cpu="x64"', | 1833 'gn_args': 'target_cpu="x64"', |
1818 }, | 1834 }, |
1819 | 1835 |
1820 'x86': { | 1836 'x86': { |
1821 'gn_args': 'target_cpu="x86"', | 1837 'gn_args': 'target_cpu="x86"', |
1822 }, | 1838 }, |
1823 }, | 1839 }, |
1824 } | 1840 } |
OLD | NEW |