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

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

Issue 1912243002: Adding new pool with dedicated nexus4 device (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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "scheduler": None, 109 "scheduler": None,
110 "slave_pools": ["slaves_with_devices"], 110 "slave_pools": ["slaves_with_devices"],
111 }, 111 },
112 "linux_android_dbg_ng": { 112 "linux_android_dbg_ng": {
113 "builder_timeout_s": 6900, # 60 * 115 113 "builder_timeout_s": 6900, # 60 * 115
114 "recipe": "chromium_trybot", 114 "recipe": "chromium_trybot",
115 "scheduler": None, 115 "scheduler": None,
116 "slavebuilddir": "android", 116 "slavebuilddir": "android",
117 "slave_pools": ["slaves_with_devices"], 117 "slave_pools": ["slaves_with_devices"],
118 }, 118 },
119
120 "linux_android_rel_ng": { 119 "linux_android_rel_ng": {
121 "builder_timeout_s": 6900, # 60 * 115 120 "builder_timeout_s": 6900, # 60 * 115
122 "recipe": "chromium_trybot", 121 "recipe": "chromium_trybot",
123 "scheduler": None, 122 "scheduler": None,
124 "slavebuilddir": "android", 123 "slavebuilddir": "android",
125 "slave_pools": ["slaves_with_devices_cq"], 124 "slave_pools": ["slaves_with_devices_cq"],
126 }, 125 },
127 "android_swarming_rel": { 126 "android_swarming_rel": {
128 "builder_timeout_s": 6900, # 60 * 115 127 "builder_timeout_s": 6900, # 60 * 115
129 "recipe": "chromium_trybot", 128 "recipe": "chromium_trybot",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "recipe": "findit/chromium/compile", 163 "recipe": "findit/chromium/compile",
165 "scheduler": None, 164 "scheduler": None,
166 "slavebuilddir": "android_chromium_gn", 165 "slavebuilddir": "android_chromium_gn",
167 "slave_pools": ["ccompute_optional_bots"], 166 "slave_pools": ["ccompute_optional_bots"],
168 }, 167 },
169 "android_chromium_variable_nexus4": { 168 "android_chromium_variable_nexus4": {
170 "builder_timeout_s": 6900, # 60 * 115 169 "builder_timeout_s": 6900, # 60 * 115
171 "recipe": "findit/chromium/compile", 170 "recipe": "findit/chromium/compile",
172 "scheduler": None, 171 "scheduler": None,
173 "slavebuilddir": "android_chromium_variable_nexus4", 172 "slavebuilddir": "android_chromium_variable_nexus4",
174 "slave_pools": ["ccompute_optional_bots"], 173 "slave_pools": ["slaves_with_nexus4_devices"],
175 }, 174 },
176 "android_chromium_variable_archive": { 175 "android_chromium_variable_archive": {
177 "builder_timeout_s": 6900, # 60 * 115 176 "builder_timeout_s": 6900, # 60 * 115
178 "recipe": "findit/chromium/compile", 177 "recipe": "findit/chromium/compile",
179 "scheduler": None, 178 "scheduler": None,
180 "slavebuilddir": "android_chromium_variable_archive", 179 "slavebuilddir": "android_chromium_variable_archive",
181 "slave_pools": ["ccompute_optional_bots"], 180 "slave_pools": ["ccompute_optional_bots"],
182 }, 181 },
183 }, 182 },
184 183
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "os": "linux", 389 "os": "linux",
391 "version": "precise", 390 "version": "precise",
392 "bits": 64, 391 "bits": 64,
393 }, 392 },
394 "slaves": [ 393 "slaves": [
395 "build199-a4", 394 "build199-a4",
396 "build38-b4", 395 "build38-b4",
397 "build97-b4", 396 "build97-b4",
398 ], 397 ],
399 }, 398 },
399 "slaves_with_nexus4_devices": {
400 "slave_data": {
401 "os": "linux",
402 "version": "precise",
403 "bits": 64,
404 },
405 "slaves": [
406 "build35-b4",
407 ],
408 }
400 } 409 }
401 } 410 }
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