| OLD | NEW |
| 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds | 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds |
| 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. | 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. |
| 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.client.skia" | 10 name: "master.client.skia" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 swarming { | 88 swarming { |
| 89 hostname: "chromium-swarm.appspot.com" | 89 hostname: "chromium-swarm.appspot.com" |
| 90 common_dimensions { | 90 common_dimensions { |
| 91 key: "pool" | 91 key: "pool" |
| 92 value: "Skia" | 92 value: "Skia" |
| 93 } | 93 } |
| 94 common_swarming_tags: "master:master.client.skia.fyi" | 94 common_swarming_tags: "master:master.client.skia.fyi" |
| 95 builders { | 95 builders { |
| 96 name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" | 96 name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" |
| 97 swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" | 97 swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" |
| 98 swarming_tags: "allow_milo:1" |
| 98 dimensions { | 99 dimensions { |
| 99 key: "os" | 100 key: "os" |
| 100 value: "Linux" | 101 value: "Linux" |
| 101 } | 102 } |
| 103 dimensions { |
| 104 key: "gpu" |
| 105 value: "none" |
| 106 } |
| 102 recipe { | 107 recipe { |
| 103 repository: "https://chromium.googlesource.com/chromium/tools/build" | 108 repository: "https://skia.googlesource.com/skia.git" |
| 104 name: "skia/skia" | 109 name: "swarm_trigger" |
| 105 } | 110 } |
| 106 } | 111 } |
| 107 } | 112 } |
| 108 } | 113 } |
| OLD | NEW |