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

Side by Side Diff: infra/project-config/cr-buildbucket.cfg

Issue 1820323002: Add experimental Swarmbucket bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698