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

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

Issue 2419813002: Add new isolate-go perf builder to infra waterfall. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | 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 2015 The Chromium Authors. All rights reserved. 4 # Copyright 2015 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 slaves = [ 8 slaves = [
9 { 9 {
10 'master': 'Infra', 10 'master': 'Infra',
11 'builder': ['infra-continuous-xenial-64'], 11 'builder': ['infra-continuous-xenial-64'],
12 'hostname': 'vm10-m1', 12 'hostname': 'vm10-m1',
13 'os': 'linux', 13 'os': 'linux',
14 'version': 'xenial', 14 'version': 'xenial',
15 'bits': '64', 15 'bits': '64',
16 }, 16 },
17 { 17 {
18 'master': 'Infra', 18 'master': 'Infra',
19 'builder': ['infra-continuous-wily-64'], 19 'builder': ['infra-continuous-wily-64'],
20 'hostname': 'vm39-m1', 20 'hostname': 'vm39-m1',
21 'os': 'linux', 21 'os': 'linux',
22 'version': 'wily', 22 'version': 'wily',
23 'bits': '64', 23 'bits': '64',
24 }, 24 },
25 { 25 {
26 'master': 'Infra', 26 'master': 'Infra',
27 'builder': [ 27 'builder': [
28 'conda-cipd-pkg-trusty-64', 28 'conda-cipd-pkg-trusty-64',
29 'infra-continuous-trusty-64', 29 'infra-continuous-trusty-64',
30 'infra-continuous-trusty-64-perf',
30 'luci-gae-trusty64', 31 'luci-gae-trusty64',
31 'luci-go-trusty64', 32 'luci-go-trusty64',
32 'depot_tools zip uploader', 33 'depot_tools zip uploader',
33 ], 34 ],
34 'hostname': 'vm822-m1', 35 'hostname': 'vm822-m1',
35 'os': 'linux', 36 'os': 'linux',
36 'version': 'trusty', 37 'version': 'trusty',
37 'bits': '64', 38 'bits': '64',
38 }, 39 },
39 { 40 {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'codesearch-submodules-build', 165 'codesearch-submodules-build',
165 'codesearch-submodules-chromium', 166 'codesearch-submodules-chromium',
166 'codesearch-submodules-infra', 167 'codesearch-submodules-infra',
167 ], 168 ],
168 'hostname': 'slave110-c1', 169 'hostname': 'slave110-c1',
169 'os': 'linux', 170 'os': 'linux',
170 'version': 'trusty', 171 'version': 'trusty',
171 'bits': '64', 172 'bits': '64',
172 }, 173 },
173 ] 174 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698