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

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

Issue 2064453002: add recipe continuous builders for each repo with recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix presubmit 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 30 matching lines...) Expand all
41 'builder': [ 41 'builder': [
42 'recipes-py-continuous', 42 'recipes-py-continuous',
43 ], 43 ],
44 'hostname': 'slave138-c1', 44 'hostname': 'slave138-c1',
45 'os': 'linux', 45 'os': 'linux',
46 'version': 'trusty', 46 'version': 'trusty',
47 'bits': '64', 47 'bits': '64',
48 }, 48 },
49 { 49 {
50 'master': 'Infra', 50 'master': 'Infra',
51 'builder': [
52 'recipe_engine-recipes-tests',
53 'build-recipes-tests',
54 'depot_tools-recipes-tests',
55 ],
56 'hostname': 'slave111-c1',
57 'os': 'linux',
58 'version': 'trusty',
59 'bits': '64',
60 },
61 {
62 'master': 'Infra',
63 'builder': [
64 'recipe_engine-recipes-tests',
65 'build-recipes-tests',
66 'depot_tools-recipes-tests',
67 ],
68 'hostname': 'slave112-c1',
69 'os': 'linux',
70 'version': 'trusty',
71 'bits': '64',
72 },
73 {
74 'master': 'Infra',
75 'builder': [
76 'recipe_engine-recipes-tests',
77 'build-recipes-tests',
78 'depot_tools-recipes-tests',
79 ],
80 'hostname': 'slave113-c1',
81 'os': 'linux',
82 'version': 'trusty',
83 'bits': '64',
84 },
85 {
86 'master': 'Infra',
51 'builder': ['infra-continuous-trusty-32'], 87 'builder': ['infra-continuous-trusty-32'],
52 'hostname': 'vm26-m1', 88 'hostname': 'vm26-m1',
53 'os': 'linux', 89 'os': 'linux',
54 'version': 'trusty', 90 'version': 'trusty',
55 'bits': '32', 91 'bits': '32',
56 }, 92 },
57 { 93 {
58 'master': 'Infra', 94 'master': 'Infra',
59 'builder': [ 95 'builder': [
60 'infra-continuous-precise-64', 96 'infra-continuous-precise-64',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'builder': [ 166 'builder': [
131 'codesearch-submodules-chromium', 167 'codesearch-submodules-chromium',
132 'codesearch-submodules-infra', 168 'codesearch-submodules-infra',
133 ], 169 ],
134 'hostname': 'slave110-c1', 170 'hostname': 'slave110-c1',
135 'os': 'linux', 171 'os': 'linux',
136 'version': 'trusty', 172 'version': 'trusty',
137 'bits': '64', 173 'bits': '64',
138 }, 174 },
139 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698