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

Side by Side Diff: masters/master.client.v8/master.cfg

Issue 1886733002: V8: Add win-clang fyi bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.client.v8/mail_notifier_cfg.py ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 from buildbot.scheduler import Nightly 8 from buildbot.scheduler import Nightly
9 from buildbot.scheduler import Scheduler 9 from buildbot.scheduler import Scheduler
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'V8 Linux gcc 4.8', 67 'V8 Linux gcc 4.8',
68 'V8 Linux64 ASAN', 68 'V8 Linux64 ASAN',
69 'V8 Linux64 TSAN', 69 'V8 Linux64 TSAN',
70 'V8 Linux - arm64 - sim - MSAN', 70 'V8 Linux - arm64 - sim - MSAN',
71 'V8 Linux - noi18n - debug', 71 'V8 Linux - noi18n - debug',
72 'V8 Win32 - builder', 72 'V8 Win32 - builder',
73 'V8 Win32 - debug builder', 73 'V8 Win32 - debug builder',
74 'V8 Win32 - nosnap - shared', 74 'V8 Win32 - nosnap - shared',
75 'V8 Win64', 75 'V8 Win64',
76 'V8 Win64 - debug', 76 'V8 Win64 - debug',
77 'V8 Win64 - clang',
77 'V8 Mac', 78 'V8 Mac',
78 'V8 Mac - debug', 79 'V8 Mac - debug',
79 'V8 Mac64', 80 'V8 Mac64',
80 'V8 Mac64 - debug', 81 'V8 Mac64 - debug',
81 'V8 Mac64 - xcode', 82 'V8 Mac64 - xcode',
82 'V8 Mac GC Stress', 83 'V8 Mac GC Stress',
83 'V8 Mac64 ASAN', 84 'V8 Mac64 ASAN',
84 'V8 Arm - builder', 85 'V8 Arm - builder',
85 'V8 Arm - debug builder', 86 'V8 Arm - debug builder',
86 'V8 Linux - arm - sim', 87 'V8 Linux - arm - sim',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 } 517 }
517 518
518 b_v8_win64_debug = { 519 b_v8_win64_debug = {
519 'name': 'V8 Win64 - debug', 520 'name': 'V8 Win64 - debug',
520 'slavebuilddir': 'win64', 521 'slavebuilddir': 'win64',
521 'factory': m_annotator.BaseFactory('v8'), 522 'factory': m_annotator.BaseFactory('v8'),
522 'category': CATEGORY_WIN, 523 'category': CATEGORY_WIN,
523 'auto_reboot' : False, 524 'auto_reboot' : False,
524 } 525 }
525 526
527 b_v8_win64_clang = {
528 'name': 'V8 Win64 - clang',
529 'slavebuilddir': 'win64-clang',
530 'factory': m_annotator.BaseFactory('v8'),
531 'category': CATEGORY_FYI,
532 'auto_reboot' : False,
533 }
534
526 b_v8_linux_isolates = { 535 b_v8_linux_isolates = {
527 'name': 'V8 Linux - isolates', 536 'name': 'V8 Linux - isolates',
528 'slavebuilddir': 'linux', 537 'slavebuilddir': 'linux',
529 'factory': m_annotator.BaseFactory('v8'), 538 'factory': m_annotator.BaseFactory('v8'),
530 'category': CATEGORY_LINUX, 539 'category': CATEGORY_LINUX,
531 'auto_reboot' : False, 540 'auto_reboot' : False,
532 } 541 }
533 542
534 b_v8_linux_debug_isolates = { 543 b_v8_linux_debug_isolates = {
535 'name': 'V8 Linux - debug - isolates', 544 'name': 'V8 Linux - debug - isolates',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 b_v8_linux64_custom_snapshot_debug, 827 b_v8_linux64_custom_snapshot_debug,
819 b_v8_linux64_debug_avx2, 828 b_v8_linux64_debug_avx2,
820 b_v8_linux64_debug_greedy_allocator, 829 b_v8_linux64_debug_greedy_allocator,
821 b_v8_win32_builder, 830 b_v8_win32_builder,
822 b_v8_win32_debug_builder, 831 b_v8_win32_debug_builder,
823 b_v8_win32, 832 b_v8_win32,
824 b_v8_win32_nosnap_shared, 833 b_v8_win32_nosnap_shared,
825 b_v8_win32_debug, 834 b_v8_win32_debug,
826 b_v8_win64, 835 b_v8_win64,
827 b_v8_win64_debug, 836 b_v8_win64_debug,
837 b_v8_win64_clang,
828 b_v8_mac, 838 b_v8_mac,
829 b_v8_mac_debug, 839 b_v8_mac_debug,
830 b_v8_mac64, 840 b_v8_mac64,
831 b_v8_mac64_debug, 841 b_v8_mac64_debug,
832 b_v8_mac64_xcode, 842 b_v8_mac64_xcode,
833 b_v8_arm_builder, 843 b_v8_arm_builder,
834 b_v8_arm_debug_builder, 844 b_v8_arm_debug_builder,
835 b_v8_android_arm_builder, 845 b_v8_android_arm_builder,
836 b_v8_arm, 846 b_v8_arm,
837 b_v8_arm_debug, 847 b_v8_arm_debug,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 # too low. Must keep at least a few days worth of builds. 914 # too low. Must keep at least a few days worth of builds.
905 c['buildHorizon'] = 1000 915 c['buildHorizon'] = 1000
906 c['logHorizon'] = 500 916 c['logHorizon'] = 500
907 # Must be at least 2x the number of slaves. 917 # Must be at least 2x the number of slaves.
908 c['eventHorizon'] = 200 918 c['eventHorizon'] = 200
909 919
910 ####### PROJECT IDENTITY 920 ####### PROJECT IDENTITY
911 921
912 c['projectName'] = ActiveMaster.project_name 922 c['projectName'] = ActiveMaster.project_name
913 c['projectURL'] = config.Master.project_url 923 c['projectURL'] = config.Master.project_url
OLDNEW
« no previous file with comments | « masters/master.client.v8/mail_notifier_cfg.py ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698