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

Side by Side Diff: go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/builders.pyl

Issue 2160913003: swarmbucket: fix empty dimension value (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add swarmbucketbuilders test Created 4 years, 5 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 { 1 {
2 "master_base_class": "Master4a", 2 "master_base_class": "Master4a",
3 "master_classname": "InfraTryServer", 3 "master_classname": "InfraTryServer",
4 "master_port": 21402, 4 "master_port": 21402,
5 "master_port_alt": 41402, 5 "master_port_alt": 41402,
6 "slave_port": 31402, 6 "slave_port": 31402,
7 "templates": [ 7 "templates": [
8 "../master.chromium.infra/templates", 8 "../master.chromium.infra/templates",
9 "../master.chromium/templates", 9 "../master.chromium/templates",
10 ], 10 ],
(...skipping 18 matching lines...) Expand all
29 "slave_pools": ["trusty64_slave_pool"], 29 "slave_pools": ["trusty64_slave_pool"],
30 "slavebuilddir": "presubmit_build", 30 "slavebuilddir": "presubmit_build",
31 }, 31 },
32 "Build Try Recipe Test Mac": { 32 "Build Try Recipe Test Mac": {
33 "category": "Build", 33 "category": "Build",
34 "use_remote_run": True, 34 "use_remote_run": True,
35 "recipe": "build_repo_real_try", 35 "recipe": "build_repo_real_try",
36 "properties": { 36 "properties": {
37 "repo_name": "build", 37 "repo_name": "build",
38 "runhooks": True, 38 "runhooks": True,
39 "a": "a",
39 }, 40 },
40 "scheduler": None, 41 "scheduler": None,
41 "slave_pools": ["mac_slave_pool"], 42 "slave_pools": ["mac_slave_pool"],
42 "slavebuilddir": "build_try_recipe_test", 43 "slavebuilddir": "build_try_recipe_test",
43 }, 44 },
44 "Build Try Recipe Test Trusty64": { 45 "Build Try Recipe Test Trusty64": {
45 "category": "Build", 46 "category": "Build",
46 "use_remote_run": True, 47 "use_remote_run": True,
47 "recipe": "build_repo_real_try", 48 "recipe": "build_repo_real_try",
48 "properties": { 49 "properties": {
49 "repo_name": "build", 50 "repo_name": "build",
50 "runhooks": True, 51 "runhooks": True,
52 "a": "a",
51 }, 53 },
52 "scheduler": None, 54 "scheduler": None,
53 "slave_pools": ["trusty64_slave_pool"], 55 "slave_pools": ["trusty64_slave_pool"],
54 "slavebuilddir": "build_try_recipe_test", 56 "slavebuilddir": "build_try_recipe_test",
55 }, 57 },
56 "Build Try Recipe Test Win64": { 58 "Build Try Recipe Test Win64": {
57 "category": "Build", 59 "category": "Build",
58 "use_remote_run": True, 60 "use_remote_run": True,
59 "recipe": "build_repo_real_try", 61 "recipe": "build_repo_real_try",
60 "properties": { 62 "properties": {
61 "repo_name": "build", 63 "repo_name": "build",
62 "runhooks": True, 64 "runhooks": True,
65 "a": "a",
63 }, 66 },
64 "scheduler": None, 67 "scheduler": None,
65 "slave_pools": ["win64_slave_pool"], 68 "slave_pools": ["win64_slave_pool"],
66 "slavebuilddir": "build_try_recipe_test", 69 "slavebuilddir": "build_try_recipe_test",
67 }, 70 },
68 71
69 "Depot Tools Presubmit": { 72 "Depot Tools Presubmit": {
70 "category": "Depot Tools", 73 "category": "Depot Tools",
71 "recipe": "run_presubmit", 74 "recipe": "run_presubmit",
72 "properties": { 75 "properties": {
73 "repo_name": "depot_tools", 76 "repo_name": "depot_tools",
77 "a": "a",
74 }, 78 },
75 "scheduler": None, 79 "scheduler": None,
76 "slave_pools": ["trusty64_slave_pool"], 80 "slave_pools": ["trusty64_slave_pool"],
77 "slavebuilddir": "presubmit_depot_tools", 81 "slavebuilddir": "presubmit_depot_tools",
78 }, 82 },
79 83
80 "Try Recipe Mac": { 84 "Try Recipe Mac": {
81 "category": "Try Recipe", 85 "category": "Try Recipe",
82 "use_remote_run": True, 86 "use_remote_run": True,
83 "recipe": "try_recipe", 87 "recipe": "try_recipe",
84 "properties": { 88 "properties": {
85 "repo_name": "build", 89 "repo_name": "build",
86 "runhooks": True, 90 "runhooks": True,
91 "a": "a",
87 }, 92 },
88 "scheduler": None, 93 "scheduler": None,
89 "slave_pools": ["mac_slave_pool"], 94 "slave_pools": ["mac_slave_pool"],
90 "slavebuilddir": "try_recipe", 95 "slavebuilddir": "try_recipe",
91 }, 96 },
92 "Try Recipe Trusty 64": { 97 "Try Recipe Trusty 64": {
93 "category": "Try Recipe", 98 "category": "Try Recipe",
94 "use_remote_run": True, 99 "use_remote_run": True,
95 "recipe": "try_recipe", 100 "recipe": "try_recipe",
96 "properties": { 101 "properties": {
97 "repo_name": "build", 102 "repo_name": "build",
98 "runhooks": True, 103 "runhooks": True,
104 "a": "a",
99 }, 105 },
100 "scheduler": None, 106 "scheduler": None,
101 "slave_pools": ["trusty64_slave_pool"], 107 "slave_pools": ["trusty64_slave_pool"],
102 "slavebuilddir": "try_recipe", 108 "slavebuilddir": "try_recipe",
103 }, 109 },
104 "Try Recipe Win 64": { 110 "Try Recipe Win 64": {
105 "category": "Try Recipe", 111 "category": "Try Recipe",
106 "use_remote_run": True, 112 "use_remote_run": True,
107 "recipe": "try_recipe", 113 "recipe": "try_recipe",
108 "properties": { 114 "properties": {
109 "repo_name": "build", 115 "repo_name": "build",
110 "runhooks": True, 116 "runhooks": True,
117 "a": "a",
111 }, 118 },
112 "scheduler": None, 119 "scheduler": None,
113 "slave_pools": ["win64_slave_pool"], 120 "slave_pools": ["win64_slave_pool"],
114 "slavebuilddir": "try_recipe", 121 "slavebuilddir": "try_recipe",
115 }, 122 },
116 123
117 "Infra Presubmit": { 124 "Infra Presubmit": {
118 "category": "Infra", 125 "category": "Infra",
119 "recipe": "run_presubmit", 126 "recipe": "run_presubmit",
120 "properties": { 127 "properties": {
121 "repo_name": "infra", 128 "repo_name": "infra",
122 "runhooks": True, 129 "runhooks": True,
130 "a": "a",
123 }, 131 },
124 "scheduler": None, 132 "scheduler": None,
125 "slave_pools": ["trusty64_slave_pool"], 133 "slave_pools": ["trusty64_slave_pool"],
126 "slavebuilddir": "presubmit_infra", 134 "slavebuilddir": "presubmit_infra",
127 }, 135 },
128 "Infra Linux Precise 32 Tester": { 136 "Infra Linux Precise 32 Tester": {
129 "category": "Infra", 137 "category": "Infra",
130 "use_remote_run": True, 138 "use_remote_run": True,
131 "recipe": "infra_repo_trybot", 139 "recipe": "infra_repo_trybot",
132 "scheduler": None, 140 "scheduler": None,
133 "slave_pools": ["precise32_slave_pool"], 141 "slave_pools": ["precise32_slave_pool"],
134 "slavebuilddir": "infra", 142 "slavebuilddir": "infra",
143 "properties": {
144 "a": "a",
145 },
135 }, 146 },
136 "Infra Linux Trusty 64 Tester": { 147 "Infra Linux Trusty 64 Tester": {
137 "category": "Infra", 148 "category": "Infra",
138 "use_remote_run": True, 149 "use_remote_run": True,
139 "recipe": "infra_repo_trybot", 150 "recipe": "infra_repo_trybot",
140 "scheduler": None, 151 "scheduler": None,
141 "slave_pools": ["trusty64_slave_pool"], 152 "slave_pools": ["trusty64_slave_pool"],
142 "slavebuilddir": "infra", 153 "slavebuilddir": "infra",
154 "properties": {
155 "a": "a",
156 },
143 }, 157 },
144 "Infra Mac Tester": { 158 "Infra Mac Tester": {
145 "category": "Infra", 159 "category": "Infra",
146 "use_remote_run": True, 160 "use_remote_run": True,
147 "recipe": "infra_repo_trybot", 161 "recipe": "infra_repo_trybot",
148 "scheduler": None, 162 "scheduler": None,
149 "slave_pools": ["mac_slave_pool"], 163 "slave_pools": ["mac_slave_pool"],
150 "slavebuilddir": "Infra", 164 "slavebuilddir": "Infra",
165 "properties": {
166 "a": "a",
167 },
151 }, 168 },
152 "Infra Win Tester": { 169 "Infra Win Tester": {
153 "category": "Infra", 170 "category": "Infra",
154 "use_remote_run": True, 171 "use_remote_run": True,
155 "recipe": "infra_repo_trybot", 172 "recipe": "infra_repo_trybot",
156 "scheduler": None, 173 "scheduler": None,
157 "slave_pools": ["win64_slave_pool"], 174 "slave_pools": ["win64_slave_pool"],
158 "slavebuilddir": "infra", 175 "slavebuilddir": "infra",
176 "properties": {
177 "a": "a",
178 },
159 }, 179 },
160 180
161 "Luci-py Presubmit": { 181 "Luci-py Presubmit": {
162 "category": "Luci-py", 182 "category": "Luci-py",
163 "recipe": "run_presubmit", 183 "recipe": "run_presubmit",
164 "properties": { 184 "properties": {
165 "repo_name": "luci_py", 185 "repo_name": "luci_py",
166 "runhooks": True, 186 "runhooks": True,
187 "a": "a",
167 }, 188 },
168 "scheduler": None, 189 "scheduler": None,
169 "slave_pools": ["trusty64_slave_pool"], 190 "slave_pools": ["trusty64_slave_pool"],
170 "slavebuilddir": "presubmit_lucipy", 191 "slavebuilddir": "presubmit_lucipy",
171 }, 192 },
172 193
173 "Luci-GAE Presubmit": { 194 "Luci-GAE Presubmit": {
174 "category": "Luci-GAE", 195 "category": "Luci-GAE",
175 "use_remote_run": True, 196 "use_remote_run": True,
176 "recipe": "luci_gae", 197 "recipe": "luci_gae",
177 "scheduler": None, 198 "scheduler": None,
178 "slave_pools": ["trusty64_slave_pool"], 199 "slave_pools": ["trusty64_slave_pool"],
179 "slavebuilddir": "presubmit_lucigae", 200 "slavebuilddir": "presubmit_lucigae",
201 "properties": {
202 "a": "a",
203 },
180 }, 204 },
181 205
182 "Luci-GAE Linux Trusty 64 Tester": { 206 "Luci-GAE Linux Trusty 64 Tester": {
183 "category": "Luci-GAE", 207 "category": "Luci-GAE",
184 "use_remote_run": True, 208 "use_remote_run": True,
185 "recipe": "luci_gae", 209 "recipe": "luci_gae",
186 "scheduler": None, 210 "scheduler": None,
187 "slave_pools": ["trusty64_slave_pool"], 211 "slave_pools": ["trusty64_slave_pool"],
188 "slavebuilddir": "luci-gae", 212 "slavebuilddir": "luci-gae",
213 "properties": {
214 "a": "a",
215 },
189 }, 216 },
190 "Luci-go Presubmit": { 217 "Luci-go Presubmit": {
191 "category": "Luci-go", 218 "category": "Luci-go",
192 "use_remote_run": True, 219 "use_remote_run": True,
193 "recipe": "luci_go", 220 "recipe": "luci_go",
194 "scheduler": None, 221 "scheduler": None,
195 "slave_pools": ["trusty64_slave_pool"], 222 "slave_pools": ["trusty64_slave_pool"],
196 "slavebuilddir": "presubmit_lucigo", 223 "slavebuilddir": "presubmit_lucigo",
224 "properties": {
225 "a": "a",
226 },
197 }, 227 },
198 "Luci-go Linux Trusty 64 Tester": { 228 "Luci-go Linux Trusty 64 Tester": {
199 "category": "Luci-go", 229 "category": "Luci-go",
200 "use_remote_run": True, 230 "use_remote_run": True,
201 "recipe": "luci_go", 231 "recipe": "luci_go",
202 "scheduler": None, 232 "scheduler": None,
203 "slave_pools": ["trusty64_slave_pool"], 233 "slave_pools": ["trusty64_slave_pool"],
204 "slavebuilddir": "luci-go", 234 "slavebuilddir": "luci-go",
235 "properties": {
236 "a": "a",
237 },
205 }, 238 },
206 "Luci-go Linux Precise 32 Tester": { 239 "Luci-go Linux Precise 32 Tester": {
207 "category": "Luci-go", 240 "category": "Luci-go",
208 "use_remote_run": True, 241 "use_remote_run": True,
209 "recipe": "luci_go", 242 "recipe": "luci_go",
210 "scheduler": None, 243 "scheduler": None,
211 "slave_pools": ["precise32_slave_pool"], 244 "slave_pools": ["precise32_slave_pool"],
212 "slavebuilddir": "luci-go", 245 "slavebuilddir": "luci-go",
246 "properties": {
247 "a": "a",
248 },
213 }, 249 },
214 "Luci-go Mac Tester": { 250 "Luci-go Mac Tester": {
215 "category": "Luci-go", 251 "category": "Luci-go",
216 "use_remote_run": True, 252 "use_remote_run": True,
217 "recipe": "luci_go", 253 "recipe": "luci_go",
218 "scheduler": None, 254 "scheduler": None,
219 "slave_pools": ["mac_slave_pool"], 255 "slave_pools": ["mac_slave_pool"],
220 "slavebuilddir": "luci-go", 256 "slavebuilddir": "luci-go",
257 "properties": {
258 "a": "a",
259 },
221 }, 260 },
222 "Luci-go Win Tester": { 261 "Luci-go Win Tester": {
223 "category": "Luci-go", 262 "category": "Luci-go",
224 "use_remote_run": True, 263 "use_remote_run": True,
225 "recipe": "luci_go", 264 "recipe": "luci_go",
226 "scheduler": None, 265 "scheduler": None,
227 "slave_pools": ["win64_slave_pool"], 266 "slave_pools": ["win64_slave_pool"],
228 "slavebuilddir": "luci-go", 267 "slavebuilddir": "luci-go",
268 "properties": {
269 "a": "a",
270 },
229 }, 271 },
230 272
231 "Recipes-py Presubmit": { 273 "Recipes-py Presubmit": {
232 "category": "Recipes-py", 274 "category": "Recipes-py",
233 "recipe": "run_presubmit", 275 "recipe": "run_presubmit",
234 "properties": { 276 "properties": {
235 "repo_name": "recipes_py", 277 "repo_name": "recipes_py",
236 "runhooks": True, 278 "runhooks": True,
279 "a": "a",
237 }, 280 },
238 "scheduler": None, 281 "scheduler": None,
239 "slave_pools": ["trusty64_slave_pool"], 282 "slave_pools": ["trusty64_slave_pool"],
240 "slavebuilddir": "presubmit_recipespy", 283 "slavebuilddir": "presubmit_recipespy",
241 }, 284 },
242 285
243 "Recipe Roll Downstream Tester": { 286 "Recipe Roll Downstream Tester": {
244 "category": "Recipe Roll Tryjob", 287 "category": "Recipe Roll Tryjob",
245 "use_remote_run": True, 288 "use_remote_run": True,
246 "recipe": "recipe_roll_tryjob", 289 "recipe": "recipe_roll_tryjob",
247 "scheduler": None, 290 "scheduler": None,
248 "slave_pools": ["trusty64_slave_pool"], 291 "slave_pools": ["trusty64_slave_pool"],
249 "slavebuilddir": "recipe_roll_tryjob", 292 "slavebuilddir": "recipe_roll_tryjob",
293 "properties": {
294 "a": "a",
295 },
250 }, 296 },
251 297
252 "gerrit-test-cq-normal": { 298 "gerrit-test-cq-normal": {
253 "category": "Gerrit CQ", 299 "category": "Gerrit CQ",
254 "use_remote_run": True, 300 "use_remote_run": True,
255 "recipe": "gerrit_cq_test", 301 "recipe": "gerrit_cq_test",
256 "scheduler": None, 302 "scheduler": None,
257 "slave_pools": ["trusty64_slave_pool"], 303 "slave_pools": ["trusty64_slave_pool"],
258 "slavebuilddir": "gerrit-test-cq-normal", 304 "slavebuilddir": "gerrit-test-cq-normal",
305 "properties": {
306 "a": "a",
307 },
259 }, 308 },
260 }, 309 },
261 310
262 "schedulers": {}, 311 "schedulers": {},
263 312
264 "slave_pools": { 313 "slave_pools": {
265 "precise32_slave_pool": { 314 "precise32_slave_pool": {
266 "slave_data": { 315 "slave_data": {
267 "bits": 32, 316 "bits": 32,
268 "os": "linux", 317 "os": "linux",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "os": "win", 353 "os": "win",
305 "version": "win7", 354 "version": "win7",
306 }, 355 },
307 "slaves": [ 356 "slaves": [
308 "vm253-m4", 357 "vm253-m4",
309 "vm712-m4", 358 "vm712-m4",
310 ], 359 ],
311 }, 360 },
312 }, 361 },
313 } 362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698