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

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

Issue 2187023002: Make the experimental SwarmBucket bot use the SkiaTriggers pool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 87
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: "SkiaTriggers"
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 swarming_tags: "allow_milo:1"
99 dimensions { 99 dimensions {
100 key: "os" 100 key: "os"
101 value: "Linux" 101 value: "Linux"
102 } 102 }
103 dimensions { 103 dimensions {
104 key: "gpu" 104 key: "gpu"
105 value: "none" 105 value: "none"
106 } 106 }
107 recipe { 107 recipe {
108 repository: "https://skia.googlesource.com/skia.git" 108 repository: "https://skia.googlesource.com/skia.git"
109 name: "swarm_trigger" 109 name: "swarm_trigger"
110 } 110 }
111 } 111 }
112 } 112 }
113 } 113 }
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