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

Side by Side Diff: masters/master.chromium.fyi/master.cfg

Issue 224653002: Revert "Remove performance_ui_tests from bot configs." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 8 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.chromium.fyi/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 # 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'Chromium Win x64 Clobber', 111 'Chromium Win x64 Clobber',
112 'Chromium Win Clang', 112 'Chromium Win Clang',
113 'Chromium Win7 Ninja Goma', 113 'Chromium Win7 Ninja Goma',
114 'Chromium Win7 Ninja Goma (shared)', 114 'Chromium Win7 Ninja Goma (shared)',
115 'Linux Tests (tsan RV)', 115 'Linux Tests (tsan RV)',
116 'Chromium Linux TSan v2', 116 'Chromium Linux TSan v2',
117 'Chromium Linux LSan (and ASan)', 117 'Chromium Linux LSan (and ASan)',
118 'Chromium Linux MSan', 118 'Chromium Linux MSan',
119 'Windows Builder (DrMemory)', 119 'Windows Builder (DrMemory)',
120 'Windows Tests (TSan Win 7)', 120 'Windows Tests (TSan Win 7)',
121 'Chromium Vista Memory',
122 'Chromium Linux Memory',
123 'Chromium Mac Memory',
121 'Chromium Linux Redux', 124 'Chromium Linux Redux',
122 'Linux ARM Cross-Compile', 125 'Linux ARM Cross-Compile',
123 'Android Builder (dbg)', 126 'Android Builder (dbg)',
124 'Android x86 Builder (dbg)', 127 'Android x86 Builder (dbg)',
125 'Android User Builder Tests', 128 'Android User Builder Tests',
126 'Android Asan Builder Tests (dbg)', 129 'Android Asan Builder Tests (dbg)',
127 'Android Builder Tests (JB Nexus7)(shared)', 130 'Android Builder Tests (JB Nexus7)(shared)',
128 'Android AOSP Builder (dbg)', 131 'Android AOSP Builder (dbg)',
129 'Chromium iOS Simulator (dbg)', 132 'Chromium iOS Simulator (dbg)',
130 'Chromium iOS Device', 133 'Chromium iOS Device',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'remoting_unittests', 871 'remoting_unittests',
869 'sandbox_linux_unittests', 872 'sandbox_linux_unittests',
870 'sql_unittests', 873 'sql_unittests',
871 'sync_unit_tests', 874 'sync_unit_tests',
872 'ui_unittests', 875 'ui_unittests',
873 'unit_tests', 876 'unit_tests',
874 'url_unittests', 877 'url_unittests',
875 ], 878 ],
876 ) 879 )
877 880
881 f_chromium_rel_vista_memory = win().ChromiumFactory(
882 tests=['memory'],
883 project='chrome.sln;performance_ui_tests',
884 factory_properties={'show_perf_results': True,
885 'perf_id': 'chromium-rel-vista-memory'})
886
887 f_chromium_rel_linux_memory = linux().ChromiumFactory(
888 tests=['memory'],
889 options=['--', 'performance_ui_tests'],
890 factory_properties={'show_perf_results': True,
891 'perf_id': 'chromium-rel-linux-memory',
892 'gclient_env': {'GYP_GENERATORS': 'make'}})
893
894 f_chromium_rel_mac_memory = mac().ChromiumFactory(
895 tests=['memory'],
896 options=['--', '-project', '../chrome/chrome.xcodeproj',
897 '-target', 'performance_ui_tests'],
898 factory_properties={'show_perf_results': True,
899 'perf_id': 'chromium-rel-mac-memory'})
900
878 f_chromium_rel_linux_tsan_rv = linux().ChromiumFactory( 901 f_chromium_rel_linux_tsan_rv = linux().ChromiumFactory(
879 target='Release', 902 target='Release',
880 tests=['tsan_rv_device_unittests', 903 tests=['tsan_rv_device_unittests',
881 'tsan_rv_printing', 904 'tsan_rv_printing',
882 'tsan_rv_media', 905 'tsan_rv_media',
883 'tsan_rv_sql', 906 'tsan_rv_sql',
884 'tsan_rv_ipc_tests', 907 'tsan_rv_ipc_tests',
885 'tsan_rv_remoting', 908 'tsan_rv_remoting',
886 'tsan_rv_base_unittests', 909 'tsan_rv_base_unittests',
887 'tsan_rv_crypto', 910 'tsan_rv_crypto',
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 } 1792 }
1770 1793
1771 b_chromium_dbg_win_tsan = { 1794 b_chromium_dbg_win_tsan = {
1772 'name': 'Windows Tests (TSan Win 7)', 1795 'name': 'Windows Tests (TSan Win 7)',
1773 'builddir': 'chromium-dbg-win-tsan', 1796 'builddir': 'chromium-dbg-win-tsan',
1774 'factory': f_chromium_dbg_win_tsan, 1797 'factory': f_chromium_dbg_win_tsan,
1775 'category': 'tsan', 1798 'category': 'tsan',
1776 'auto_reboot': False, 1799 'auto_reboot': False,
1777 } 1800 }
1778 1801
1802 b_chromium_rel_vista_memory = {
1803 'name': 'Chromium Vista Memory',
1804 'builddir': 'chromium-rel-vista-memory',
1805 'factory': f_chromium_rel_vista_memory,
1806 'category': 'memory tests',
1807 'auto_reboot': False,
1808 }
1809
1810 b_chromium_rel_linux_memory = {
1811 'name': 'Chromium Linux Memory',
1812 'builddir': 'chromium-rel-linux-memory',
1813 'factory': f_chromium_rel_linux_memory,
1814 'category': 'memory tests',
1815 'auto_reboot': False,
1816 }
1817
1818 b_chromium_rel_mac_memory = {
1819 'name': 'Chromium Mac Memory',
1820 'builddir': 'chromium-rel-mac-memory',
1821 'factory': f_chromium_rel_mac_memory,
1822 'category': 'memory tests',
1823 'auto_reboot': False,
1824 }
1825
1779 b_chromium_win_ninja_goma = { 1826 b_chromium_win_ninja_goma = {
1780 'name': 'Chromium Win Ninja Goma', 1827 'name': 'Chromium Win Ninja Goma',
1781 'factory': f_chromium_win_ninja_goma, 1828 'factory': f_chromium_win_ninja_goma,
1782 'category': 'ninja', 1829 'category': 'ninja',
1783 'auto_reboot': False, 1830 'auto_reboot': False,
1784 } 1831 }
1785 1832
1786 b_chromium_win_ninja_goma_shared = { 1833 b_chromium_win_ninja_goma_shared = {
1787 'name': 'Chromium Win Ninja Goma (shared)', 1834 'name': 'Chromium Win Ninja Goma (shared)',
1788 'factory': f_chromium_win_ninja_goma_shared, 1835 'factory': f_chromium_win_ninja_goma_shared,
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 # DrMemory 2303 # DrMemory
2257 b_chromium_rel_win_drmemory_xp, 2304 b_chromium_rel_win_drmemory_xp,
2258 2305
2259 # NaCl 2306 # NaCl
2260 b_chromium_rel_win32_morenacl, 2307 b_chromium_rel_win32_morenacl,
2261 b_chromium_rel_win64_morenacl, 2308 b_chromium_rel_win64_morenacl,
2262 b_chromium_rel_mac_morenacl, 2309 b_chromium_rel_mac_morenacl,
2263 b_chromium_rel_linux_morenacl, 2310 b_chromium_rel_linux_morenacl,
2264 2311
2265 # Memory 2312 # Memory
2313 b_chromium_rel_vista_memory,
2314 b_chromium_rel_linux_memory,
2315 b_chromium_rel_mac_memory,
2266 b_chromium_rel_win_memory_measurement, 2316 b_chromium_rel_win_memory_measurement,
2267 2317
2268 # Codesearch 2318 # Codesearch
2269 b_chromium_codesearch_scheduler, 2319 b_chromium_codesearch_scheduler,
2270 b_chromium_linux_codesearch, 2320 b_chromium_linux_codesearch,
2271 b_chromiumos_codesearch, 2321 b_chromiumos_codesearch,
2272 2322
2273 # MiniInstaller 2323 # MiniInstaller
2274 b_chromium_win_mini_installer, 2324 b_chromium_win_mini_installer,
2275 2325
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 2440
2391 c['status'].append(MailNotifier( 2441 c['status'].append(MailNotifier(
2392 fromaddr='ukai@chromium.org', # Reply-To address 2442 fromaddr='ukai@chromium.org', # Reply-To address
2393 mode='failing', 2443 mode='failing',
2394 categories=['goma'], 2444 categories=['goma'],
2395 relayhost=config.Master.smtp, 2445 relayhost=config.Master.smtp,
2396 subject='goma canary buildbot %(result)s in %(projectName)s ' 2446 subject='goma canary buildbot %(result)s in %(projectName)s '
2397 'on %(builder)s', 2447 'on %(builder)s',
2398 extraRecipients=['goma+alert@google.com'], 2448 extraRecipients=['goma+alert@google.com'],
2399 sendToInterestedUsers=False)) 2449 sendToInterestedUsers=False))
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698