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

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

Issue 2006143010: Add android_n5x_swarming_rel builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | Annotate | Revision Log
« 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "slavebuilddir": "android", 107 "slavebuilddir": "android",
108 "slave_pools": ["slaves_with_devices_cq"], 108 "slave_pools": ["slaves_with_devices_cq"],
109 }, 109 },
110 "android_swarming_rel": { 110 "android_swarming_rel": {
111 "builder_timeout_s": 6900, # 60 * 115 111 "builder_timeout_s": 6900, # 60 * 115
112 "recipe": "chromium_trybot", 112 "recipe": "chromium_trybot",
113 "scheduler": None, 113 "scheduler": None,
114 "slavebuilddir": "android", 114 "slavebuilddir": "android",
115 "slave_pools": ["ccompute_android_launch"], 115 "slave_pools": ["ccompute_android_launch"],
116 }, 116 },
117 "android_n5x_swarming_rel": {
118 "builder_timeout_s": 6900, # 60 * 115
119 "recipe": "chromium_trybot",
120 "scheduler": None,
121 "slavebuilddir": "android",
122 "slave_pools": ["ccompute_android_launch"],
123 },
117 "android_chromium_variable": { 124 "android_chromium_variable": {
118 "builder_timeout_s": 36000, # 60 * 600 125 "builder_timeout_s": 36000, # 60 * 600
119 "recipe": "findit/chromium/compile", 126 "recipe": "findit/chromium/compile",
120 "scheduler": None, 127 "scheduler": None,
121 "slavebuilddir": "android", 128 "slavebuilddir": "android",
122 "slave_pools": ["ccompute_optional_bots"], 129 "slave_pools": ["ccompute_optional_bots"],
123 }, 130 },
124 "android_chromium_variable_arm64": { 131 "android_chromium_variable_arm64": {
125 "builder_timeout_s": 36000, # 60 * 600 132 "builder_timeout_s": 36000, # 60 * 600
126 "recipe": "findit/chromium/compile", 133 "recipe": "findit/chromium/compile",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "os": "linux", 443 "os": "linux",
437 "version": "precise", 444 "version": "precise",
438 "bits": 64, 445 "bits": 64,
439 }, 446 },
440 "slaves": [ 447 "slaves": [
441 "build35-b4", 448 "build35-b4",
442 ], 449 ],
443 } 450 }
444 } 451 }
445 } 452 }
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