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

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

Issue 1828583002: Adding Findit variable builders corresponding to those in chromium.webkit (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing syntax mistake Created 4 years, 8 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "slavebuilddir": "android", 145 "slavebuilddir": "android",
146 "slave_pools": ["ccompute_android_launch"], 146 "slave_pools": ["ccompute_android_launch"],
147 }, 147 },
148 "android_chromium_variable": { 148 "android_chromium_variable": {
149 "builder_timeout_s": 6900, # 60 * 115 149 "builder_timeout_s": 6900, # 60 * 115
150 "recipe": "findit/chromium/compile", 150 "recipe": "findit/chromium/compile",
151 "scheduler": None, 151 "scheduler": None,
152 "slavebuilddir": "android_chromium_variable", 152 "slavebuilddir": "android_chromium_variable",
153 "slave_pools": ["ccompute_optional_bots"], 153 "slave_pools": ["ccompute_optional_bots"],
154 }, 154 },
155 "android_chromium_variable_nexus4": {
156 "builder_timeout_s": 6900, # 60 * 115
157 "recipe": "findit/chromium/compile",
158 "scheduler": None,
159 "slavebuilddir": "android_chromium_variable_nexus4",
160 "slave_pools": ["ccompute_optional_bots"],
161 },
155 "android_chromium_variable_archive": { 162 "android_chromium_variable_archive": {
156 "builder_timeout_s": 6900, # 60 * 115 163 "builder_timeout_s": 6900, # 60 * 115
157 "recipe": "findit/chromium/compile", 164 "recipe": "findit/chromium/compile",
158 "scheduler": None, 165 "scheduler": None,
159 "slavebuilddir": "android_chromium_variable_archive", 166 "slavebuilddir": "android_chromium_variable_archive",
160 "slave_pools": ["ccompute_optional_bots"], 167 "slave_pools": ["ccompute_optional_bots"],
161 }, 168 },
162 }, 169 },
163 170
164 "schedulers": { }, 171 "schedulers": { },
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "bits": 64, 378 "bits": 64,
372 }, 379 },
373 "slaves": [ 380 "slaves": [
374 "build199-a4", 381 "build199-a4",
375 "build38-b4", 382 "build38-b4",
376 "build97-b4", 383 "build97-b4",
377 ], 384 ],
378 }, 385 },
379 } 386 }
380 } 387 }
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