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

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

Issue 1849113003: Add depot_tools builder to infra waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add comments Created 4 years, 8 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 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': [ 11 'builder': [
12 'conda-cipd-pkg-trusty-64', 12 'conda-cipd-pkg-trusty-64',
13 'infra-continuous-trusty-64', 13 'infra-continuous-trusty-64',
14 'luci-gae-trusty64', 14 'luci-gae-trusty64',
15 'luci-go-trusty64', 15 'luci-go-trusty64',
16 'depot_tools zip uploader',
16 ], 17 ],
17 'hostname': 'vm822-m1', 18 'hostname': 'vm822-m1',
18 'os': 'linux', 19 'os': 'linux',
19 'version': 'trusty', 20 'version': 'trusty',
20 'bits': '64', 21 'bits': '64',
21 }, 22 },
22 { 23 {
23 'master': 'Infra', 24 'master': 'Infra',
24 'builder': ['infra-continuous-trusty-32'], 25 'builder': ['infra-continuous-trusty-32'],
25 'hostname': 'vm26-m1', 26 'hostname': 'vm26-m1',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'conda-cipd-pkg-win-64', 117 'conda-cipd-pkg-win-64',
117 'infra-continuous-win-64', 118 'infra-continuous-win-64',
118 'luci-go-win64', 119 'luci-go-win64',
119 ], 120 ],
120 'hostname': 'vm412-m1', 121 'hostname': 'vm412-m1',
121 'os': 'win', 122 'os': 'win',
122 'version': 'win7', 123 'version': 'win7',
123 'bits': '64', 124 'bits': '64',
124 }, 125 },
125 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698