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

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

Issue 2041743002: Add sync_submodules builders on master.chromium.infra. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Test expectations Created 4 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
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',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'builder': [ 142 'builder': [
143 'conda-cipd-pkg-win-64', 143 'conda-cipd-pkg-win-64',
144 'infra-continuous-win-64', 144 'infra-continuous-win-64',
145 'luci-go-win64', 145 'luci-go-win64',
146 ], 146 ],
147 'hostname': 'vm412-m1', 147 'hostname': 'vm412-m1',
148 'os': 'win', 148 'os': 'win',
149 'version': 'win7', 149 'version': 'win7',
150 'bits': '64', 150 'bits': '64',
151 }, 151 },
152 {
153 'master': 'Infra',
154 'builder': [
155 'codesearch-submodules-chromium',
156 'codesearch-submodules-infra',
157 ],
158 'hostname': 'slave110-c1',
159 'os': 'linux',
160 'version': 'trusty',
161 'bits': '64',
162 },
152 ] 163 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | scripts/slave/recipes/infra/sync_submodules.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698