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

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

Issue 2136443002: Add android_optional_gpu_tests_rel to master.tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "slavebuilddir": "android_chromium_variable_nexus4", 163 "slavebuilddir": "android_chromium_variable_nexus4",
164 "slave_pools": ["slaves_with_nexus4_devices"], 164 "slave_pools": ["slaves_with_nexus4_devices"],
165 }, 165 },
166 "android_chromium_variable_archive": { 166 "android_chromium_variable_archive": {
167 "builder_timeout_s": 36000, # 60 * 600 167 "builder_timeout_s": 36000, # 60 * 600
168 "recipe": "findit/chromium/compile", 168 "recipe": "findit/chromium/compile",
169 "scheduler": None, 169 "scheduler": None,
170 "slavebuilddir": "android_chromium_variable_archive", 170 "slavebuilddir": "android_chromium_variable_archive",
171 "slave_pools": ["ccompute_optional_bots"], 171 "slave_pools": ["ccompute_optional_bots"],
172 }, 172 },
173 "android_optional_gpu_tests_rel": {
174 "builder_timeout_s": 6900, # 60 * 115
175 "recipe": "chromium_trybot",
176 "scheduler": None,
177 "slavebuilddir": "android",
178 "slave_pools": ["ccompute_android_launch"],
179 },
173 }, 180 },
174 181
175 "schedulers": { }, 182 "schedulers": { },
176 183
177 "slave_pools": { 184 "slave_pools": {
178 "ccompute_android_launch": { 185 "ccompute_android_launch": {
179 "slave_data": { 186 "slave_data": {
180 "os": "linux", 187 "os": "linux",
181 "version": "trusty", 188 "version": "trusty",
182 "bits": 64, 189 "bits": 64,
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "os": "linux", 453 "os": "linux",
447 "version": "precise", 454 "version": "precise",
448 "bits": 64, 455 "bits": 64,
449 }, 456 },
450 "slaves": [ 457 "slaves": [
451 "build35-b4", 458 "build35-b4",
452 ], 459 ],
453 } 460 }
454 } 461 }
455 } 462 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698