| OLD | NEW |
| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 # v8 Scheduler | 51 # v8 Scheduler |
| 52 s_v8 = Scheduler(name='v8_src', | 52 s_v8 = Scheduler(name='v8_src', |
| 53 branch='master', | 53 branch='master', |
| 54 treeStableTimer=0, | 54 treeStableTimer=0, |
| 55 builderNames=['V8 Linux - debug builder', | 55 builderNames=['V8 Linux - debug builder', |
| 56 'V8 Linux - swarming staging', | 56 'V8 Linux - swarming staging', |
| 57 'V8 Linux - nosnap builder', | 57 'V8 Linux - nosnap builder', |
| 58 'V8 Linux - nosnap debug builder', | 58 'V8 Linux - nosnap debug builder', |
| 59 'V8 Linux - shared', | 59 'V8 Linux - shared', |
| 60 'V8 Linux - vtunejit', | 60 'V8 Linux - vtunejit', |
| 61 'V8 Linux - x87 - nosnap - debug builder', | |
| 62 'V8 Linux - predictable', | 61 'V8 Linux - predictable', |
| 63 'V8 Linux64 - custom snapshot - debug builder', | 62 'V8 Linux64 - custom snapshot - debug builder', |
| 64 'V8 Linux64 - debug builder', | 63 'V8 Linux64 - debug builder', |
| 65 'V8 Linux64 - internal snapshot', | 64 'V8 Linux64 - internal snapshot', |
| 66 'V8 Linux64 - cfi', | 65 'V8 Linux64 - cfi', |
| 67 'V8 Linux64 - gcov coverage', | 66 'V8 Linux64 - gcov coverage', |
| 68 'V8 Linux gcc 4.8', | 67 'V8 Linux gcc 4.8', |
| 69 'V8 Linux64 ASAN', | 68 'V8 Linux64 ASAN', |
| 70 'V8 Linux64 TSAN', | 69 'V8 Linux64 TSAN', |
| 71 'V8 Linux - arm64 - sim - MSAN', | 70 'V8 Linux - arm64 - sim - MSAN', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'auto_reboot' : False, | 227 'auto_reboot' : False, |
| 229 } | 228 } |
| 230 | 229 |
| 231 b_v8_linux_vtunejit = { | 230 b_v8_linux_vtunejit = { |
| 232 'name': 'V8 Linux - vtunejit', | 231 'name': 'V8 Linux - vtunejit', |
| 233 'factory': m_annotator.BaseFactory('v8'), | 232 'factory': m_annotator.BaseFactory('v8'), |
| 234 'category': CATEGORY_FYI + '|vtunejit', | 233 'category': CATEGORY_FYI + '|vtunejit', |
| 235 'auto_reboot' : False, | 234 'auto_reboot' : False, |
| 236 } | 235 } |
| 237 | 236 |
| 238 b_v8_linux_x87_nosnap_debug_builder = { | |
| 239 'name': 'V8 Linux - x87 - nosnap - debug builder', | |
| 240 'factory': m_annotator.BaseFactory('v8'), | |
| 241 'category': CATEGORY_FYI + '|x87', | |
| 242 'auto_reboot' : False, | |
| 243 } | |
| 244 | |
| 245 b_v8_linux_x87_nosnap_debug = { | |
| 246 'name': 'V8 Linux - x87 - nosnap - debug', | |
| 247 'factory': m_annotator.BaseFactory('v8'), | |
| 248 'category': CATEGORY_FYI + '|x87', | |
| 249 'auto_reboot' : False, | |
| 250 } | |
| 251 | |
| 252 b_v8_linux64_gcov_coverage = { | 237 b_v8_linux64_gcov_coverage = { |
| 253 'name': 'V8 Linux64 - gcov coverage', | 238 'name': 'V8 Linux64 - gcov coverage', |
| 254 'slavebuilddir': 'linux64-gcov-coverage', | 239 'slavebuilddir': 'linux64-gcov-coverage', |
| 255 'factory': m_annotator.BaseFactory('v8'), | 240 'factory': m_annotator.BaseFactory('v8'), |
| 256 'category': CATEGORY_FYI, | 241 'category': CATEGORY_FYI, |
| 257 'auto_reboot' : False, | 242 'auto_reboot' : False, |
| 258 } | 243 } |
| 259 | 244 |
| 260 b_v8_linux_predictable = { | 245 b_v8_linux_predictable = { |
| 261 'name': 'V8 Linux - predictable', | 246 'name': 'V8 Linux - predictable', |
| (...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 b_v8_linux64_asan_no_inline_builder, | 982 b_v8_linux64_asan_no_inline_builder, |
| 998 b_v8_linux64_asan_debug_builder, | 983 b_v8_linux64_asan_debug_builder, |
| 999 b_v8_linux64_asan_arm64_debug_builder, | 984 b_v8_linux64_asan_arm64_debug_builder, |
| 1000 b_v8_linux_asan_arm_debug_builder, | 985 b_v8_linux_asan_arm_debug_builder, |
| 1001 b_v8_linux_asan_mipsel_debug_builder, | 986 b_v8_linux_asan_mipsel_debug_builder, |
| 1002 b_v8_mac64_asan, | 987 b_v8_mac64_asan, |
| 1003 b_v8_fuzz, | 988 b_v8_fuzz, |
| 1004 b_v8_linux_deopt_fuzzer, | 989 b_v8_linux_deopt_fuzzer, |
| 1005 b_v8_linux_gcc_4_8, | 990 b_v8_linux_gcc_4_8, |
| 1006 b_v8_linux_vtunejit, | 991 b_v8_linux_vtunejit, |
| 1007 b_v8_linux_x87_nosnap_debug_builder, | |
| 1008 b_v8_linux_x87_nosnap_debug, | |
| 1009 b_v8_linux64_gcov_coverage, | 992 b_v8_linux64_gcov_coverage, |
| 1010 b_v8_linux_predictable, | 993 b_v8_linux_predictable, |
| 1011 b_v8_linux_full_debug, | 994 b_v8_linux_full_debug, |
| 1012 b_v8_linux_interpreted_regexp, | 995 b_v8_linux_interpreted_regexp, |
| 1013 b_v8_linux_random_deopt_fuzzer_debug] | 996 b_v8_linux_random_deopt_fuzzer_debug] |
| 1014 | 997 |
| 1015 # Associate the slaves to the builders. The configuration is in slaves.cfg. | 998 # Associate the slaves to the builders. The configuration is in slaves.cfg. |
| 1016 slaves = slaves_list.SlavesList('slaves.cfg', 'V8') | 999 slaves = slaves_list.SlavesList('slaves.cfg', 'V8') |
| 1017 for builder in c['builders']: | 1000 for builder in c['builders']: |
| 1018 builder['slavenames'] = slaves.GetSlavesName(builder=builder['name']) | 1001 builder['slavenames'] = slaves.GetSlavesName(builder=builder['name']) |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 # too low. Must keep at least a few days worth of builds. | 1033 # too low. Must keep at least a few days worth of builds. |
| 1051 c['buildHorizon'] = 1000 | 1034 c['buildHorizon'] = 1000 |
| 1052 c['logHorizon'] = 500 | 1035 c['logHorizon'] = 500 |
| 1053 # Must be at least 2x the number of slaves. | 1036 # Must be at least 2x the number of slaves. |
| 1054 c['eventHorizon'] = 200 | 1037 c['eventHorizon'] = 200 |
| 1055 | 1038 |
| 1056 ####### PROJECT IDENTITY | 1039 ####### PROJECT IDENTITY |
| 1057 | 1040 |
| 1058 c['projectName'] = ActiveMaster.project_name | 1041 c['projectName'] = ActiveMaster.project_name |
| 1059 c['projectURL'] = config.Master.project_url | 1042 c['projectURL'] = config.Master.project_url |
| OLD | NEW |