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

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: Created 4 years, 10 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": {
jbudorick 2016/02/15 15:43:05 i need to turn this bot down some time soon.
martiniss 2016/02/29 19:51:02 yay
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_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_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_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 }, 147 },
124 148
125 "schedulers": { }, 149 "schedulers": { },
126 150
127 "slave_pools": { 151 "slave_pools": {
152 "amp": {
153 "slave_data": {
154 "os": "linux",
155 "version": "precise",
156 "bits": 64,
157 },
158 "slaves": [
159 "build225-a4",
160 "build226-a4",
161 "build227-a4",
162 "build228-a4",
163 ],
164 },
128 "slaves_with_devices_cq": { 165 "slaves_with_devices_cq": {
129 "slave_data": { 166 "slave_data": {
130 "os": "linux", 167 "os": "linux",
131 "version": "precise", 168 "version": "precise",
132 "bits": 64, 169 "bits": 64,
133 }, 170 },
134 "slaves": [ 171 "slaves": [
135 "build1-b4", 172 "build1-b4",
136 "build2-b4", 173 "build2-b4",
137 "build3-b4", 174 "build3-b4",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "build89-b4", 223 "build89-b4",
187 "build90-b4", 224 "build90-b4",
188 "build91-b4", 225 "build91-b4",
189 "build92-b4", 226 "build92-b4",
190 "build93-b4", 227 "build93-b4",
191 "build94-b4", 228 "build94-b4",
192 "build95-b4", 229 "build95-b4",
193 "build96-b4", 230 "build96-b4",
194 ], 231 ],
195 }, 232 },
233 "ccompute_bots": {
jbudorick 2016/02/15 15:43:05 Why should these share a pool? They're going to wi
234 "slave_data": {
235 "os": "linux",
236 "version": "precise",
237 "bits": 64,
238 },
239 "slaves": [
240 "slave131-c4",
241 "slave132-c4",
242 "slave133-c4",
243 "slave134-c4",
244 ]
245 },
196 "ccompute_bots_cq": { 246 "ccompute_bots_cq": {
197 "slave_data": { 247 "slave_data": {
198 "os": "linux", 248 "os": "linux",
199 "version": "precise", 249 "version": "precise",
200 "bits": 64, 250 "bits": 64,
201 }, 251 },
202 "slaves": [ 252 "slaves": [
203 "slave101-c4", 253 "slave101-c4",
204 "slave102-c4", 254 "slave102-c4",
205 "slave103-c4", 255 "slave103-c4",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "os": "linux", 359 "os": "linux",
310 "version": "precise", 360 "version": "precise",
311 "bits": 64, 361 "bits": 64,
312 }, 362 },
313 "slaves": [ 363 "slaves": [
314 "build199-a4", 364 "build199-a4",
315 "build38-b4", 365 "build38-b4",
316 "build97-b4", 366 "build97-b4",
317 ], 367 ],
318 }, 368 },
319 "amp": {
320 "slave_data": {
321 "os": "linux",
322 "version": "precise",
323 "bits": 64,
324 },
325 "slaves": [
326 "build225-a4",
327 "build226-a4",
328 "build227-a4",
329 "build228-a4",
330 ],
331 }
332 } 369 }
333 } 370 }
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