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

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

Issue 1965623002: [Findit] Increase Android variable builder timeout to 10 hours (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 7 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "slave_pools": ["slaves_with_devices_cq"], 128 "slave_pools": ["slaves_with_devices_cq"],
129 }, 129 },
130 "android_swarming_rel": { 130 "android_swarming_rel": {
131 "builder_timeout_s": 6900, # 60 * 115 131 "builder_timeout_s": 6900, # 60 * 115
132 "recipe": "chromium_trybot", 132 "recipe": "chromium_trybot",
133 "scheduler": None, 133 "scheduler": None,
134 "slavebuilddir": "android", 134 "slavebuilddir": "android",
135 "slave_pools": ["ccompute_android_launch"], 135 "slave_pools": ["ccompute_android_launch"],
136 }, 136 },
137 "android_chromium_variable": { 137 "android_chromium_variable": {
138 "builder_timeout_s": 6900, # 60 * 115 138 "builder_timeout_s": 36000, # 60 * 600
139 "recipe": "findit/chromium/compile", 139 "recipe": "findit/chromium/compile",
140 "scheduler": None, 140 "scheduler": None,
141 "slavebuilddir": "android", 141 "slavebuilddir": "android",
142 "slave_pools": ["ccompute_optional_bots"], 142 "slave_pools": ["ccompute_optional_bots"],
143 }, 143 },
144 "android_chromium_variable_arm64": { 144 "android_chromium_variable_arm64": {
145 "builder_timeout_s": 6900, # 60 * 115 145 "builder_timeout_s": 36000, # 60 * 600
146 "recipe": "findit/chromium/compile", 146 "recipe": "findit/chromium/compile",
147 "scheduler": None, 147 "scheduler": None,
148 "slavebuilddir": "android_arm64_dbg_recipe", 148 "slavebuilddir": "android_arm64_dbg_recipe",
149 "slave_pools": ["ccompute_optional_bots"], 149 "slave_pools": ["ccompute_optional_bots"],
150 }, 150 },
151 "android_chromium_variable_cast_shell": { 151 "android_chromium_variable_cast_shell": {
152 "builder_timeout_s": 6900, # 60 * 115 152 "builder_timeout_s": 36000, # 60 * 600
153 "recipe": "findit/chromium/compile", 153 "recipe": "findit/chromium/compile",
154 "scheduler": None, 154 "scheduler": None,
155 "slavebuilddir": "cast_shell_android", 155 "slavebuilddir": "cast_shell_android",
156 "slave_pools": ["ccompute_optional_bots"], 156 "slave_pools": ["ccompute_optional_bots"],
157 }, 157 },
158 "android_chromium_variable_clang": { 158 "android_chromium_variable_clang": {
159 "builder_timeout_s": 6900, # 60 * 115 159 "builder_timeout_s": 36000, # 60 * 600
160 "recipe": "findit/chromium/compile", 160 "recipe": "findit/chromium/compile",
161 "scheduler": None, 161 "scheduler": None,
162 "slavebuilddir": "android_clang_dbg_recipe", 162 "slavebuilddir": "android_clang_dbg_recipe",
163 "slave_pools": ["ccompute_optional_bots"], 163 "slave_pools": ["ccompute_optional_bots"],
164 }, 164 },
165 "android_chromium_variable_gn": { 165 "android_chromium_variable_gn": {
166 "builder_timeout_s": 6900, # 60 * 115 166 "builder_timeout_s": 36000, # 60 * 600
167 "recipe": "findit/chromium/compile", 167 "recipe": "findit/chromium/compile",
168 "scheduler": None, 168 "scheduler": None,
169 "slavebuilddir": "android_chromium_gn", 169 "slavebuilddir": "android_chromium_gn",
170 "slave_pools": ["ccompute_optional_bots"], 170 "slave_pools": ["ccompute_optional_bots"],
171 }, 171 },
172 "android_chromium_variable_nexus4": { 172 "android_chromium_variable_nexus4": {
173 "builder_timeout_s": 6900, # 60 * 115 173 "builder_timeout_s": 36000, # 60 * 600
174 "recipe": "findit/chromium/compile", 174 "recipe": "findit/chromium/compile",
175 "scheduler": None, 175 "scheduler": None,
176 "slavebuilddir": "android_chromium_variable_nexus4", 176 "slavebuilddir": "android_chromium_variable_nexus4",
177 "slave_pools": ["slaves_with_nexus4_devices"], 177 "slave_pools": ["slaves_with_nexus4_devices"],
178 }, 178 },
179 "android_chromium_variable_archive": { 179 "android_chromium_variable_archive": {
180 "builder_timeout_s": 6900, # 60 * 115 180 "builder_timeout_s": 36000, # 60 * 600
181 "recipe": "findit/chromium/compile", 181 "recipe": "findit/chromium/compile",
182 "scheduler": None, 182 "scheduler": None,
183 "slavebuilddir": "android_chromium_variable_archive", 183 "slavebuilddir": "android_chromium_variable_archive",
184 "slave_pools": ["ccompute_optional_bots"], 184 "slave_pools": ["ccompute_optional_bots"],
185 }, 185 },
186 }, 186 },
187 187
188 "schedulers": { }, 188 "schedulers": { },
189 189
190 "slave_pools": { 190 "slave_pools": {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "os": "linux", 396 "os": "linux",
397 "version": "precise", 397 "version": "precise",
398 "bits": 64, 398 "bits": 64,
399 }, 399 },
400 "slaves": [ 400 "slaves": [
401 "build35-b4", 401 "build35-b4",
402 ], 402 ],
403 } 403 }
404 } 404 }
405 } 405 }
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