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

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

Issue 1851253003: Adding android variable builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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 | 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 { 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "builder_timeout_s": 6900, # 60 * 115 142 "builder_timeout_s": 6900, # 60 * 115
143 "recipe": "chromium_trybot", 143 "recipe": "chromium_trybot",
144 "scheduler": None, 144 "scheduler": None,
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",
153 "slave_pools": ["ccompute_optional_bots"],
154 },
155 "android_chromium_variable_arm64": {
156 "builder_timeout_s": 6900, # 60 * 115
157 "recipe": "findit/chromium/compile",
158 "scheduler": None,
159 "slavebuilddir": "android_arm64_dbg_recipe",
160 "slave_pools": ["ccompute_optional_bots"],
161 },
162 "android_chromium_variable_cast_shell": {
163 "builder_timeout_s": 6900, # 60 * 115
164 "recipe": "findit/chromium/compile",
165 "scheduler": None,
166 "slavebuilddir": "cast_shell_android",
167 "slave_pools": ["ccompute_optional_bots"],
168 },
169 "android_chromium_variable_clang": {
170 "builder_timeout_s": 6900, # 60 * 115
171 "recipe": "findit/chromium/compile",
172 "scheduler": None,
173 "slavebuilddir": "android_clang_dbg_recipe",
174 "slave_pools": ["ccompute_optional_bots"],
175 },
176 "android_chromium_variable_gn": {
177 "builder_timeout_s": 6900, # 60 * 115
178 "recipe": "findit/chromium/compile",
179 "scheduler": None,
180 "slavebuilddir": "android_chromium_gn",
153 "slave_pools": ["ccompute_optional_bots"], 181 "slave_pools": ["ccompute_optional_bots"],
154 }, 182 },
155 "android_chromium_variable_nexus4": { 183 "android_chromium_variable_nexus4": {
156 "builder_timeout_s": 6900, # 60 * 115 184 "builder_timeout_s": 6900, # 60 * 115
157 "recipe": "findit/chromium/compile", 185 "recipe": "findit/chromium/compile",
158 "scheduler": None, 186 "scheduler": None,
159 "slavebuilddir": "android_chromium_variable_nexus4", 187 "slavebuilddir": "android_chromium_variable_nexus4",
160 "slave_pools": ["ccompute_optional_bots"], 188 "slave_pools": ["ccompute_optional_bots"],
161 }, 189 },
162 "android_chromium_variable_archive": { 190 "android_chromium_variable_archive": {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "bits": 64, 406 "bits": 64,
379 }, 407 },
380 "slaves": [ 408 "slaves": [
381 "build199-a4", 409 "build199-a4",
382 "build38-b4", 410 "build38-b4",
383 "build97-b4", 411 "build97-b4",
384 ], 412 ],
385 }, 413 },
386 } 414 }
387 } 415 }
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