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

Side by Side Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1107353002: V8 Buildbot: Fix dart mac builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Contains the bulk of the V8 builder configurations so they can be reused 5 # Contains the bulk of the V8 builder configurations so they can be reused
6 # from multiple recipes. 6 # from multiple recipes.
7 7
8 from infra.libs.infra_types import freeze 8 from infra.libs.infra_types import freeze
9 9
10 BUILDERS = { 10 BUILDERS = {
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 'BUILD_CONFIG': 'Release', 1657 'BUILD_CONFIG': 'Release',
1658 'TARGET_ARCH': 'intel', 1658 'TARGET_ARCH': 'intel',
1659 'TARGET_BITS': 32, 1659 'TARGET_BITS': 32,
1660 }, 1660 },
1661 'bot_type': 'builder', 1661 'bot_type': 'builder',
1662 'build_gs_archive': 'v8_for_dart_archive', 1662 'build_gs_archive': 'v8_for_dart_archive',
1663 'testing': {'platform': platform}, 1663 'testing': {'platform': platform},
1664 } for platform in ('win', 'linux', 'mac') 1664 } for platform in ('win', 'linux', 'mac')
1665 }} 1665 }}
1666 1666
1667 dart_mac_release = BUILDERS['client.dart.fyi']['builders']['v8-mac-release']
1668 dart_mac_release['chromium_apply_config'].extend(['v8_ninja', 'clang', 'goma'])
1669
1667 BUILDERS = freeze(BUILDERS) 1670 BUILDERS = freeze(BUILDERS)
1668 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) 1671 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS)
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698