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

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

Issue 2848013002: Add a Linux bot to run servicification related tests. (Closed)
Patch Set: more Created 3 years, 7 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/filters/mojo.fyi.network_content_browsertests.filter ('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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan', 193 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan',
194 'Linux ARM': 'release_bot_arm', 194 'Linux ARM': 'release_bot_arm',
195 'Linux Clang Analyzer': 'linux_chromium_analysis', 195 'Linux Clang Analyzer': 'linux_chromium_analysis',
196 'Linux deterministic': 'release_bot', 196 'Linux deterministic': 'release_bot',
197 'Linux deterministic (dbg)': 'debug_bot', 197 'Linux deterministic (dbg)': 'debug_bot',
198 'Linux remote_run Builder': 'release_bot', 198 'Linux remote_run Builder': 'release_bot',
199 'Linux remote_run Tester': 'release_bot', 199 'Linux remote_run Tester': 'release_bot',
200 'Mac deterministic': 'release_bot_mac_strip', 200 'Mac deterministic': 'release_bot_mac_strip',
201 'Mac deterministic (dbg)': 'debug_bot', 201 'Mac deterministic (dbg)': 'debug_bot',
202 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', 202 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
203 'Mojo Linux': 'release_bot',
203 'Mojo Windows': 'release_bot_x86', 204 'Mojo Windows': 'release_bot_x86',
204 'Ozone Linux': 'release_bot_ozone_linux', 205 'Ozone Linux': 'release_bot_ozone_linux',
205 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', 206 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
206 'Site Isolation Linux': 'release_trybot', 207 'Site Isolation Linux': 'release_trybot',
207 'Site Isolation Win': 'release_trybot_x86', 208 'Site Isolation Win': 'release_trybot_x86',
208 'ThinLTO Linux ToT': 'thin_lto_clang_tot_full_symbols_release_static_use_l ld', 209 'ThinLTO Linux ToT': 'thin_lto_clang_tot_full_symbols_release_static_use_l ld',
209 'UBSanVptr Linux': 'ubsan_vptr_release_bot', 210 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
210 'WebKit Linux - RandomOrder': 'release_bot', 211 'WebKit Linux - RandomOrder': 'release_bot',
211 'WebKit Mac - RandomOrder': 'release_bot', 212 'WebKit Mac - RandomOrder': 'release_bot',
212 'WebKit Win - RandomOrder': 'release_bot_x86', 213 'WebKit Win - RandomOrder': 'release_bot_x86',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', 573 'linux_chromium_rel_ng': 'gpu_tests_release_trybot',
573 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', 574 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot',
574 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', 575 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot',
575 576
576 # These are 'release_bot' rather than 'release_trybot' because 577 # These are 'release_bot' rather than 'release_trybot' because
577 # 'release_trybot' includes 'dcheck_always_on', which might cause 578 # 'release_trybot' includes 'dcheck_always_on', which might cause
578 # some layout test results to be different than for normal release 579 # some layout test results to be different than for normal release
579 # builds (and we only store baselines for release builds). 580 # builds (and we only store baselines for release builds).
580 'linux_layout_tests_layout_ng': 'release_bot', 581 'linux_layout_tests_layout_ng': 'release_bot',
581 582
583 'linux_mojo': 'release_trybot',
584 'linux_mojo_chromeos': 'release_trybot',
582 'linux_nacl_sdk_build': 'release_bot', 585 'linux_nacl_sdk_build': 'release_bot',
583 'linux_nacl_sdk': 'release_bot', 586 'linux_nacl_sdk': 'release_bot',
584 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', 587 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot',
585 'linux_site_isolation': 'release_trybot', 588 'linux_site_isolation': 'release_trybot',
586 'linux_upload_clang': 'release_bot', 589 'linux_upload_clang': 'release_bot',
587 }, 590 },
588 591
589 'tryserver.chromium.mac': { 592 'tryserver.chromium.mac': {
590 'ios-device': 'ios', 593 'ios-device': 'ios',
591 'ios-device-xcode-clang': 'ios', 594 'ios-device-xcode-clang': 'ios',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'win_chromium_compile_rel_ng': 'gpu_tests_release_trybot_x86', 659 'win_chromium_compile_rel_ng': 'gpu_tests_release_trybot_x86',
657 'win_chromium_dbg_ng': 'debug_trybot_x86', 660 'win_chromium_dbg_ng': 'debug_trybot_x86',
658 'win_chromium_rel_ng': 'gpu_tests_release_trybot_x86', 661 'win_chromium_rel_ng': 'gpu_tests_release_trybot_x86',
659 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86', 662 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86',
660 'win_chromium_x64_rel_ng': 'release_trybot', 663 'win_chromium_x64_rel_ng': 'release_trybot',
661 'win_clang': 'win_clang_debug_bot', 664 'win_clang': 'win_clang_debug_bot',
662 'win_clang_dbg': 'clang_debug_trybot_x86', 665 'win_clang_dbg': 'clang_debug_trybot_x86',
663 'win_clang_rel': 'clang_official_release_trybot_x86', 666 'win_clang_rel': 'clang_official_release_trybot_x86',
664 'win_clang_x64_dbg': 'win_clang_debug_bot', 667 'win_clang_x64_dbg': 'win_clang_debug_bot',
665 'win_clang_x64_rel': 'clang_official_release_trybot', 668 'win_clang_x64_rel': 'clang_official_release_trybot',
669 'win_mojo': 'release_trybot_x86',
666 'win_nacl_sdk': 'release_bot_x86', 670 'win_nacl_sdk': 'release_bot_x86',
667 'win_nacl_sdk_build': 'release_bot_x86', 671 'win_nacl_sdk_build': 'release_bot_x86',
668 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86', 672 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86',
669 'win_pgo': { 673 'win_pgo': {
670 '1': 'official_optimize_chrome_pgo_phase_1_x86', 674 '1': 'official_optimize_chrome_pgo_phase_1_x86',
671 '2': 'official_optimize_chrome_pgo_phase_2_x86', 675 '2': 'official_optimize_chrome_pgo_phase_2_x86',
672 }, 676 },
673 'win_upload_clang': 'release_bot', 677 'win_upload_clang': 'release_bot',
674 'win_chrome_official': 'official_goma_x86', 678 'win_chrome_official': 'official_goma_x86',
675 }, 679 },
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 1929
1926 'x64': { 1930 'x64': {
1927 'gn_args': 'target_cpu="x64"', 1931 'gn_args': 'target_cpu="x64"',
1928 }, 1932 },
1929 1933
1930 'x86': { 1934 'x86': {
1931 'gn_args': 'target_cpu="x86"', 1935 'gn_args': 'target_cpu="x86"',
1932 }, 1936 },
1933 }, 1937 },
1934 } 1938 }
OLDNEW
« no previous file with comments | « testing/buildbot/filters/mojo.fyi.network_content_browsertests.filter ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698