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

Side by Side Diff: cr-buildbucket-dev.cfg

Issue 2892913003: cr-buildbucket-dev: add findit mixin (Closed)
Patch Set: Created 3 years, 7 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 by to schedule builds 1 # Defines buckets on cr-buildbucket.appspot.com, used by 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. Also see README.md in this dir. 5 # schema of this file and documentation. Also see README.md in this dir.
6 # 6 #
7 # Please keep this list sorted by bucket name. 7 # Please keep this list sorted by bucket name.
8 8
9 acl_sets { 9 acl_sets {
10 name: "waterfall" 10 name: "waterfall"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 builder_mixins { 50 builder_mixins {
51 name: "mac" 51 name: "mac"
52 dimensions: "os:Mac" 52 dimensions: "os:Mac"
53 } 53 }
54 54
55 builder_mixins { 55 builder_mixins {
56 name: "win" 56 name: "win"
57 dimensions: "os:Windows" 57 dimensions: "os:Windows"
58 } 58 }
59 59
60 builder_mixins {
61 name: "findit"
62 # This category is meant for Findit to trigger tryjobs on.
63 category: "Chromium Variable"
64 recipe {
65 name: "findit/chromium/compile"
66 }
67 }
68
60 buckets { 69 buckets {
61 name: "luci.chromium.try" 70 name: "luci.chromium.try"
62 71
63 acl_sets: "tryserver" 72 acl_sets: "tryserver"
64 73
65 swarming { 74 swarming {
66 hostname: "chromium-swarm-dev.appspot.com" 75 hostname: "chromium-swarm-dev.appspot.com"
67 url_format: "https://luci-milo-dev.appspot.com/swarming/task/{task_id}" 76 url_format: "https://luci-milo-dev.appspot.com/swarming/task/{task_id}"
68 task_template_canary_percentage { value: 100 } 77 task_template_canary_percentage { value: 100 }
69 78
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 builders { mixins: "win" name: "LUCI win_mojo" } 222 builders { mixins: "win" name: "LUCI win_mojo" }
214 builders { mixins: "win" name: "LUCI win_nacl_sdk" } 223 builders { mixins: "win" name: "LUCI win_nacl_sdk" }
215 builders { mixins: "win" name: "LUCI win_nacl_sdk_build" } 224 builders { mixins: "win" name: "LUCI win_nacl_sdk_build" }
216 builders { mixins: "win" name: "LUCI win_optional_gpu_tests_rel" } 225 builders { mixins: "win" name: "LUCI win_optional_gpu_tests_rel" }
217 builders { mixins: "win" name: "LUCI win_pgo" } 226 builders { mixins: "win" name: "LUCI win_pgo" }
218 builders { mixins: "win" name: "LUCI win_upload_clang" } 227 builders { mixins: "win" name: "LUCI win_upload_clang" }
219 builders { mixins: "win" name: "LUCI win_x64_archive" } 228 builders { mixins: "win" name: "LUCI win_x64_archive" }
220 builders { mixins: "win" name: "LUCI win_x64_chromium_variable_builder" } 229 builders { mixins: "win" name: "LUCI win_x64_chromium_variable_builder" }
221 } 230 }
222 } 231 }
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