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

Side by Side Diff: cr-buildbucket.cfg

Issue 2683353004: cr-buildbucket: update linux_chromium_rel_ng (Closed)
Patch Set: Created 3 years, 10 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 swarming { 114 swarming {
115 hostname: "chromium-swarm.appspot.com" 115 hostname: "chromium-swarm.appspot.com"
116 url_format: "https://luci-milo.appspot.com/swarming/task/{task_id}" 116 url_format: "https://luci-milo.appspot.com/swarming/task/{task_id}"
117 #task_template_canary_percentage: 0 117 #task_template_canary_percentage: 0
118 118
119 builder_defaults { 119 builder_defaults {
120 swarming_tags: "allow_milo:1" 120 swarming_tags: "allow_milo:1"
121 dimensions: "cpu:x86-64" 121 dimensions: "cpu:x86-64"
122 dimensions: "os:Ubuntu-14.04" 122 dimensions: "os:Ubuntu-14.04"
123 dimensions: "pool:Chrome.LUCI" 123 dimensions: "pool:Chrome.LUCI"
124 caches {
125 # Contains bare .git repositories that are used as git cache stored
126 # on the bots. Used by bot_update recipe module
127 name: "git_cache"
128 path: "git_cache"
129 }
130 recipe { 124 recipe {
131 repository: "https://chromium.googlesource.com/chromium/tools/build.git" 125 repository: "https://chromium.googlesource.com/chromium/tools/build.git"
132 properties: "mastername:luci.chromium.try" 126 properties: "mastername:luci.chromium.try"
133 properties: "path_config:kitchen" 127 name: "chromium_trybot"
134 } 128 }
135 execution_timeout_secs: 5400 # 90 min 129 execution_timeout_secs: 5400 # 90 min
136 } 130 }
137 131
138 # Keep builders sorted by category, then name. 132 # Keep builders sorted by category, then name.
139 builders { 133 builders {
140 category: "Chromium CQ" 134 category: "Chromium CQ"
141 name: "LUCI linux_chromium_rel_ng" 135 name: "LUCI linux_chromium_rel_ng"
142 dimensions: "cpu:x86-64"
143 dimensions: "os:Ubuntu-14.04"
144 recipe {
145 name: "chromium_trybot"
146 }
147 } 136 }
148 } 137 }
149 } 138 }
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