Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds | 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds |
| 2 # on buildbot. | 2 # on buildbot. |
| 3 # | 3 # |
| 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for | 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for |
| 5 # schema of this file and documentation. | 5 # schema of this file and documentation. |
| 6 # | 6 # |
| 7 # Please keep this list sorted by bucket name. | 7 # Please keep this list sorted by bucket name. |
| 8 | 8 |
| 9 buckets { | 9 buckets { |
| 10 name: "master.chromium.buildbucket.swarming" | 10 name: "master.chromium.buildbucket.swarming" |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 161 group: "all" | 161 group: "all" |
| 162 } | 162 } |
| 163 acls { | 163 acls { |
| 164 role: SCHEDULER | 164 role: SCHEDULER |
| 165 group: "project-chromium-tryjob-access" | 165 group: "project-chromium-tryjob-access" |
| 166 } | 166 } |
| 167 acls { | 167 acls { |
| 168 role: WRITER | 168 role: WRITER |
| 169 group: "service-account-chromium-tryserver" | 169 group: "service-account-chromium-tryserver" |
| 170 } | 170 } |
| 171 | |
| 172 swarming { | |
| 173 hostname: "chromium-swarm.appspot.com" | |
| 174 url_format: "https://luci-milo.appspot.com/swarming/prod/{task_id}" | |
| 175 | |
| 176 common_dimensions: "pool:Chrome" | |
| 177 | |
| 178 builders { | |
| 179 name: "Depot Tools Presubmit OnSwarming" | |
|
estaab
2016/05/20 00:17:35
Since the rest of the name is words with spaces ma
nodir
2016/05/20 00:21:35
used (Swarming)
| |
| 180 # category: "Depot Tools" | |
| 181 dimensions: "os:Ubuntu-14.04" | |
| 182 dimensions: "cpu:x86-64" | |
| 183 recipe { | |
| 184 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 185 name: "run_presubmit" | |
| 186 properties: "repo_name:depot_tools" | |
| 187 } | |
| 188 } | |
| 189 builders { | |
| 190 name: "Recipes-py Presubmit OnSwarming" | |
| 191 # category: "Recipes-py" | |
| 192 dimensions: "os:Ubuntu-14.04" | |
| 193 dimensions: "cpu:x86-64" | |
| 194 recipe { | |
| 195 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 196 name: "run_presubmit" | |
| 197 properties: "runhooks:True" | |
| 198 properties: "repo_name:recipes_py" | |
| 199 } | |
| 200 } | |
| 201 builders { | |
| 202 name: "Try Recipe Win 64 OnSwarming" | |
| 203 # category: "Try Recipe" | |
| 204 dimensions: "os:Windows-7-SP1" | |
| 205 dimensions: "cpu:x86-64" | |
| 206 recipe { | |
| 207 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 208 name: "infra/try_recipe" | |
| 209 properties: "runhooks:True" | |
| 210 properties: "repo_name:build" | |
| 211 } | |
| 212 } | |
| 213 builders { | |
| 214 name: "Infra Linux Precise 32 Tester OnSwarming" | |
| 215 # category: "Infra" | |
| 216 dimensions: "os:os:Ubuntu-12.04" | |
| 217 dimensions: "cpu:x86" | |
| 218 recipe { | |
| 219 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 220 name: "infra/infra_repo_trybot" | |
| 221 } | |
| 222 } | |
| 223 builders { | |
| 224 name: "Build Presubmit OnSwarming" | |
| 225 # category: "Build" | |
| 226 dimensions: "os:Ubuntu-14.04" | |
| 227 dimensions: "cpu:x86-64" | |
| 228 recipe { | |
| 229 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 230 name: "run_presubmit" | |
| 231 properties: "runhooks:True" | |
| 232 properties: "repo_name:build" | |
| 233 } | |
| 234 } | |
| 235 builders { | |
| 236 name: "Infra Win Tester OnSwarming" | |
| 237 # category: "Infra" | |
| 238 dimensions: "os:Windows-7-SP1" | |
| 239 dimensions: "cpu:x86-64" | |
| 240 recipe { | |
| 241 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 242 name: "infra/infra_repo_trybot" | |
| 243 } | |
| 244 } | |
| 245 builders { | |
| 246 name: "Luci-GAE Linux Trusty 64 Tester OnSwarming" | |
| 247 # category: "Luci-GAE" | |
| 248 dimensions: "os:Ubuntu-14.04" | |
| 249 dimensions: "cpu:x86-64" | |
| 250 recipe { | |
| 251 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 252 name: "infra/luci_gae" | |
| 253 } | |
| 254 } | |
| 255 builders { | |
| 256 name: "Build Try Recipe Test Trusty64 OnSwarming" | |
| 257 # category: "Build" | |
| 258 dimensions: "os:Ubuntu-14.04" | |
| 259 dimensions: "cpu:x86-64" | |
| 260 recipe { | |
| 261 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 262 name: "infra/build_repo_real_try" | |
| 263 properties: "runhooks:True" | |
| 264 properties: "repo_name:build" | |
| 265 } | |
| 266 } | |
| 267 builders { | |
| 268 name: "Luci-GAE Presubmit OnSwarming" | |
| 269 # category: "Luci-GAE" | |
| 270 dimensions: "os:Ubuntu-14.04" | |
| 271 dimensions: "cpu:x86-64" | |
| 272 recipe { | |
| 273 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 274 name: "infra/luci_gae" | |
| 275 } | |
| 276 } | |
| 277 builders { | |
| 278 name: "Infra Mac Tester OnSwarming" | |
| 279 # category: "Infra" | |
| 280 dimensions: "os:Mac-10.9" | |
| 281 dimensions: "cpu:x86-64" | |
| 282 recipe { | |
| 283 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 284 name: "infra/infra_repo_trybot" | |
| 285 } | |
| 286 } | |
| 287 builders { | |
| 288 name: "Recipe Roll Downstream Tester OnSwarming" | |
| 289 # category: "Recipe Roll Tryjob" | |
| 290 dimensions: "os:Ubuntu-14.04" | |
| 291 dimensions: "cpu:x86-64" | |
| 292 recipe { | |
| 293 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 294 name: "infra/recipe_roll_tryjob" | |
| 295 } | |
| 296 } | |
| 297 builders { | |
| 298 name: "Infra Presubmit OnSwarming" | |
| 299 # category: "Infra" | |
| 300 dimensions: "os:Ubuntu-14.04" | |
| 301 dimensions: "cpu:x86-64" | |
| 302 recipe { | |
| 303 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 304 name: "run_presubmit" | |
| 305 properties: "runhooks:True" | |
| 306 properties: "repo_name:infra" | |
| 307 } | |
| 308 } | |
| 309 builders { | |
| 310 name: "Luci-go Linux Precise 32 Tester OnSwarming" | |
| 311 # category: "Luci-go" | |
| 312 dimensions: "os:os:Ubuntu-12.04" | |
| 313 dimensions: "cpu:x86" | |
| 314 recipe { | |
| 315 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 316 name: "infra/luci_go" | |
| 317 } | |
| 318 } | |
| 319 builders { | |
| 320 name: "Luci-py Presubmit OnSwarming" | |
| 321 # category: "Luci-py" | |
| 322 dimensions: "os:Ubuntu-14.04" | |
| 323 dimensions: "cpu:x86-64" | |
| 324 recipe { | |
| 325 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 326 name: "run_presubmit" | |
| 327 properties: "runhooks:True" | |
| 328 properties: "repo_name:luci_py" | |
| 329 } | |
| 330 } | |
| 331 builders { | |
| 332 name: "Luci-go Presubmit OnSwarming" | |
| 333 # category: "Luci-go" | |
| 334 dimensions: "os:Ubuntu-14.04" | |
| 335 dimensions: "cpu:x86-64" | |
| 336 recipe { | |
| 337 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 338 name: "infra/luci_go" | |
| 339 } | |
| 340 } | |
| 341 builders { | |
| 342 name: "Try Recipe Mac OnSwarming" | |
| 343 # category: "Try Recipe" | |
| 344 dimensions: "os:Mac-10.9" | |
| 345 dimensions: "cpu:x86-64" | |
| 346 recipe { | |
| 347 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 348 name: "infra/try_recipe" | |
| 349 properties: "runhooks:True" | |
| 350 properties: "repo_name:build" | |
| 351 } | |
| 352 } | |
| 353 builders { | |
| 354 name: "gerrit-test-cq-normal OnSwarming" | |
| 355 # category: "Gerrit CQ" | |
| 356 dimensions: "os:Ubuntu-14.04" | |
| 357 dimensions: "cpu:x86-64" | |
| 358 recipe { | |
| 359 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 360 name: "infra/gerrit_cq_test" | |
| 361 } | |
| 362 } | |
| 363 builders { | |
| 364 name: "Infra Linux Trusty 64 Tester OnSwarming" | |
| 365 # category: "Infra" | |
| 366 dimensions: "os:Ubuntu-14.04" | |
| 367 dimensions: "cpu:x86-64" | |
| 368 recipe { | |
| 369 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 370 name: "infra/infra_repo_trybot" | |
| 371 } | |
| 372 } | |
| 373 builders { | |
| 374 name: "Build Try Recipe Test Mac OnSwarming" | |
| 375 # category: "Build" | |
| 376 dimensions: "os:Mac-10.9" | |
| 377 dimensions: "cpu:x86-64" | |
| 378 recipe { | |
| 379 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 380 name: "infra/build_repo_real_try" | |
| 381 properties: "runhooks:True" | |
| 382 properties: "repo_name:build" | |
| 383 } | |
| 384 } | |
| 385 builders { | |
| 386 name: "Build Try Recipe Test Win64 OnSwarming" | |
| 387 # category: "Build" | |
| 388 dimensions: "os:Windows-7-SP1" | |
| 389 dimensions: "cpu:x86-64" | |
| 390 recipe { | |
| 391 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 392 name: "infra/build_repo_real_try" | |
| 393 properties: "runhooks:True" | |
| 394 properties: "repo_name:build" | |
| 395 } | |
| 396 } | |
| 397 builders { | |
| 398 name: "Luci-go Linux Trusty 64 Tester OnSwarming" | |
| 399 # category: "Luci-go" | |
| 400 dimensions: "os:Ubuntu-14.04" | |
| 401 dimensions: "cpu:x86-64" | |
| 402 recipe { | |
| 403 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 404 name: "infra/luci_go" | |
| 405 } | |
| 406 } | |
| 407 builders { | |
| 408 name: "Try Recipe Trusty 64 OnSwarming" | |
| 409 # category: "Try Recipe" | |
| 410 dimensions: "os:Ubuntu-14.04" | |
| 411 dimensions: "cpu:x86-64" | |
| 412 recipe { | |
| 413 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 414 name: "infra/try_recipe" | |
| 415 properties: "runhooks:True" | |
| 416 properties: "repo_name:build" | |
| 417 } | |
| 418 } | |
| 419 builders { | |
| 420 name: "Luci-go Mac Tester OnSwarming" | |
| 421 # category: "Luci-go" | |
| 422 dimensions: "os:Mac-10.9" | |
| 423 dimensions: "cpu:x86-64" | |
| 424 recipe { | |
| 425 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 426 name: "infra/luci_go" | |
| 427 } | |
| 428 } | |
| 429 builders { | |
| 430 name: "Luci-go Win Tester OnSwarming" | |
| 431 # category: "Luci-go" | |
| 432 dimensions: "os:Windows-7-SP1" | |
| 433 dimensions: "cpu:x86-64" | |
| 434 recipe { | |
| 435 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
| 436 name: "infra/luci_go" | |
| 437 } | |
| 438 } | |
| 439 } | |
| 171 } | 440 } |
| OLD | NEW |