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

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

Issue 66343003: events: Run events_unittests on the bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # READ THIS: 7 # READ THIS:
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure
9 9
10 import socket 10 import socket
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'cacheinvalidation_unittests', 122 'cacheinvalidation_unittests',
123 'cast_unittests', 123 'cast_unittests',
124 'cc_unittests', 124 'cc_unittests',
125 'chromedriver_tests', 125 'chromedriver_tests',
126 'chromedriver2_unittests', 126 'chromedriver2_unittests',
127 'components_unittests', 127 'components_unittests',
128 'content_browsertests', 128 'content_browsertests',
129 'content_unittests', 129 'content_unittests',
130 'crypto_unittests', 130 'crypto_unittests',
131 'device_unittests', 131 'device_unittests',
132 'events_unittests',
132 'google_apis_unittests', 133 'google_apis_unittests',
133 'gpu_unittests', 134 'gpu_unittests',
134 'jingle_unittests', 135 'jingle_unittests',
135 'media_unittests', 136 'media_unittests',
136 'net_unittests', 137 'net_unittests',
137 'ppapi_unittests', 138 'ppapi_unittests',
138 'printing_unittests', 139 'printing_unittests',
139 'remoting_unittests', 140 'remoting_unittests',
140 'sync_integration_tests', 141 'sync_integration_tests',
141 'sync_unit_tests', 142 'sync_unit_tests',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'aura_br', 410 'aura_br',
410 'base_unittests_br', 411 'base_unittests_br',
411 'browser_tests_br', 412 'browser_tests_br',
412 'buildrunner_tests', 413 'buildrunner_tests',
413 'cacheinvalidation_br', 414 'cacheinvalidation_br',
414 'compositor_br', 415 'compositor_br',
415 'content_browsertests_br', 416 'content_browsertests_br',
416 'content_unittests_br', 417 'content_unittests_br',
417 'crypto_br', 418 'crypto_br',
418 'device_unittests_br', 419 'device_unittests_br',
420 'events_br',
ghost stip (do not use) 2013/11/11 22:45:55 note that the buildrunner tests will go live once
419 'googleurl_br', 421 'googleurl_br',
420 'gpu_br', 422 'gpu_br',
421 'interactive_ui_tests_br', 423 'interactive_ui_tests_br',
422 'ipc_tests_br', 424 'ipc_tests_br',
423 'jingle_br', 425 'jingle_br',
424 'keyboard_unittests', 426 'keyboard_unittests',
425 'media_br', 427 'media_br',
426 'net_br', 428 'net_br',
427 'ppapi_unittests_br', 429 'ppapi_unittests_br',
428 'printing_br', 430 'printing_br',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 ('check_deps_br', None), 808 ('check_deps_br', None),
807 ('check_deps2git_br', None), 809 ('check_deps2git_br', None),
808 ('chromeos_unittests_br', 'chromeos_unittests'), 810 ('chromeos_unittests_br', 'chromeos_unittests'),
809 ('components_unittests_br', 'components_unittests'), 811 ('components_unittests_br', 'components_unittests'),
810 ('compositor_br', 'compositor_unittests'), 812 ('compositor_br', 'compositor_unittests'),
811 ('content_browsertests_br', 'content_browsertests'), 813 ('content_browsertests_br', 'content_browsertests'),
812 ('content_unittests_br', 'content_unittests'), 814 ('content_unittests_br', 'content_unittests'),
813 ('crypto_br', 'crypto_unittests'), 815 ('crypto_br', 'crypto_unittests'),
814 ('dbus_br', 'dbus_unittests'), 816 ('dbus_br', 'dbus_unittests'),
815 ('device_unittests_br', 'device_unittests'), 817 ('device_unittests_br', 'device_unittests'),
818 ('events_br', 'aura_builder'),
816 ('google_apis_unittests_br', 'google_apis_unittests'), 819 ('google_apis_unittests_br', 'google_apis_unittests'),
817 ('gpu_br', 'gpu_unittests'), 820 ('gpu_br', 'gpu_unittests'),
818 #('googleurl', 'url_unittests'), # issue 49580 821 #('googleurl', 'url_unittests'), # issue 49580
819 (None, 'url_unittests'), 822 (None, 'url_unittests'),
820 ('interactive_ui_tests_br', 'interactive_ui_tests'), 823 ('interactive_ui_tests_br', 'interactive_ui_tests'),
821 ('ipc_tests_br', 'ipc_tests'), 824 ('ipc_tests_br', 'ipc_tests'),
822 ('jingle_br', 'jingle_unittests'), 825 ('jingle_br', 'jingle_unittests'),
823 ('keyboard_unittests', 'aura_builder'), 826 ('keyboard_unittests', 'aura_builder'),
824 ('media_br', 'media_unittests'), 827 ('media_br', 'media_unittests'),
825 ('message_center_unittests_br', 'message_center_unittests'), 828 ('message_center_unittests_br', 'message_center_unittests'),
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'aura_br', 1689 'aura_br',
1687 'browser_tests_br', 1690 'browser_tests_br',
1688 'buildrunner_tests', 1691 'buildrunner_tests',
1689 'chrome_frame_net_tests_br', 1692 'chrome_frame_net_tests_br',
1690 'chrome_frame_tests_br', 1693 'chrome_frame_tests_br',
1691 'chrome_frame_unittests_br', 1694 'chrome_frame_unittests_br',
1692 'compositor_br', 1695 'compositor_br',
1693 'content_browsertests_br', 1696 'content_browsertests_br',
1694 'content_unittests_br', 1697 'content_unittests_br',
1695 'device_unittests_br', 1698 'device_unittests_br',
1699 'events_br',
1696 'interactive_ui_tests_br', 1700 'interactive_ui_tests_br',
1697 'keyboard_unittests', 1701 'keyboard_unittests',
1698 'unit_unit_br', 1702 'unit_unit_br',
1699 'views_br', 1703 'views_br',
1700 ], 1704 ],
1701 goma=True, 1705 goma=True,
1702 factory_properties={ 1706 factory_properties={
1703 'gclient_env': { 1707 'gclient_env': {
1704 'GYP_DEFINES': 'use_aura=1', 1708 'GYP_DEFINES': 'use_aura=1',
1705 }, 1709 },
1706 }) 1710 })
1707 1711
1708 # this matches the bot on the main waterfall soon 1712 # this matches the bot on the main waterfall soon
1709 b_win8_aura = CreateBuilder( 1713 b_win8_aura = CreateBuilder(
1710 platform='win32', 1714 platform='win32',
1711 target='Release', 1715 target='Release',
1712 builder_name='win8_aura', 1716 builder_name='win8_aura',
1713 options=['aura_builder'], 1717 options=['aura_builder'],
1714 tests=[ 1718 tests=[
1715 'ash_unittests_br', 1719 'ash_unittests_br',
1716 'aura_br', 1720 'aura_br',
1717 'buildrunner_tests', 1721 'buildrunner_tests',
1718 'compositor_br', 1722 'compositor_br',
1723 'events_br',
1719 'views_br', 1724 'views_br',
1720 ], 1725 ],
1721 goma=True, 1726 goma=True,
1722 factory_properties={ 1727 factory_properties={
1723 'gclient_env': { 1728 'gclient_env': {
1724 'GYP_DEFINES': 'use_aura=1', 1729 'GYP_DEFINES': 'use_aura=1',
1725 }, 1730 },
1726 }) 1731 })
1727 1732
1728 b_linux_asan = { 1733 b_linux_asan = {
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 2405 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
2401 2406
2402 # Buildbot master url: 2407 # Buildbot master url:
2403 if ActiveMaster.is_production_host: 2408 if ActiveMaster.is_production_host:
2404 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/' 2409 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/'
2405 else: 2410 else:
2406 c['buildbotURL'] = 'http://%s:%d/' % ( 2411 c['buildbotURL'] = 'http://%s:%d/' % (
2407 socket.getfqdn(), ActiveMaster.master_port) 2412 socket.getfqdn(), ActiveMaster.master_port)
2408 2413
2409 # vi: set ts=4 sts=2 sw=2 et: 2414 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698