OLD | NEW |
---|---|
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
10 | 10 |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
249 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', | 249 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', |
250 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', | 250 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', |
251 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', | 251 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', |
252 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', | 252 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', |
253 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', | 253 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', |
254 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr ybot', | 254 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr ybot', |
255 'Linux GPU TSAN Release': 'gpu_fyi_tests_release_trybot_tsan', | 255 'Linux GPU TSAN Release': 'gpu_fyi_tests_release_trybot_tsan', |
256 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', | 256 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', |
257 }, | 257 }, |
258 | 258 |
259 'chromium.infra.codesearch': { | |
260 'codesearch-gen-chromium-android': 'codesearch_gen_chromium_android_bot', | |
261 'codesearch-gen-chromium-chromiumos': 'codesearch_gen_chromium_chromiumos_ bot', | |
262 'codesearch-gen-chromium-linux': 'codesearch_gen_chromium_linux_bot', | |
263 }, | |
264 | |
259 'chromium.linux': { | 265 'chromium.linux': { |
260 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', | 266 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', |
261 'Android Builder (dbg)': 'android_debug_static_bot', | 267 'Android Builder (dbg)': 'android_debug_static_bot', |
262 'Android Builder': 'android_release_bot_minimal_symbols', | 268 'Android Builder': 'android_release_bot_minimal_symbols', |
263 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols', | 269 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb ug_bot_minimal_symbols', |
264 'Android Tests (dbg)': 'android_debug_static_bot', | 270 'Android Tests (dbg)': 'android_debug_static_bot', |
265 'Android Tests': 'android_release_bot_minimal_symbols', | 271 'Android Tests': 'android_release_bot_minimal_symbols', |
266 'Cast Android (dbg)': 'android_cast_debug_static_bot', | 272 'Cast Android (dbg)': 'android_cast_debug_static_bot', |
267 'Cast Linux': 'cast_release_bot', | 273 'Cast Linux': 'cast_release_bot', |
268 'Cast Audio Linux': 'cast_audio_release_bot', | 274 'Cast Audio Linux': 'cast_audio_release_bot', |
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1148 'closure_compilation': [ | 1154 'closure_compilation': [ |
1149 # The closure bots run their own recipe and shouldn't go through MB. | 1155 # The closure bots run their own recipe and shouldn't go through MB. |
1150 'error', | 1156 'error', |
1151 ], | 1157 ], |
1152 | 1158 |
1153 'codesearch': [ | 1159 'codesearch': [ |
1154 # The Codesearch bots run their own recipe and invoke GN directly. | 1160 # The Codesearch bots run their own recipe and invoke GN directly. |
1155 'error', | 1161 'error', |
1156 ], | 1162 ], |
1157 | 1163 |
1164 'codesearch_gen_chromium_android_bot': [ | |
jbudorick
2017/05/05 00:36:33
All three of these should also use goma.
shenghuazhang
2017/05/05 00:52:34
Done.
| |
1165 'clang', 'shared', 'debug', 'minimal_symbols', 'arm', 'android_without_cod ecs', | |
1166 ], | |
1167 | |
1168 'codesearch_gen_chromium_chromiumos_bot': [ | |
1169 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 'chromeos', 'gn_linu x_upload', | |
jbudorick
2017/05/05 00:36:33
I think it'd be better to use 'ozone' directly rat
shenghuazhang
2017/05/05 00:52:34
Done.
Yeah it seems to be, though probably should
jbudorick
2017/05/05 00:58:22
I don't think the ozone part is a hack, I think gn
shenghuazhang
2017/05/05 00:59:22
Acknowledged.
| |
1170 ], | |
1171 | |
1172 'codesearch_gen_chromium_linux_bot': [ | |
1173 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', | |
1174 ], | |
1175 | |
1158 # The 'cros_chrome_sdk_* configs are placeholders that indicate | 1176 # The 'cros_chrome_sdk_* configs are placeholders that indicate |
1159 # that the GN args are set by the `cros chrome-sdk` | 1177 # that the GN args are set by the `cros chrome-sdk` |
1160 # wrapper and need to be looked at specially. | 1178 # wrapper and need to be looked at specially. |
1161 'cros_chrome_sdk': [ | 1179 'cros_chrome_sdk': [ |
1162 'cros_chrome_sdk', | 1180 'cros_chrome_sdk', |
1163 ], | 1181 ], |
1164 | 1182 |
1165 'debug_bot': [ | 1183 'debug_bot': [ |
1166 'debug_bot', | 1184 'debug_bot', |
1167 ], | 1185 ], |
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1881 | 1899 |
1882 'x64': { | 1900 'x64': { |
1883 'gn_args': 'target_cpu="x64"', | 1901 'gn_args': 'target_cpu="x64"', |
1884 }, | 1902 }, |
1885 | 1903 |
1886 'x86': { | 1904 'x86': { |
1887 'gn_args': 'target_cpu="x86"', | 1905 'gn_args': 'target_cpu="x86"', |
1888 }, | 1906 }, |
1889 }, | 1907 }, |
1890 } | 1908 } |
OLD | NEW |