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

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

Issue 66063002: Remove Win Aura bots from the buildbot and tryservers since they're now redundant as trunk Windows … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: the real unused 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
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/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 # -*- 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'check_deps_br', 694 'check_deps_br',
695 'chrome_frame_br', 695 'chrome_frame_br',
696 'chromedriver_tests_br', 696 'chromedriver_tests_br',
697 'chromedriver2_unittests_br', 697 'chromedriver2_unittests_br',
698 'components_unittests_br', 698 'components_unittests_br',
699 'compositor_br', 699 'compositor_br',
700 'content_browsertests_br', 700 'content_browsertests_br',
701 'courgette_br', 701 'courgette_br',
702 'crypto_br', 702 'crypto_br',
703 'device_unittests_br', 703 'device_unittests_br',
704 'events_br',
704 'googleurl_br', 705 'googleurl_br',
705 'gpu_br', 706 'gpu_br',
706 'installer_br', 707 'installer_br',
707 'interactive_ui_tests_br', 708 'interactive_ui_tests_br',
708 'jingle_br', 709 'jingle_br',
709 'keyboard_unittests', 710 'keyboard_unittests',
710 'media_br', 711 'media_br',
711 'nacl_integration_br', 712 'nacl_integration_br',
712 'net_br', 713 'net_br',
713 'ppapi_unittests_br', 714 'ppapi_unittests_br',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 # CreateBuilder() adds "fastbuild=1" for the other 2 clang bots. 1681 # CreateBuilder() adds "fastbuild=1" for the other 2 clang bots.
1681 'gclient_env': { 1682 'gclient_env': {
1682 'GYP_GENERATORS': 'ninja', 1683 'GYP_GENERATORS': 'ninja',
1683 'GYP_DEFINES': ('chromeos=1' 1684 'GYP_DEFINES': ('chromeos=1'
1684 ' clang=1 clang_use_chrome_plugins=1' 1685 ' clang=1 clang_use_chrome_plugins=1'
1685 ' fastbuild=1' 1686 ' fastbuild=1'
1686 ' ffmpeg_branding=ChromeOS proprietary_codecs=1' 1687 ' ffmpeg_branding=ChromeOS proprietary_codecs=1'
1687 ' component=shared_library')}}) 1688 ' component=shared_library')}})
1688 } 1689 }
1689 1690
1690 b_win7_aura = CreateBuilder(
1691 platform='win32',
1692 target='Release',
1693 builder_name='win7_aura',
1694 options=['aura_builder'],
1695 tests=[
1696 'app_list_unittests_br',
1697 'ash_unittests_br',
1698 'aura_br',
1699 'browser_tests_br',
1700 'buildrunner_tests',
1701 'chrome_frame_net_tests_br',
1702 'chrome_frame_tests_br',
1703 'chrome_frame_unittests_br',
1704 'compositor_br',
1705 'content_browsertests_br',
1706 'content_unittests_br',
1707 'device_unittests_br',
1708 'events_br',
1709 'interactive_ui_tests_br',
1710 'keyboard_unittests',
1711 'unit_unit_br',
1712 'views_br',
1713 ],
1714 goma=True,
1715 factory_properties={
1716 'gclient_env': {
1717 'GYP_DEFINES': 'use_aura=1',
1718 },
1719 })
1720
1721 # this matches the bot on the main waterfall soon 1691 # this matches the bot on the main waterfall soon
1722 b_win8_aura = CreateBuilder( 1692 b_win8_aura = CreateBuilder(
1723 platform='win32', 1693 platform='win32',
1724 target='Release', 1694 target='Release',
1725 builder_name='win8_aura', 1695 builder_name='win8_aura',
1726 options=['aura_builder'], 1696 options=['aura_builder'],
1727 tests=[ 1697 tests=[
1728 'ash_unittests_br', 1698 'ash_unittests_br',
1729 'aura_br', 1699 'aura_br',
1730 'buildrunner_tests', 1700 'buildrunner_tests',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 b_linux_chromeos_valgrind, 2183 b_linux_chromeos_valgrind,
2214 b_tsan_linux, b_tsan_win, b_drmemory_win, 2184 b_tsan_linux, b_tsan_win, b_drmemory_win,
2215 b_linux_layout, b_mac_layout, b_win_layout, 2185 b_linux_layout, b_mac_layout, b_win_layout,
2216 b_linux_layout_rel, b_mac_layout_rel, b_win_layout_rel, 2186 b_linux_layout_rel, b_mac_layout_rel, b_win_layout_rel,
2217 b_linux_layout_asan, b_linux_layout_rel_32, 2187 b_linux_layout_asan, b_linux_layout_rel_32,
2218 b_mac_layout_rel_lion, b_mac_layout_rel_mountainlion, 2188 b_mac_layout_rel_lion, b_mac_layout_rel_mountainlion,
2219 b_coverage_linux, 2189 b_coverage_linux,
2220 b_win_chrome_frame, 2190 b_win_chrome_frame,
2221 ] + b_swarms + [ 2191 ] + b_swarms + [
2222 b_linux_chromeos_clang, 2192 b_linux_chromeos_clang,
2223 b_linux_futura, b_linux_aura, b_win7_aura, b_win8_aura, 2193 b_linux_futura, b_linux_aura, b_win8_aura,
2224 b_linux_asan, b_linux_browser_asan, b_linux_clang_tsan, 2194 b_linux_asan, b_linux_browser_asan, b_linux_clang_tsan,
2225 b_linux_chromeos_asan, 2195 b_linux_chromeos_asan,
2226 b_mac_asan, b_mac_asan_64, b_mac_xcodebuild, 2196 b_mac_asan, b_mac_asan_64, b_mac_xcodebuild,
2227 b_linux_heapcheck, 2197 b_linux_heapcheck,
2228 b_linux_redux, 2198 b_linux_redux,
2229 b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy, 2199 b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy,
2230 b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk, 2200 b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk,
2231 b_linux_nacl_sdk_build, b_win_nacl_sdk_build, b_mac_nacl_sdk_build, 2201 b_linux_nacl_sdk_build, b_win_nacl_sdk_build, b_mac_nacl_sdk_build,
2232 b_valgrind_mac_alt, b_mac_layout_alt, b_mac_layout_rel_alt, 2202 b_valgrind_mac_alt, b_mac_layout_alt, b_mac_layout_rel_alt,
2233 b_mac_nacl_sdk_alt, 2203 b_mac_nacl_sdk_alt,
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 2384 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
2415 2385
2416 # Buildbot master url: 2386 # Buildbot master url:
2417 if ActiveMaster.is_production_host: 2387 if ActiveMaster.is_production_host:
2418 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/' 2388 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/'
2419 else: 2389 else:
2420 c['buildbotURL'] = 'http://%s:%d/' % ( 2390 c['buildbotURL'] = 'http://%s:%d/' % (
2421 socket.getfqdn(), ActiveMaster.master_port) 2391 socket.getfqdn(), ActiveMaster.master_port)
2422 2392
2423 # vi: set ts=4 sts=2 sw=2 et: 2393 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.chromium.win/slaves.cfg ('k') | masters/master.tryserver.chromium/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698