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

Side by Side Diff: masters/master.tryserver.chromium.android/builders.pyl

Issue 1805263003: Adding Variable builders to cover all builders under master "chromium" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@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 | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "master_base_class": "Master4a", 2 "master_base_class": "Master4a",
3 "master_port": 21401, 3 "master_port": 21401,
4 "master_port_alt": 41401, 4 "master_port_alt": 41401,
5 "slave_port": 31401, 5 "slave_port": 31401,
6 "templates": ["templates", "../master.chromium/templates"], 6 "templates": ["templates", "../master.chromium/templates"],
7 7
8 "service_account_file": "service-account-chromium-tryserver.json", 8 "service_account_file": "service-account-chromium-tryserver.json",
9 "buildbucket_bucket": "master.tryserver.chromium.android", 9 "buildbucket_bucket": "master.tryserver.chromium.android",
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "scheduler": None, 135 "scheduler": None,
136 "slavebuilddir": "android", 136 "slavebuilddir": "android",
137 "slave_pools": ["slaves_with_devices_cq"], 137 "slave_pools": ["slaves_with_devices_cq"],
138 }, 138 },
139 "android_chromium_variable": { 139 "android_chromium_variable": {
140 "builder_timeout_s": 6900, # 60 * 115 140 "builder_timeout_s": 6900, # 60 * 115
141 "recipe": "findit/chromium/compile", 141 "recipe": "findit/chromium/compile",
142 "scheduler": None, 142 "scheduler": None,
143 "slavebuilddir": "android_chromium_variable", 143 "slavebuilddir": "android_chromium_variable",
144 "slave_pools": ["ccompute_bots_cq"], 144 "slave_pools": ["ccompute_bots_cq"],
145 } 145 },
146 "android_chromium_variable_archive": {
147 "builder_timeout_s": 6900, # 60 * 115
148 "recipe": "findit/chromium/compile",
149 "scheduler": None,
150 "slavebuilddir": "android_chromium_variable_archive",
151 "slave_pools": ["ccompute_bots_cq"],
Sergey Berezin 2016/03/16 01:52:20 The disk space on this pool is very healthy, addin
stgao 2016/03/16 07:32:58 Jeff, we need to be careful about using cq slave p
152 },
146 }, 153 },
147 154
148 "schedulers": { }, 155 "schedulers": { },
149 156
150 "slave_pools": { 157 "slave_pools": {
151 "slaves_with_devices_cq": { 158 "slaves_with_devices_cq": {
152 "slave_data": { 159 "slave_data": {
153 "os": "linux", 160 "os": "linux",
154 "version": "precise", 161 "version": "precise",
155 "bits": 64, 162 "bits": 64,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "bits": 64, 372 "bits": 64,
366 }, 373 },
367 "slaves": [ 374 "slaves": [
368 "build199-a4", 375 "build199-a4",
369 "build38-b4", 376 "build38-b4",
370 "build97-b4", 377 "build97-b4",
371 ], 378 ],
372 }, 379 },
373 } 380 }
374 } 381 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698