| OLD | NEW |
| 1 # vim: ft=python: | 1 # vim: ft=python: |
| 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 from buildbot.changes import svnpoller | 6 from buildbot.changes import svnpoller |
| 7 from buildbot.scheduler import Dependent | 7 from buildbot.scheduler import Dependent |
| 8 from buildbot.scheduler import Nightly | 8 from buildbot.scheduler import Nightly |
| 9 from buildbot.scheduler import Periodic | 9 from buildbot.scheduler import Periodic |
| 10 from buildbot.scheduler import Scheduler | 10 from buildbot.scheduler import Scheduler |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'Windows Browser (DrMemory) (2)', | 119 'Windows Browser (DrMemory) (2)', |
| 120 'Windows Browser (DrMemory) (3)', | 120 'Windows Browser (DrMemory) (3)', |
| 121 'Windows Browser (DrMemory) (4)', | 121 'Windows Browser (DrMemory) (4)', |
| 122 'Windows Browser (DrMemory) (5)', | 122 'Windows Browser (DrMemory) (5)', |
| 123 'Windows Browser (DrMemory) (6)', | 123 'Windows Browser (DrMemory) (6)', |
| 124 'Windows Browser Builder (DrMemory)', | 124 'Windows Browser Builder (DrMemory)', |
| 125 'Windows Tests (TSan Win 7)', | 125 'Windows Tests (TSan Win 7)', |
| 126 'Chromium Vista Memory', | 126 'Chromium Vista Memory', |
| 127 'Chromium Linux Memory', | 127 'Chromium Linux Memory', |
| 128 'Chromium Mac Memory', | 128 'Chromium Mac Memory', |
| 129 'Chromium Linux Redux', | 129 'Chromium Linux OpenSSL', |
| 130 'Linux ARM Cross-Compile', | 130 'Linux ARM Cross-Compile', |
| 131 'Android Builder (dbg)', | 131 'Android Builder (dbg)', |
| 132 'Android User Builder Tests', | 132 'Android User Builder Tests', |
| 133 'Android Asan Builder Tests (dbg)', | 133 'Android Asan Builder Tests (dbg)', |
| 134 'Android Builder Tests (JB Nexus7)(shared)', | 134 'Android Builder Tests (JB Nexus7)(shared)', |
| 135 'Android AOSP Builder (dbg)', | 135 'Android AOSP Builder (dbg)', |
| 136 'Chromium iOS Simulator (dbg)', | 136 'Chromium iOS Simulator (dbg)', |
| 137 'Chromium iOS Device', | 137 'Chromium iOS Device', |
| 138 'More NaCl Tests (mac)', | 138 'More NaCl Tests (mac)', |
| 139 'More NaCl Tests (linux)', | 139 'More NaCl Tests (linux)', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'start_crash_handler': True,}) | 628 'start_crash_handler': True,}) |
| 629 | 629 |
| 630 f_cr_dbg_frame = win_build().ChromiumFactory( | 630 f_cr_dbg_frame = win_build().ChromiumFactory( |
| 631 target='Debug', | 631 target='Debug', |
| 632 slave_type='Tester', | 632 slave_type='Tester', |
| 633 build_url=chromium_dbg_archive, | 633 build_url=chromium_dbg_archive, |
| 634 tests=['chrome_frame'], | 634 tests=['chrome_frame'], |
| 635 factory_properties={'process_dumps': True, | 635 factory_properties={'process_dumps': True, |
| 636 'start_crash_handler': True,}) | 636 'start_crash_handler': True,}) |
| 637 | 637 |
| 638 f_chromium_linux_redux = linux().ChromiumFactory( | 638 f_chromium_linux_openssl = linux().ChromiumFactory( |
| 639 tests=[ | 639 tests=[ |
| 640 'base_unittests', | 640 'base_unittests', |
| 641 'cacheinvalidation_unittests', | 641 'cacheinvalidation_unittests', |
| 642 'crypto_unittests', | 642 'crypto_unittests', |
| 643 'device_unittests', | 643 'device_unittests', |
| 644 'jingle', | 644 'jingle', |
| 645 'net', | 645 'net', |
| 646 'unit', | 646 'unit', |
| 647 'check_deps2git', | 647 'check_deps2git', |
| 648 ], | 648 ], |
| 649 options=['base_unittests', | 649 options=['base_unittests', |
| 650 'cacheinvalidation_unittests', | 650 'cacheinvalidation_unittests', |
| 651 'content_unittests', | 651 'content_unittests', |
| 652 'crypto_unittests', | 652 'crypto_unittests', |
| 653 'device_unittests', | 653 'device_unittests', |
| 654 'ipc_tests', | 654 'ipc_tests', |
| 655 'jingle_unittests', | 655 'jingle_unittests', |
| 656 'media_unittests', | 656 'media_unittests', |
| 657 'net_unittests', | 657 'net_unittests', |
| 658 'ppapi_unittests', | 658 'ppapi_unittests', |
| 659 'printing_unittests', | 659 'printing_unittests', |
| 660 'remoting_unittests', | 660 'remoting_unittests', |
| 661 'sql_unittests', | 661 'sql_unittests', |
| 662 'sync_unit_tests', | 662 'sync_unit_tests', |
| 663 'ui_unittests', | 663 'ui_unittests', |
| 664 'unit_tests', | 664 'unit_tests', |
| 665 'url_unittests', | 665 'url_unittests', |
| 666 ], | 666 ], |
| 667 factory_properties={ | 667 factory_properties={'gclient_env': {'GYP_DEFINES': ('use_openssl=1')}}) |
| 668 'gclient_env': { | |
| 669 'GYP_DEFINES': ('linux_fpic=1 ' | |
| 670 'enable_touch_events=1 ' | |
| 671 'disable_nacl=1 ' | |
| 672 'linux_use_tcmalloc=0 ' | |
| 673 'linux_breakpad=0 ' | |
| 674 'remoting=0 ' | |
| 675 'configuration_policy=0 ' | |
| 676 'safe_browsing=0 ' | |
| 677 'use_openssl=1')}}) | |
| 678 | 668 |
| 679 f_chromium_dbg_win_drmemory = win_build().ChromiumFactory( | 669 f_chromium_dbg_win_drmemory = win_build().ChromiumFactory( |
| 680 slave_type='Tester', | 670 slave_type='Tester', |
| 681 target='Debug', | 671 target='Debug', |
| 682 build_url=chromium_dbg_win_drmemory_archive_ext, | 672 build_url=chromium_dbg_win_drmemory_archive_ext, |
| 683 tests=[ | 673 tests=[ |
| 684 'drmemory_light_googleurl', | 674 'drmemory_light_googleurl', |
| 685 'drmemory_light_printing', | 675 'drmemory_light_printing', |
| 686 'drmemory_light_media', | 676 'drmemory_light_media', |
| 687 'drmemory_light_sql', | 677 'drmemory_light_sql', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1595 'auto_reboot': False, | 1585 'auto_reboot': False, |
| 1596 } | 1586 } |
| 1597 | 1587 |
| 1598 b_chromium_rel_win8_tests_2 = { | 1588 b_chromium_rel_win8_tests_2 = { |
| 1599 'name': 'Win8 Tests (2)', | 1589 'name': 'Win8 Tests (2)', |
| 1600 'factory': f_chromium_rel_tests_2, | 1590 'factory': f_chromium_rel_tests_2, |
| 1601 'category': 'windows', | 1591 'category': 'windows', |
| 1602 'auto_reboot': False, | 1592 'auto_reboot': False, |
| 1603 } | 1593 } |
| 1604 | 1594 |
| 1605 b_chromium_linux_redux = { | 1595 b_chromium_linux_openssl = { |
| 1606 'name': 'Chromium Linux Redux', | 1596 'name': 'Chromium Linux OpenSSL', |
| 1607 'factory': f_chromium_linux_redux, | 1597 'factory': f_chromium_linux_openssl, |
| 1608 'category': 'linux', | 1598 'category': 'linux', |
| 1609 'auto_reboot': False, | 1599 'auto_reboot': False, |
| 1610 } | 1600 } |
| 1611 | 1601 |
| 1612 b_chromium_dbg_ie8_frame = { | 1602 b_chromium_dbg_ie8_frame = { |
| 1613 'name': 'Chrome Frame Tests (ie8)(dbg)', | 1603 'name': 'Chrome Frame Tests (ie8)(dbg)', |
| 1614 'factory': f_cr_dbg_frame, | 1604 'factory': f_cr_dbg_frame, |
| 1615 'category': 'windows', | 1605 'category': 'windows', |
| 1616 } | 1606 } |
| 1617 | 1607 |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 # Instant Extended Testers | 2132 # Instant Extended Testers |
| 2143 b_chromium_win_instantextended, | 2133 b_chromium_win_instantextended, |
| 2144 | 2134 |
| 2145 # Buildrunner Testers | 2135 # Buildrunner Testers |
| 2146 b_chromium_lin_buildrunner, | 2136 b_chromium_lin_buildrunner, |
| 2147 b_chromium_win_buildrunner, | 2137 b_chromium_win_buildrunner, |
| 2148 b_chromium_mac_buildrunner, | 2138 b_chromium_mac_buildrunner, |
| 2149 b_chromium_mac_10_8_buildrunner, | 2139 b_chromium_mac_10_8_buildrunner, |
| 2150 | 2140 |
| 2151 # Linux BuilderTesters | 2141 # Linux BuilderTesters |
| 2152 b_chromium_linux_redux, | 2142 b_chromium_linux_openssl, |
| 2153 b_chromium_rel_linux_valgrind_reliability, | 2143 b_chromium_rel_linux_valgrind_reliability, |
| 2154 b_chromium_linux_goma_canary, | 2144 b_chromium_linux_goma_canary, |
| 2155 b_chromium_linux_goma_linktest, | 2145 b_chromium_linux_goma_linktest, |
| 2156 b_chromium_linux_precise_goma_linktest, | 2146 b_chromium_linux_precise_goma_linktest, |
| 2157 b_chromium_linux32_goma_canary, | 2147 b_chromium_linux32_goma_canary, |
| 2158 b_chromiumos_linux_tests, | 2148 b_chromiumos_linux_tests, |
| 2159 | 2149 |
| 2160 # Linux ARM Cross Compile | 2150 # Linux ARM Cross Compile |
| 2161 b_linux_arm_cross_compile, | 2151 b_linux_arm_cross_compile, |
| 2162 b_linux_arm_tests_panda, | 2152 b_linux_arm_tests_panda, |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2325 subject='goma canary buildbot %(result)s in %(projectName)s ' | 2315 subject='goma canary buildbot %(result)s in %(projectName)s ' |
| 2326 'on %(builder)s', | 2316 'on %(builder)s', |
| 2327 extraRecipients=['goma+alert@google.com'], | 2317 extraRecipients=['goma+alert@google.com'], |
| 2328 sendToInterestedUsers=False)) | 2318 sendToInterestedUsers=False)) |
| 2329 | 2319 |
| 2330 | 2320 |
| 2331 ####### PROJECT IDENTITY | 2321 ####### PROJECT IDENTITY |
| 2332 | 2322 |
| 2333 # Buildbot master url: | 2323 # Buildbot master url: |
| 2334 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.fyi/' | 2324 c['buildbotURL'] = 'http://build.chromium.org/p/chromium.fyi/' |
| OLD | NEW |