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

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

Issue 1996053002: [Android] Turn down gn-specific Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 { 114 {
115 'master': 'ChromiumLinux', 115 'master': 'ChromiumLinux',
116 'builder': 'Android Tests', 116 'builder': 'Android Tests',
117 'hostname': 'build82-b1', 117 'hostname': 'build82-b1',
118 'os': 'linux', 118 'os': 'linux',
119 'version': 'trusty', 119 'version': 'trusty',
120 'bits': '64', 120 'bits': '64',
121 }, 121 },
122 { 122 {
123 'master': 'ChromiumLinux', 123 'master': 'ChromiumLinux',
124 'builder': 'Android GN',
125 'hostname': 'build36-b1',
ghost stip (do not use) 2016/05/19 19:09:41 can we swarm build36-b1 and build35-b1? we'd have
jbudorick 2016/05/19 19:12:44 As far as I'm concerned, sure. build36-b1 at least
126 'os': 'linux',
127 'version': 'precise',
128 'bits': '64',
129 },
130 {
131 'master': 'ChromiumLinux',
132 'builder': 'Android GN (dbg)',
133 'hostname': 'build35-b1',
134 'os': 'linux',
135 'version': 'precise',
136 'bits': '64',
137 },
138 {
139 'master': 'ChromiumLinux',
140 'builder': 'Cast Android (dbg)', 124 'builder': 'Cast Android (dbg)',
141 'hostname': 'vm29-m1', 125 'hostname': 'vm29-m1',
142 'os': 'linux', 126 'os': 'linux',
143 'version': 'precise', 127 'version': 'precise',
144 'bits': '64', 128 'bits': '64',
145 }, 129 },
146 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698