OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 from buildbot.scheduler import Triggerable | 5 from buildbot.scheduler import Triggerable |
6 from buildbot.scheduler import Scheduler | 6 from buildbot.scheduler import Scheduler |
7 | 7 |
8 from common import chromium_utils | 8 from common import chromium_utils |
9 | 9 |
10 # These modules come from scripts/master, which must be in the PYTHONPATH. | 10 # These modules come from scripts/master, which must be in the PYTHONPATH. |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'drmemory_light_mojo_system', | 531 'drmemory_light_mojo_system', |
532 'drmemory_light_mojo_public_system', | 532 'drmemory_light_mojo_public_system', |
533 'drmemory_light_mojo_public_utility', | 533 'drmemory_light_mojo_public_utility', |
534 'drmemory_light_mojo_public_bindings', | 534 'drmemory_light_mojo_public_bindings', |
535 'drmemory_light_mojo_public_env', | 535 'drmemory_light_mojo_public_env', |
536 'drmemory_light_mojo_public_sysperf', | 536 'drmemory_light_mojo_public_sysperf', |
537 'drmemory_light_mojo_common', | 537 'drmemory_light_mojo_common', |
538 'drmemory_light_accessibility', | 538 'drmemory_light_accessibility', |
539 'drmemory_light_angle', | 539 'drmemory_light_angle', |
540 'drmemory_light_app_list', | 540 'drmemory_light_app_list', |
541 'drmemory_light_ash', | |
542 'drmemory_light_aura', | 541 'drmemory_light_aura', |
543 'drmemory_light_blink_heap', | 542 'drmemory_light_blink_heap', |
544 'drmemory_light_blink_platform', | 543 'drmemory_light_blink_platform', |
545 'drmemory_light_cast', | 544 'drmemory_light_cast', |
546 'drmemory_light_cc', | 545 'drmemory_light_cc', |
547 'drmemory_light_chrome_app', | 546 'drmemory_light_chrome_app', |
548 'drmemory_light_chrome_elf', | 547 'drmemory_light_chrome_elf', |
549 'drmemory_light_chromedriver', | 548 'drmemory_light_chromedriver', |
550 'drmemory_light_compositor', | 549 'drmemory_light_compositor', |
551 'drmemory_light_courgette', | 550 'drmemory_light_courgette', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 # Windows Unit (DrMemory full) (5) | 659 # Windows Unit (DrMemory full) (5) |
661 f_chromium_rel_win_drmemory_full_5 = F_WIN_NINJA( | 660 f_chromium_rel_win_drmemory_full_5 = F_WIN_NINJA( |
662 slave_type='Tester', | 661 slave_type='Tester', |
663 target='Release', | 662 target='Release', |
664 build_url=chromium_win_drmemory_archive, | 663 build_url=chromium_win_drmemory_archive, |
665 # See IMPORTANT NOTE above before adding new tests. | 664 # See IMPORTANT NOTE above before adding new tests. |
666 tests=[ | 665 tests=[ |
667 'drmemory_full_accessibility', | 666 'drmemory_full_accessibility', |
668 'drmemory_full_angle', | 667 'drmemory_full_angle', |
669 'drmemory_full_app_list', | 668 'drmemory_full_app_list', |
670 'drmemory_full_ash', | |
671 'drmemory_full_aura', | 669 'drmemory_full_aura', |
672 'drmemory_full_blink_heap', | 670 'drmemory_full_blink_heap', |
673 'drmemory_full_blink_platform', | 671 'drmemory_full_blink_platform', |
674 'drmemory_full_cast', | 672 'drmemory_full_cast', |
675 'drmemory_full_cc', | 673 'drmemory_full_cc', |
676 'drmemory_full_chrome_app', | 674 'drmemory_full_chrome_app', |
677 'drmemory_full_chrome_elf', | 675 'drmemory_full_chrome_elf', |
678 'drmemory_full_chromedriver', | 676 'drmemory_full_chromedriver', |
679 'drmemory_full_compositor', | 677 'drmemory_full_compositor', |
680 'drmemory_full_courgette', | 678 'drmemory_full_courgette', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'drmemory_light_mojo_system', | 737 'drmemory_light_mojo_system', |
740 'drmemory_light_mojo_public_system', | 738 'drmemory_light_mojo_public_system', |
741 'drmemory_light_mojo_public_utility', | 739 'drmemory_light_mojo_public_utility', |
742 'drmemory_light_mojo_public_bindings', | 740 'drmemory_light_mojo_public_bindings', |
743 'drmemory_light_mojo_public_env', | 741 'drmemory_light_mojo_public_env', |
744 'drmemory_light_mojo_public_sysperf', | 742 'drmemory_light_mojo_public_sysperf', |
745 'drmemory_light_mojo_common', | 743 'drmemory_light_mojo_common', |
746 'drmemory_light_accessibility', | 744 'drmemory_light_accessibility', |
747 'drmemory_light_angle', | 745 'drmemory_light_angle', |
748 'drmemory_light_app_list', | 746 'drmemory_light_app_list', |
749 'drmemory_light_ash', | |
750 'drmemory_light_aura', | 747 'drmemory_light_aura', |
751 'drmemory_light_blink_heap', | 748 'drmemory_light_blink_heap', |
752 'drmemory_light_blink_platform', | 749 'drmemory_light_blink_platform', |
753 'drmemory_light_cast', | 750 'drmemory_light_cast', |
754 'drmemory_light_cc', | 751 'drmemory_light_cc', |
755 'drmemory_light_chrome_app', | 752 'drmemory_light_chrome_app', |
756 'drmemory_light_chrome_elf', | 753 'drmemory_light_chrome_elf', |
757 'drmemory_light_chromedriver', | 754 'drmemory_light_chromedriver', |
758 'drmemory_light_compositor', | 755 'drmemory_light_compositor', |
759 'drmemory_light_courgette', | 756 'drmemory_light_courgette', |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 # Adds common status and tools to this master. | 1212 # Adds common status and tools to this master. |
1216 master_utils.AutoSetupMaster(c, ActiveMaster, | 1213 master_utils.AutoSetupMaster(c, ActiveMaster, |
1217 public_html='../master.chromium/public_html', | 1214 public_html='../master.chromium/public_html', |
1218 templates=['../master.chromium/templates'], | 1215 templates=['../master.chromium/templates'], |
1219 tagComparator=master_poller.comparator, | 1216 tagComparator=master_poller.comparator, |
1220 enable_http_status_push=ActiveMaster.is_production_host) | 1217 enable_http_status_push=ActiveMaster.is_production_host) |
1221 | 1218 |
1222 if ActiveMaster.is_production_host: | 1219 if ActiveMaster.is_production_host: |
1223 import notifier_cfg | 1220 import notifier_cfg |
1224 notifier_cfg.Update(config, ActiveMaster, c) | 1221 notifier_cfg.Update(config, ActiveMaster, c) |
OLD | NEW |