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

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

Issue 2913263003: Add a fuchsia trybot entry to mb_config.pyl. (Closed)
Patch Set: Created 3 years, 6 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 # 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 506
507 'tryserver.chromium.linux': { 507 'tryserver.chromium.linux': {
508 'Chromium Linux Codesearch Builder': 'codesearch', 508 'Chromium Linux Codesearch Builder': 'codesearch',
509 'ChromiumOS Codesearch Builder': 'codesearch', 509 'ChromiumOS Codesearch Builder': 'codesearch',
510 'cast_shell_linux': 'cast_release_trybot', 510 'cast_shell_linux': 'cast_release_trybot',
511 'cast_shell_audio_linux': 'cast_audio_release_trybot', 511 'cast_shell_audio_linux': 'cast_audio_release_trybot',
512 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk', 512 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
513 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk', 513 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk',
514 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk', 514 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
515 'closure_compilation': 'closure_compilation', 515 'closure_compilation': 'closure_compilation',
516 'fuchsia': 'release_trybot_fuchsia',
516 'linux_arm': 'release_trybot_arm', 517 'linux_arm': 'release_trybot_arm',
517 'linux_chromium_archive_rel_ng': 'release_bot', 518 'linux_chromium_archive_rel_ng': 'release_bot',
518 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', 519 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot',
519 'linux_chromium_browser_side_navigation_rel': 'release_trybot', 520 'linux_chromium_browser_side_navigation_rel': 'release_trybot',
520 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on', 521 'linux_chromium_cfi_rel_ng': 'cfi_full_release_static_dcheck_always_on',
521 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' , 522 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' ,
522 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb ot', 523 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb ot',
523 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr ybot', 524 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr ybot',
524 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot', 525 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot',
525 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', 526 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot',
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 ], 1432 ],
1432 1433
1433 'release_trybot_minimal_symbols': [ 1434 'release_trybot_minimal_symbols': [
1434 'release_trybot', 'minimal_symbols', 1435 'release_trybot', 'minimal_symbols',
1435 ], 1436 ],
1436 1437
1437 'release_trybot_arm': [ 1438 'release_trybot_arm': [
1438 'release_trybot', 'arm', 1439 'release_trybot', 'arm',
1439 ], 1440 ],
1440 1441
1442 'release_trybot_fuchsia': [
1443 'release_trybot', 'fuchsia',
1444 ],
1445
1441 'release_trybot_x86': [ 1446 'release_trybot_x86': [
1442 'release_trybot', 'x86', 1447 'release_trybot', 'x86',
1443 ], 1448 ],
1444 1449
1445 'shared_release_bot_x86': [ 1450 'shared_release_bot_x86': [
1446 'shared_release_bot', 'x86', 1451 'shared_release_bot', 'x86',
1447 ], 1452 ],
1448 1453
1449 'syzyasan_no_pch_release_x86': [ 1454 'syzyasan_no_pch_release_x86': [
1450 'syzyasan', 'no_pch', 'release', 'x86', 1455 'syzyasan', 'no_pch', 'release', 'x86',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 1916
1912 'x64': { 1917 'x64': {
1913 'gn_args': 'target_cpu="x64"', 1918 'gn_args': 'target_cpu="x64"',
1914 }, 1919 },
1915 1920
1916 'x86': { 1921 'x86': {
1917 'gn_args': 'target_cpu="x86"', 1922 'gn_args': 'target_cpu="x86"',
1918 }, 1923 },
1919 }, 1924 },
1920 } 1925 }
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