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

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

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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 | 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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 } 750 }
751 751
752 b_v8_linux_arm64_sim_msan = { 752 b_v8_linux_arm64_sim_msan = {
753 'name': 'V8 Linux - arm64 - sim - MSAN', 753 'name': 'V8 Linux - arm64 - sim - MSAN',
754 'builddir': 'v8-linux-arm64-sim-msan', 754 'builddir': 'v8-linux-arm64-sim-msan',
755 'factory': m_annotator.BaseFactory('v8'), 755 'factory': m_annotator.BaseFactory('v8'),
756 'category': CATEGORY_SANITIZERS, 756 'category': CATEGORY_SANITIZERS,
757 'auto_reboot' : False, 757 'auto_reboot' : False,
758 } 758 }
759 759
760 b_v8_linux_memcheck = { 760 b_v8_linux64_memcheck = {
761 'name': 'V8 Linux - memcheck', 761 'name': 'V8 Linux64 - memcheck',
762 'slavebuilddir': 'linux', 762 'slavebuilddir': 'linux',
763 'factory': m_annotator.BaseFactory('v8'), 763 'factory': m_annotator.BaseFactory('v8'),
764 'category': CATEGORY_SANITIZERS, 764 'category': CATEGORY_SANITIZERS,
765 'auto_reboot' : False, 765 'auto_reboot' : False,
766 } 766 }
767 767
768 b_v8_mac64_asan = { 768 b_v8_mac64_asan = {
769 'name': 'V8 Mac64 ASAN', 769 'name': 'V8 Mac64 ASAN',
770 'slavebuilddir': 'mac64-asan', 770 'slavebuilddir': 'mac64-asan',
771 'factory': m_annotator.BaseFactory('v8'), 771 'factory': m_annotator.BaseFactory('v8'),
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 b_v8_linux_ppc64_sim, 1002 b_v8_linux_ppc64_sim,
1003 b_v8_gcstress, 1003 b_v8_gcstress,
1004 b_v8_linux64_custom_snapshot_gcstress, 1004 b_v8_linux64_custom_snapshot_gcstress,
1005 b_v8_mac_gcstress, 1005 b_v8_mac_gcstress,
1006 b_v8_arm_gcstress, 1006 b_v8_arm_gcstress,
1007 b_v8_linux_arm64_sim_gc, 1007 b_v8_linux_arm64_sim_gc,
1008 b_v8_linux64_asan, 1008 b_v8_linux64_asan,
1009 b_v8_linux64_tsan, 1009 b_v8_linux64_tsan,
1010 b_v8_linux64_cfi, 1010 b_v8_linux64_cfi,
1011 b_v8_linux_arm64_sim_msan, 1011 b_v8_linux_arm64_sim_msan,
1012 b_v8_linux_memcheck, 1012 b_v8_linux64_memcheck,
1013 b_v8_linux64_asan_no_inline_builder, 1013 b_v8_linux64_asan_no_inline_builder,
1014 b_v8_linux64_asan_debug_builder, 1014 b_v8_linux64_asan_debug_builder,
1015 b_v8_linux64_asan_arm64_debug_builder, 1015 b_v8_linux64_asan_arm64_debug_builder,
1016 b_v8_linux_asan_arm_debug_builder, 1016 b_v8_linux_asan_arm_debug_builder,
1017 b_v8_linux_asan_mipsel_debug_builder, 1017 b_v8_linux_asan_mipsel_debug_builder,
1018 b_v8_mac64_asan, 1018 b_v8_mac64_asan,
1019 b_v8_fuzz, 1019 b_v8_fuzz,
1020 b_v8_linux_deopt_fuzzer, 1020 b_v8_linux_deopt_fuzzer,
1021 b_v8_linux_gcc_4_8, 1021 b_v8_linux_gcc_4_8,
1022 b_v8_linux_vtunejit, 1022 b_v8_linux_vtunejit,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 # too low. Must keep at least a few days worth of builds. 1066 # too low. Must keep at least a few days worth of builds.
1067 c['buildHorizon'] = 1000 1067 c['buildHorizon'] = 1000
1068 c['logHorizon'] = 500 1068 c['logHorizon'] = 500
1069 # Must be at least 2x the number of slaves. 1069 # Must be at least 2x the number of slaves.
1070 c['eventHorizon'] = 200 1070 c['eventHorizon'] = 200
1071 1071
1072 ####### PROJECT IDENTITY 1072 ####### PROJECT IDENTITY
1073 1073
1074 c['projectName'] = ActiveMaster.project_name 1074 c['projectName'] = ActiveMaster.project_name
1075 c['projectURL'] = config.Master.project_url 1075 c['projectURL'] = config.Master.project_url
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698