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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
77 group: "project-skia-tryjob-access" | 77 group: "project-skia-tryjob-access" |
78 } | 78 } |
79 acls { | 79 acls { |
80 role: SCHEDULER | 80 role: SCHEDULER |
81 group: "service-account-cq" | 81 group: "service-account-cq" |
82 } | 82 } |
83 acls { | 83 acls { |
84 role: WRITER | 84 role: WRITER |
85 group: "service-account-skia-master" | 85 group: "service-account-skia-master" |
86 } | 86 } |
87 | |
88 swarming { | |
89 hostname: "chromium-swarm.appspot.com" | |
90 common_dimensions { | |
91 key: "pool" | |
92 value: "Skia" | |
93 } | |
94 common_swarming_tags: "master:master.client.skia.fyi" | |
95 builders { | |
96 name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" | |
97 swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" | |
nodir
2016/03/22 17:13:59
I'd recommend to set "builder" tag in buildbucket
| |
98 dimensions { | |
99 key: "os" | |
100 value: "Linux" | |
101 } | |
102 recipe { | |
103 repository: "https://chromium.googlesource.com/chromium/tools/build" | |
104 name: "skia/skia" | |
105 } | |
106 } | |
107 } | |
87 } | 108 } |
OLD | NEW |