| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'V8 Win32 - builder', | 73 'V8 Win32 - builder', |
| 74 'V8 Win32 - debug builder', | 74 'V8 Win32 - debug builder', |
| 75 'V8 Win32 - nosnap - shared', | 75 'V8 Win32 - nosnap - shared', |
| 76 'V8 Win64', | 76 'V8 Win64', |
| 77 'V8 Win64 - debug', | 77 'V8 Win64 - debug', |
| 78 'V8 Win64 - clang', | 78 'V8 Win64 - clang', |
| 79 'V8 Mac', | 79 'V8 Mac', |
| 80 'V8 Mac - debug', | 80 'V8 Mac - debug', |
| 81 'V8 Mac64', | 81 'V8 Mac64', |
| 82 'V8 Mac64 - debug', | 82 'V8 Mac64 - debug', |
| 83 'V8 Mac64 - xcode', | |
| 84 'V8 Mac GC Stress', | 83 'V8 Mac GC Stress', |
| 85 'V8 Mac64 ASAN']) | 84 'V8 Mac64 ASAN']) |
| 86 | 85 |
| 87 # Scheduler for all revisions. | 86 # Scheduler for all revisions. |
| 88 s_v8_all = Scheduler(name='v8_src_all', | 87 s_v8_all = Scheduler(name='v8_src_all', |
| 89 branch='master', | 88 branch='master', |
| 90 treeStableTimer=0, | 89 treeStableTimer=0, |
| 91 builderNames=['V8 Linux - builder', | 90 builderNames=['V8 Linux - builder', |
| 92 'V8 Linux64 - builder']) | 91 'V8 Linux64 - builder']) |
| 93 | 92 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 } | 435 } |
| 437 | 436 |
| 438 b_v8_mac64_debug = { | 437 b_v8_mac64_debug = { |
| 439 'name': 'V8 Mac64 - debug', | 438 'name': 'V8 Mac64 - debug', |
| 440 'slavebuilddir': 'mac64', | 439 'slavebuilddir': 'mac64', |
| 441 'factory': m_annotator.BaseFactory('v8'), | 440 'factory': m_annotator.BaseFactory('v8'), |
| 442 'category': CATEGORY_MAC, | 441 'category': CATEGORY_MAC, |
| 443 'auto_reboot' : True, | 442 'auto_reboot' : True, |
| 444 } | 443 } |
| 445 | 444 |
| 446 b_v8_mac64_xcode = { | |
| 447 'name': 'V8 Mac64 - xcode', | |
| 448 'slavebuilddir': 'mac64_xcode', | |
| 449 'factory': m_annotator.BaseFactory('v8'), | |
| 450 'category': CATEGORY_MAC, | |
| 451 'auto_reboot' : True, | |
| 452 } | |
| 453 | |
| 454 b_v8_win64 = { | 445 b_v8_win64 = { |
| 455 'name': 'V8 Win64', | 446 'name': 'V8 Win64', |
| 456 'slavebuilddir': 'win64', | 447 'slavebuilddir': 'win64', |
| 457 'factory': m_annotator.BaseFactory('v8'), | 448 'factory': m_annotator.BaseFactory('v8'), |
| 458 'category': CATEGORY_WIN, | 449 'category': CATEGORY_WIN, |
| 459 'auto_reboot' : False, | 450 'auto_reboot' : False, |
| 460 } | 451 } |
| 461 | 452 |
| 462 b_v8_win64_debug = { | 453 b_v8_win64_debug = { |
| 463 'name': 'V8 Win64 - debug', | 454 'name': 'V8 Win64 - debug', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 b_v8_win32, | 623 b_v8_win32, |
| 633 b_v8_win32_nosnap_shared, | 624 b_v8_win32_nosnap_shared, |
| 634 b_v8_win32_debug, | 625 b_v8_win32_debug, |
| 635 b_v8_win64, | 626 b_v8_win64, |
| 636 b_v8_win64_debug, | 627 b_v8_win64_debug, |
| 637 b_v8_win64_clang, | 628 b_v8_win64_clang, |
| 638 b_v8_mac, | 629 b_v8_mac, |
| 639 b_v8_mac_debug, | 630 b_v8_mac_debug, |
| 640 b_v8_mac64, | 631 b_v8_mac64, |
| 641 b_v8_mac64_debug, | 632 b_v8_mac64_debug, |
| 642 b_v8_mac64_xcode, | |
| 643 b_v8_gcstress, | 633 b_v8_gcstress, |
| 644 b_v8_linux64_custom_snapshot_gcstress, | 634 b_v8_linux64_custom_snapshot_gcstress, |
| 645 b_v8_mac_gcstress, | 635 b_v8_mac_gcstress, |
| 646 b_v8_linux64_asan, | 636 b_v8_linux64_asan, |
| 647 b_v8_linux64_tsan, | 637 b_v8_linux64_tsan, |
| 648 b_v8_linux64_cfi, | 638 b_v8_linux64_cfi, |
| 649 b_v8_linux_arm64_sim_msan, | 639 b_v8_linux_arm64_sim_msan, |
| 650 b_v8_linux64_asan_no_inline_builder, | 640 b_v8_linux64_asan_no_inline_builder, |
| 651 b_v8_linux64_asan_debug_builder, | 641 b_v8_linux64_asan_debug_builder, |
| 652 b_v8_linux64_asan_arm64_debug_builder, | 642 b_v8_linux64_asan_arm64_debug_builder, |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 # too low. Must keep at least a few days worth of builds. | 691 # too low. Must keep at least a few days worth of builds. |
| 702 c['buildHorizon'] = 1000 | 692 c['buildHorizon'] = 1000 |
| 703 c['logHorizon'] = 500 | 693 c['logHorizon'] = 500 |
| 704 # Must be at least 2x the number of slaves. | 694 # Must be at least 2x the number of slaves. |
| 705 c['eventHorizon'] = 200 | 695 c['eventHorizon'] = 200 |
| 706 | 696 |
| 707 ####### PROJECT IDENTITY | 697 ####### PROJECT IDENTITY |
| 708 | 698 |
| 709 c['projectName'] = ActiveMaster.project_name | 699 c['projectName'] = ActiveMaster.project_name |
| 710 c['projectURL'] = config.Master.project_url | 700 c['projectURL'] = config.Master.project_url |
| OLD | NEW |