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

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

Issue 1693403002: tryserver.chromium.android: Add new trybots for architectures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Shard slaves for now. Created 4 years, 9 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
11 # This is sorted first alphabetically by slave pool, and then alphabetically
12 # by builder name
11 "builders": { 13 "builders": {
12 "android_blink_rel": { 14 "android_amp_rel_tests_recipe": {
15 "builder_timeout_s": 6900, # 60 * 115
16 "recipe": "android/appurify",
17 "scheduler": None,
18 "slavebuilddir": "android",
19 "slave_pools": ["amp"],
20 },
21
22 "android_compile_mips_dbg": {
13 "builder_timeout_s": 6900, # 60 * 115 23 "builder_timeout_s": 6900, # 60 * 115
14 "recipe": "chromium_trybot", 24 "recipe": "chromium_trybot",
15 "scheduler": None, 25 "scheduler": None,
16 "slave_pools": ["slaves_with_devices"], 26 "slave_pools": ["ccompute_compile_mips_bots"],
17 }, 27 },
18 "android_chromium_gn_rel": { 28 "android_compile_x64_dbg": {
19 "builder_timeout_s": 6900, # 60 * 115 29 "builder_timeout_s": 6900, # 60 * 115
20 "recipe": "chromium_trybot", 30 "recipe": "chromium_trybot",
21 "scheduler": None, 31 "scheduler": None,
22 "slave_pools": ["slaves_with_devices"], 32 "slave_pools": ["ccompute_compile_x64_bots"],
23 }, 33 },
24 "android_cronet_tester": { 34 "android_compile_x86_dbg": {
25 "builder_timeout_s": 6900, # 60 * 115 35 "builder_timeout_s": 6900, # 60 * 115
26 "recipe": "cronet", 36 "recipe": "chromium_trybot",
27 "scheduler": None, 37 "scheduler": None,
28 "slave_pools": ["slaves_with_devices"], 38 "slave_pools": ["ccompute_compile_x86_bots"],
39 },
40
41 "android_archive_rel_ng": {
42 "builder_timeout_s": 6900, # 60 * 115
43 "recipe": "chromium_trybot",
44 "scheduler": None,
45 "slave_pools": ["ccompute_bots_cq"],
29 }, 46 },
30 "android_arm64_dbg_recipe": { 47 "android_arm64_dbg_recipe": {
31 "builder_timeout_s": 6900, # 60 * 115 48 "builder_timeout_s": 6900, # 60 * 115
32 "recipe": "chromium_trybot", 49 "recipe": "chromium_trybot",
33 "scheduler": None, 50 "scheduler": None,
34 "slave_pools": ["ccompute_bots_cq"], 51 "slave_pools": ["ccompute_bots_cq"],
35 }, 52 },
36 "android_compile_dbg": { 53 "android_chromium_gn_compile_dbg": {
37 "builder_timeout_s": 6900, # 60 * 115 54 "builder_timeout_s": 6900, # 60 * 115
38 "recipe": "chromium_trybot", 55 "recipe": "chromium_trybot",
39 "scheduler": None, 56 "scheduler": None,
40 "slavebuilddir": "android", 57 "slavebuilddir": "android_chromium_gn",
41 "slave_pools": ["ccompute_bots_cq"], 58 "slave_pools": ["ccompute_bots_cq"],
42 }, 59 },
43 "android_compile_rel": { 60 "android_chromium_gn_compile_rel": {
44 "builder_timeout_s": 6900, # 60 * 115 61 "builder_timeout_s": 6900, # 60 * 115
45 "recipe": "chromium_trybot", 62 "recipe": "chromium_trybot",
46 "scheduler": None, 63 "scheduler": None,
47 "slavebuilddir": "android", 64 "slavebuilddir": "android_chromium_gn",
48 "slave_pools": ["ccompute_bots_cq"], 65 "slave_pools": ["ccompute_bots_cq"],
49 }, 66 },
50 "android_clang_dbg_recipe": { 67 "android_clang_dbg_recipe": {
51 "builder_timeout_s": 6900, # 60 * 115 68 "builder_timeout_s": 6900, # 60 * 115
52 "recipe": "chromium_trybot", 69 "recipe": "chromium_trybot",
53 "scheduler": None, 70 "scheduler": None,
54 "slave_pools": ["ccompute_bots_cq"], 71 "slave_pools": ["ccompute_bots_cq"],
55 }, 72 },
73 "android_compile_dbg": {
74 "builder_timeout_s": 6900, # 60 * 115
75 "recipe": "chromium_trybot",
76 "scheduler": None,
77 "slavebuilddir": "android",
78 "slave_pools": ["ccompute_bots_cq"],
79 },
80 "android_compile_rel": {
81 "builder_timeout_s": 6900, # 60 * 115
82 "recipe": "chromium_trybot",
83 "scheduler": None,
84 "slavebuilddir": "android",
85 "slave_pools": ["ccompute_bots_cq"],
86 },
87 "cast_shell_android": {
88 "builder_timeout_s": 6900, # 60 * 115
89 "recipe": "chromium_trybot",
90 "scheduler": None,
91 "slave_pools": ["ccompute_bots_cq"],
92 },
93
56 "android_amp": { 94 "android_amp": {
57 "builder_timeout_s": 6900, # 60 * 115 95 "builder_timeout_s": 6900, # 60 * 115
58 "recipe": "chromium_trybot", 96 "recipe": "chromium_trybot",
59 "scheduler": None, 97 "scheduler": None,
60 "slavebuilddir": "android", 98 "slavebuilddir": "android",
61 "slave_pools": ["slaves_with_devices"], 99 "slave_pools": ["slaves_with_devices"],
62 }, 100 },
63 "android_amp_rel_tests_recipe": { 101 "android_blink_rel": {
64 "builder_timeout_s": 6900, # 60 * 115 102 "builder_timeout_s": 6900, # 60 * 115
65 "recipe": "android/appurify", 103 "recipe": "chromium_trybot",
66 "scheduler": None, 104 "scheduler": None,
67 "slavebuilddir": "android", 105 "slave_pools": ["slaves_with_devices"],
68 "slave_pools": ["amp"], 106 },
107 "android_chromium_gn_rel": {
108 "builder_timeout_s": 6900, # 60 * 115
109 "recipe": "chromium_trybot",
110 "scheduler": None,
111 "slave_pools": ["slaves_with_devices"],
69 }, 112 },
70 "android_coverage": { 113 "android_coverage": {
71 "builder_timeout_s": 6900, # 60 * 115 114 "builder_timeout_s": 6900, # 60 * 115
72 "recipe": "chromium_trybot", 115 "recipe": "chromium_trybot",
73 "scheduler": None, 116 "scheduler": None,
74 "slavebuilddir": "android", 117 "slavebuilddir": "android",
75 "slave_pools": ["slaves_with_devices"], 118 "slave_pools": ["slaves_with_devices"],
76 }, 119 },
120 "android_cronet_tester": {
121 "builder_timeout_s": 6900, # 60 * 115
122 "recipe": "cronet",
123 "scheduler": None,
124 "slave_pools": ["slaves_with_devices"],
125 },
77 "android_deterministic": { 126 "android_deterministic": {
78 "builder_timeout_s": 6900, # 60 * 115 127 "builder_timeout_s": 6900, # 60 * 115
79 "recipe": "deterministic_build", 128 "recipe": "deterministic_build",
80 "scheduler": None, 129 "scheduler": None,
81 "slave_pools": ["slaves_with_devices"], 130 "slave_pools": ["slaves_with_devices"],
82 }, 131 },
83 "linux_android_rel_ng": {
84 "builder_timeout_s": 6900, # 60 * 115
85 "recipe": "chromium_trybot",
86 "scheduler": None,
87 "slavebuilddir": "android",
88 "slave_pools": ["slaves_with_devices_cq"],
89 },
90 "linux_android_dbg_ng": { 132 "linux_android_dbg_ng": {
91 "builder_timeout_s": 6900, # 60 * 115 133 "builder_timeout_s": 6900, # 60 * 115
92 "recipe": "chromium_trybot", 134 "recipe": "chromium_trybot",
93 "scheduler": None, 135 "scheduler": None,
94 "slavebuilddir": "android", 136 "slavebuilddir": "android",
95 "slave_pools": ["slaves_with_devices"], 137 "slave_pools": ["slaves_with_devices"],
96 }, 138 },
97 "android_chromium_gn_compile_rel": { 139
140 "linux_android_rel_ng": {
98 "builder_timeout_s": 6900, # 60 * 115 141 "builder_timeout_s": 6900, # 60 * 115
99 "recipe": "chromium_trybot", 142 "recipe": "chromium_trybot",
100 "scheduler": None, 143 "scheduler": None,
101 "slavebuilddir": "android_chromium_gn", 144 "slavebuilddir": "android",
102 "slave_pools": ["ccompute_bots_cq"], 145 "slave_pools": ["slaves_with_devices_cq"],
103 },
104 "android_chromium_gn_compile_dbg": {
105 "builder_timeout_s": 6900, # 60 * 115
106 "recipe": "chromium_trybot",
107 "scheduler": None,
108 "slavebuilddir": "android_chromium_gn",
109 "slave_pools": ["ccompute_bots_cq"],
110 },
111 "cast_shell_android": {
112 "builder_timeout_s": 6900, # 60 * 115
113 "recipe": "chromium_trybot",
114 "scheduler": None,
115 "slave_pools": ["ccompute_bots_cq"],
116 },
117 "android_archive_rel_ng": {
118 "builder_timeout_s": 6900, # 60 * 115
119 "recipe": "chromium_trybot",
120 "scheduler": None,
121 "slave_pools": ["ccompute_bots_cq"],
122 }, 146 },
123 "android_chromium_variable": { 147 "android_chromium_variable": {
124 "builder_timeout_s": 6900, # 60 * 115 148 "builder_timeout_s": 6900, # 60 * 115
125 "recipe": "findit/chromium/compile", 149 "recipe": "findit/chromium/compile",
126 "scheduler": None, 150 "scheduler": None,
127 "slavebuilddir": "android_chromium_variable", 151 "slavebuilddir": "android_chromium_variable",
128 "slave_pools": ["ccompute_bots_cq"], 152 "slave_pools": ["ccompute_bots_cq"],
129 } 153 }
130 }, 154 },
131 155
132 "schedulers": { }, 156 "schedulers": { },
133 157
134 "slave_pools": { 158 "slave_pools": {
159 "amp": {
160 "slave_data": {
161 "os": "linux",
162 "version": "precise",
163 "bits": 64,
164 },
165 "slaves": [
166 "build225-a4",
167 "build226-a4",
168 "build227-a4",
169 "build228-a4",
170 ],
171 },
135 "slaves_with_devices_cq": { 172 "slaves_with_devices_cq": {
136 "slave_data": { 173 "slave_data": {
137 "os": "linux", 174 "os": "linux",
138 "version": "precise", 175 "version": "precise",
139 "bits": 64, 176 "bits": 64,
140 }, 177 },
141 "slaves": [ 178 "slaves": [
142 "build1-b4", 179 "build1-b4",
143 "build2-b4", 180 "build2-b4",
144 "build3-b4", 181 "build3-b4",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "build89-b4", 230 "build89-b4",
194 "build90-b4", 231 "build90-b4",
195 "build91-b4", 232 "build91-b4",
196 "build92-b4", 233 "build92-b4",
197 "build93-b4", 234 "build93-b4",
198 "build94-b4", 235 "build94-b4",
199 "build95-b4", 236 "build95-b4",
200 "build96-b4", 237 "build96-b4",
201 ], 238 ],
202 }, 239 },
240 "ccompute_compile_mips_bots": {
241 "slave_data": {
242 "os": "linux",
243 "version": "precise",
244 "bits": 64,
245 },
246 "slaves": [
247 "slave131-c4",
248 ]
249 },
250 "ccompute_compile_x64_bots": {
251 "slave_data": {
252 "os": "linux",
253 "version": "precise",
254 "bits": 64,
255 },
256 "slaves": [
257 "slave132-c4",
258 ]
259 },
260 "ccompute_compile_x86_bots": {
261 "slave_data": {
262 "os": "linux",
263 "version": "precise",
264 "bits": 64,
265 },
266 "slaves": [
267 "slave133-c4",
268 "slave134-c4",
269 ]
270 },
203 "ccompute_bots_cq": { 271 "ccompute_bots_cq": {
204 "slave_data": { 272 "slave_data": {
205 "os": "linux", 273 "os": "linux",
206 "version": "precise", 274 "version": "precise",
207 "bits": 64, 275 "bits": 64,
208 }, 276 },
209 "slaves": [ 277 "slaves": [
210 "slave101-c4", 278 "slave101-c4",
211 "slave102-c4", 279 "slave102-c4",
212 "slave103-c4", 280 "slave103-c4",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "os": "linux", 384 "os": "linux",
317 "version": "precise", 385 "version": "precise",
318 "bits": 64, 386 "bits": 64,
319 }, 387 },
320 "slaves": [ 388 "slaves": [
321 "build199-a4", 389 "build199-a4",
322 "build38-b4", 390 "build38-b4",
323 "build97-b4", 391 "build97-b4",
324 ], 392 ],
325 }, 393 },
326 "amp": {
327 "slave_data": {
328 "os": "linux",
329 "version": "precise",
330 "bits": 64,
331 },
332 "slaves": [
333 "build225-a4",
334 "build226-a4",
335 "build227-a4",
336 "build228-a4",
337 ],
338 }
339 } 394 }
340 } 395 }
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