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

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

Issue 2483933002: Revert of Move Android Tests (dbg) to a ccompute bot. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 { 90 {
91 'master': 'ChromiumLinux', 91 'master': 'ChromiumLinux',
92 'hostname': 'slave21-c1', 92 'hostname': 'slave21-c1',
93 'builder': 'Android Builder (dbg)', 93 'builder': 'Android Builder (dbg)',
94 'os': 'linux', 94 'os': 'linux',
95 'version': 'trusty', 95 'version': 'trusty',
96 'bits': '64', 96 'bits': '64',
97 }, 97 },
98 { 98 {
99 'master': 'ChromiumLinux', 99 'master': 'ChromiumLinux',
100 'hostname': 'slave157-c1', 100 'hostname': 'build92-b1',
101 'builder': 'Android Tests (dbg)', 101 'builder': 'Android Tests (dbg)',
102 'os': 'linux', 102 'os': 'linux',
103 'version': 'trusty', 103 'version': 'precise',
104 'bits': '64', 104 'bits': '64',
105 }, 105 },
106 { 106 {
107 'master': 'ChromiumLinux', 107 'master': 'ChromiumLinux',
108 'hostname': 'vm851-m1', 108 'hostname': 'vm851-m1',
109 'builder': 'Android Clang Builder (dbg)', 109 'builder': 'Android Clang Builder (dbg)',
110 'os': 'linux', 110 'os': 'linux',
111 'version': 'precise', 111 'version': 'precise',
112 'bits': '64', 112 'bits': '64',
113 }, 113 },
(...skipping 15 matching lines...) Expand all
129 }, 129 },
130 { 130 {
131 'master': 'ChromiumLinux', 131 'master': 'ChromiumLinux',
132 'builder': 'Cast Android (dbg)', 132 'builder': 'Cast Android (dbg)',
133 'hostname': 'vm29-m1', 133 'hostname': 'vm29-m1',
134 'os': 'linux', 134 'os': 'linux',
135 'version': 'precise', 135 'version': 'precise',
136 'bits': '64', 136 'bits': '64',
137 }, 137 },
138 ] 138 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698