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

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

Issue 2137733002: Split arm and arm64 android trybots work directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove the bot from recipes. 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "slavebuilddir": "android", 100 "slavebuilddir": "android",
101 "slave_pools": ["slaves_with_devices"], 101 "slave_pools": ["slaves_with_devices"],
102 }, 102 },
103 "linux_android_rel_ng": { 103 "linux_android_rel_ng": {
104 "builder_timeout_s": 11400, # 60 * 190 104 "builder_timeout_s": 11400, # 60 * 190
105 "recipe": "chromium_trybot", 105 "recipe": "chromium_trybot",
106 "scheduler": None, 106 "scheduler": None,
107 "slavebuilddir": "android", 107 "slavebuilddir": "android",
108 "slave_pools": ["ccompute_android_launch"], 108 "slave_pools": ["ccompute_android_launch"],
109 }, 109 },
110 "android_swarming_rel": {
111 "builder_timeout_s": 6900, # 60 * 115
112 "recipe": "chromium_trybot",
113 "scheduler": None,
114 "slavebuilddir": "android",
115 "slave_pools": ["ccompute_android_launch"],
116 },
117 "android_n5x_swarming_rel": { 110 "android_n5x_swarming_rel": {
118 "builder_timeout_s": 6900, # 60 * 115 111 "builder_timeout_s": 6900, # 60 * 115
119 "recipe": "chromium_trybot", 112 "recipe": "chromium_trybot",
120 "scheduler": None, 113 "scheduler": None,
121 "slavebuilddir": "android", 114 "slavebuilddir": "android_arm64",
122 "slave_pools": ["ccompute_android_launch"], 115 "slave_pools": ["ccompute_android_launch"],
123 }, 116 },
124 "android_chromium_variable": { 117 "android_chromium_variable": {
125 "builder_timeout_s": 36000, # 60 * 600 118 "builder_timeout_s": 36000, # 60 * 600
126 "recipe": "findit/chromium/compile", 119 "recipe": "findit/chromium/compile",
127 "scheduler": None, 120 "scheduler": None,
128 "slavebuilddir": "android", 121 "slavebuilddir": "android",
129 "slave_pools": ["ccompute_optional_bots"], 122 "slave_pools": ["ccompute_optional_bots"],
130 }, 123 },
131 "android_chromium_variable_arm64": { 124 "android_chromium_variable_arm64": {
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "os": "linux", 439 "os": "linux",
447 "version": "precise", 440 "version": "precise",
448 "bits": 64, 441 "bits": 64,
449 }, 442 },
450 "slaves": [ 443 "slaves": [
451 "build35-b4", 444 "build35-b4",
452 ], 445 ],
453 } 446 }
454 } 447 }
455 } 448 }
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