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

Side by Side Diff: masters/master.chromium.linux/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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'bits': '64', 85 'bits': '64',
86 }, 86 },
87 { 87 {
88 'master': 'ChromiumLinux', 88 'master': 'ChromiumLinux',
89 'builder': 'Cast Linux', 89 'builder': 'Cast Linux',
90 'hostname': 'vm28-m1', 90 'hostname': 'vm28-m1',
91 'os': 'linux', 91 'os': 'linux',
92 'version': 'precise', 92 'version': 'precise',
93 'bits': '64', 93 'bits': '64',
94 }, 94 },
95 {
96 'master': 'ChromiumLinux',
97 'builder': 'Linux deterministic build',
98 'hostname': 'slave0-c1',
99 'os': 'linux',
100 'version': 'lucid',
101 'bits': '64',
102 },
95 ################################################################################ 103 ################################################################################
96 # Android 104 # Android
97 ################################################################################ 105 ################################################################################
98 { 106 {
99 'master': 'ChromiumLinux', 107 'master': 'ChromiumLinux',
100 'hostname': 'vm972-m1', 108 'hostname': 'vm972-m1',
101 'builder': 'Android Arm64 Builder (dbg)', 109 'builder': 'Android Arm64 Builder (dbg)',
102 'os': 'linux', 110 'os': 'linux',
103 'version': 'precise', 111 'version': 'precise',
104 'bits': '64', 112 'bits': '64',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'bits': '64', 168 'bits': '64',
161 }, 169 },
162 { 170 {
163 'master': 'ChromiumLinux', 171 'master': 'ChromiumLinux',
164 'builder': 'Cast Android (dbg)', 172 'builder': 'Cast Android (dbg)',
165 'hostname': 'vm29-m1', 173 'hostname': 'vm29-m1',
166 'os': 'linux', 174 'os': 'linux',
167 'version': 'precise', 175 'version': 'precise',
168 'bits': '64', 176 'bits': '64',
169 }, 177 },
178 {
179 'master': 'ChromiumLinux',
180 'builder': 'Android deterministic build',
181 'hostname': 'slave1-c1',
182 'os': 'linux',
183 'version': 'lucid',
184 'bits': '64',
185 },
170 ] 186 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.linux/master_linux_cfg.py ('k') | masters/master.chromium.mac/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698