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

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

Issue 2162903002: tryserver.chromium.android: convert chromium_trybot builders to remote_run (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/chromium_fyi.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 "default_properties": { 11 "default_properties": {
12 "$recipe_engine": {"mode_flags": {"use_subprocess42": True}} 12 "$recipe_engine": {"mode_flags": {"use_subprocess42": True}}
13 }, 13 },
14 14
15 "default_remote_run_properties": {
16 "path_config": "kitchen",
17 },
18 "default_remote_run_repository": "https://chromium.googlesource.com/chromium/t ools/build.git",
19
15 # This is sorted first alphabetically by slave pool, and then alphabetically 20 # This is sorted first alphabetically by slave pool, and then alphabetically
16 # by builder name 21 # by builder name
17 "builders": { 22 "builders": {
18 "android_compile_mips_dbg": { 23 "android_compile_mips_dbg": {
19 "builder_timeout_s": 6900, # 60 * 115 24 "builder_timeout_s": 6900, # 60 * 115
20 "recipe": "chromium_trybot", 25 "recipe": "chromium_trybot",
26 "use_remote_run": True,
21 "scheduler": None, 27 "scheduler": None,
22 "slave_pools": ["ccompute_optional_bots"], 28 "slave_pools": ["ccompute_optional_bots"],
23 "slavebuilddir": "android_compile_mips_dbg", 29 "slavebuilddir": "android_compile_mips_dbg",
24 }, 30 },
25 "android_compile_x64_dbg": { 31 "android_compile_x64_dbg": {
26 "builder_timeout_s": 6900, # 60 * 115 32 "builder_timeout_s": 6900, # 60 * 115
27 "recipe": "chromium_trybot", 33 "recipe": "chromium_trybot",
34 "use_remote_run": True,
28 "scheduler": None, 35 "scheduler": None,
29 "slave_pools": ["ccompute_optional_bots"], 36 "slave_pools": ["ccompute_optional_bots"],
30 "slavebuilddir": "android_compile_x64_dbg", 37 "slavebuilddir": "android_compile_x64_dbg",
31 }, 38 },
32 "android_compile_x86_dbg": { 39 "android_compile_x86_dbg": {
33 "builder_timeout_s": 6900, # 60 * 115 40 "builder_timeout_s": 6900, # 60 * 115
34 "recipe": "chromium_trybot", 41 "recipe": "chromium_trybot",
42 "use_remote_run": True,
35 "scheduler": None, 43 "scheduler": None,
36 "slave_pools": ["ccompute_optional_bots"], 44 "slave_pools": ["ccompute_optional_bots"],
37 "slavebuilddir": "android_compile_x86_dbg", 45 "slavebuilddir": "android_compile_x86_dbg",
38 }, 46 },
39 "android_archive_rel_ng": { 47 "android_archive_rel_ng": {
40 "builder_timeout_s": 6900, # 60 * 115 48 "builder_timeout_s": 6900, # 60 * 115
41 "recipe": "chromium_trybot", 49 "recipe": "chromium_trybot",
50 "use_remote_run": True,
42 "scheduler": None, 51 "scheduler": None,
43 "slave_pools": ["ccompute_bots_cq"], 52 "slave_pools": ["ccompute_bots_cq"],
44 }, 53 },
45 "android_arm64_dbg_recipe": { 54 "android_arm64_dbg_recipe": {
46 "builder_timeout_s": 6900, # 60 * 115 55 "builder_timeout_s": 6900, # 60 * 115
47 "recipe": "chromium_trybot", 56 "recipe": "chromium_trybot",
57 "use_remote_run": True,
48 "scheduler": None, 58 "scheduler": None,
49 "slave_pools": ["ccompute_bots_cq"], 59 "slave_pools": ["ccompute_bots_cq"],
50 }, 60 },
51 "android_clang_dbg_recipe": { 61 "android_clang_dbg_recipe": {
52 "builder_timeout_s": 6900, # 60 * 115 62 "builder_timeout_s": 6900, # 60 * 115
53 "recipe": "chromium_trybot", 63 "recipe": "chromium_trybot",
64 "use_remote_run": True,
54 "scheduler": None, 65 "scheduler": None,
55 "slave_pools": ["ccompute_bots_cq"], 66 "slave_pools": ["ccompute_bots_cq"],
56 }, 67 },
57 "android_compile_dbg": { 68 "android_compile_dbg": {
58 "builder_timeout_s": 6900, # 60 * 115 69 "builder_timeout_s": 6900, # 60 * 115
59 "recipe": "chromium_trybot", 70 "recipe": "chromium_trybot",
71 "use_remote_run": True,
60 "scheduler": None, 72 "scheduler": None,
61 "slavebuilddir": "android", 73 "slavebuilddir": "android",
62 "slave_pools": ["ccompute_bots_cq"], 74 "slave_pools": ["ccompute_bots_cq"],
63 }, 75 },
64 "android_compile_rel": { 76 "android_compile_rel": {
65 "builder_timeout_s": 6900, # 60 * 115 77 "builder_timeout_s": 6900, # 60 * 115
66 "recipe": "chromium_trybot", 78 "recipe": "chromium_trybot",
79 "use_remote_run": True,
67 "scheduler": None, 80 "scheduler": None,
68 "slavebuilddir": "android", 81 "slavebuilddir": "android",
69 "slave_pools": ["ccompute_bots_cq"], 82 "slave_pools": ["ccompute_bots_cq"],
70 }, 83 },
71 "cast_shell_android": { 84 "cast_shell_android": {
72 "builder_timeout_s": 6900, # 60 * 115 85 "builder_timeout_s": 6900, # 60 * 115
73 "recipe": "chromium_trybot", 86 "recipe": "chromium_trybot",
87 "use_remote_run": True,
74 "scheduler": None, 88 "scheduler": None,
75 "slave_pools": ["ccompute_bots_cq"], 89 "slave_pools": ["ccompute_bots_cq"],
76 }, 90 },
77 "android_blink_rel": { 91 "android_blink_rel": {
78 "builder_timeout_s": 6900, # 60 * 115 92 "builder_timeout_s": 6900, # 60 * 115
79 "recipe": "chromium_trybot", 93 "recipe": "chromium_trybot",
94 "use_remote_run": True,
80 "scheduler": None, 95 "scheduler": None,
81 "slave_pools": ["slaves_with_devices"], 96 "slave_pools": ["slaves_with_devices"],
82 }, 97 },
83 "android_coverage": { 98 "android_coverage": {
84 "builder_timeout_s": 6900, # 60 * 115 99 "builder_timeout_s": 6900, # 60 * 115
85 "recipe": "chromium_trybot", 100 "recipe": "chromium_trybot",
101 "use_remote_run": True,
86 "scheduler": None, 102 "scheduler": None,
87 "slavebuilddir": "android", 103 "slavebuilddir": "android",
88 "slave_pools": ["slaves_with_devices"], 104 "slave_pools": ["slaves_with_devices"],
89 }, 105 },
90 "android_cronet_tester": { 106 "android_cronet_tester": {
91 "builder_timeout_s": 6900, # 60 * 115 107 "builder_timeout_s": 6900, # 60 * 115
92 "recipe": "cronet", 108 "recipe": "cronet",
93 "scheduler": None, 109 "scheduler": None,
94 "slave_pools": ["slaves_with_devices"], 110 "slave_pools": ["slaves_with_devices"],
95 }, 111 },
96 "linux_android_dbg_ng": { 112 "linux_android_dbg_ng": {
97 "builder_timeout_s": 6900, # 60 * 115 113 "builder_timeout_s": 6900, # 60 * 115
98 "recipe": "chromium_trybot", 114 "recipe": "chromium_trybot",
115 "use_remote_run": True,
99 "scheduler": None, 116 "scheduler": None,
100 "slavebuilddir": "android", 117 "slavebuilddir": "android",
101 "slave_pools": ["slaves_with_devices"], 118 "slave_pools": ["slaves_with_devices"],
102 }, 119 },
103 "linux_android_rel_ng": { 120 "linux_android_rel_ng": {
104 "builder_timeout_s": 11400, # 60 * 190 121 "builder_timeout_s": 11400, # 60 * 190
105 "recipe": "chromium_trybot", 122 "recipe": "chromium_trybot",
123 "use_remote_run": True,
106 "scheduler": None, 124 "scheduler": None,
107 "slavebuilddir": "android", 125 "slavebuilddir": "android",
108 "slave_pools": ["ccompute_android_launch"], 126 "slave_pools": ["ccompute_android_launch"],
109 }, 127 },
110 "android_n5x_swarming_rel": { 128 "android_n5x_swarming_rel": {
111 "builder_timeout_s": 6900, # 60 * 115 129 "builder_timeout_s": 6900, # 60 * 115
112 "recipe": "chromium_trybot", 130 "recipe": "chromium_trybot",
131 "use_remote_run": True,
113 "scheduler": None, 132 "scheduler": None,
114 "slavebuilddir": "android_arm64", 133 "slavebuilddir": "android_arm64",
115 "slave_pools": ["ccompute_android_launch"], 134 "slave_pools": ["ccompute_android_launch"],
116 }, 135 },
117 "android_chromium_variable": { 136 "android_chromium_variable": {
118 "builder_timeout_s": 36000, # 60 * 600 137 "builder_timeout_s": 36000, # 60 * 600
119 "recipe": "findit/chromium/compile", 138 "recipe": "findit/chromium/compile",
120 "scheduler": None, 139 "scheduler": None,
121 "slavebuilddir": "android", 140 "slavebuilddir": "android",
122 "slave_pools": ["ccompute_optional_bots"], 141 "slave_pools": ["ccompute_optional_bots"],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "android_chromium_variable_archive": { 178 "android_chromium_variable_archive": {
160 "builder_timeout_s": 36000, # 60 * 600 179 "builder_timeout_s": 36000, # 60 * 600
161 "recipe": "findit/chromium/compile", 180 "recipe": "findit/chromium/compile",
162 "scheduler": None, 181 "scheduler": None,
163 "slavebuilddir": "android_chromium_variable_archive", 182 "slavebuilddir": "android_chromium_variable_archive",
164 "slave_pools": ["ccompute_optional_bots"], 183 "slave_pools": ["ccompute_optional_bots"],
165 }, 184 },
166 "android_optional_gpu_tests_rel": { 185 "android_optional_gpu_tests_rel": {
167 "builder_timeout_s": 6900, # 60 * 115 186 "builder_timeout_s": 6900, # 60 * 115
168 "recipe": "chromium_trybot", 187 "recipe": "chromium_trybot",
188 "use_remote_run": True,
169 "scheduler": None, 189 "scheduler": None,
170 "slavebuilddir": "android", 190 "slavebuilddir": "android",
171 "slave_pools": ["ccompute_android_launch"], 191 "slave_pools": ["ccompute_android_launch"],
172 }, 192 },
173 }, 193 },
174 194
175 "schedulers": { }, 195 "schedulers": { },
176 196
177 "slave_pools": { 197 "slave_pools": {
178 "ccompute_android_launch": { 198 "ccompute_android_launch": {
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "os": "linux", 466 "os": "linux",
447 "version": "precise", 467 "version": "precise",
448 "bits": 64, 468 "bits": 64,
449 }, 469 },
450 "slaves": [ 470 "slaves": [
451 "build35-b4", 471 "build35-b4",
452 ], 472 ],
453 } 473 }
454 } 474 }
455 } 475 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698