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

Side by Side Diff: masters/master.chromium.mac/slaves.cfg

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: revert the recipe change. Created 5 years, 6 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 | « masters/master.chromium.mac/master_mac_cfg.py ('k') | masters/master.chromium.swarm/master.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 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'os': 'mac', 89 'os': 'mac',
90 'version': '10.9', 90 'version': '10.9',
91 }, 91 },
92 { 92 {
93 'master': 'ChromiumMac', 93 'master': 'ChromiumMac',
94 'hostname': 'vm617-m1', 94 'hostname': 'vm617-m1',
95 'builder': ['Mac GN', 'Mac GN (dbg)'], 95 'builder': ['Mac GN', 'Mac GN (dbg)'],
96 'os': 'mac', 96 'os': 'mac',
97 'version': '10.9', 97 'version': '10.9',
98 'bits': '64', 98 'bits': '64',
99 } 99 },
100 {
101 'master': 'ChromiumMac',
102 'builder': 'Mac deterministic build',
103 'hostname': 'vm610-m1',
104 'os': 'mac',
105 'version': '10.9',
106 'bits': '64',
107 },
100 ] 108 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.mac/master_mac_cfg.py ('k') | masters/master.chromium.swarm/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698