| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', | 243 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', |
| 244 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', | 244 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', |
| 245 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', | 245 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', |
| 246 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', | 246 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', |
| 247 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', | 247 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', |
| 248 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', | 248 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', |
| 249 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', | 249 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', |
| 250 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', | 250 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', |
| 251 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', | 251 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', |
| 252 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr
ybot', | 252 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr
ybot', |
| 253 'Linux GPU TSAN Release': 'gpu_fyi_tests_release_trybot_tsan', |
| 253 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', | 254 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', |
| 254 }, | 255 }, |
| 255 | 256 |
| 256 'chromium.linux': { | 257 'chromium.linux': { |
| 257 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', | 258 'Android Arm64 Builder (dbg)': 'android_debug_static_bot_arm64', |
| 258 'Android Builder (dbg)': 'android_debug_static_bot', | 259 'Android Builder (dbg)': 'android_debug_static_bot', |
| 259 'Android Builder': 'android_release_bot_minimal_symbols', | 260 'Android Builder': 'android_release_bot_minimal_symbols', |
| 260 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', | 261 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', |
| 261 'Android Tests (dbg)': 'android_debug_static_bot', | 262 'Android Tests (dbg)': 'android_debug_static_bot', |
| 262 'Android Tests': 'android_release_bot_minimal_symbols', | 263 'Android Tests': 'android_release_bot_minimal_symbols', |
| (...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 ], | 1216 ], |
| 1216 | 1217 |
| 1217 'gpu_fyi_tests_release_trybot': [ | 1218 'gpu_fyi_tests_release_trybot': [ |
| 1218 'gpu_fyi_tests', 'release_trybot', | 1219 'gpu_fyi_tests', 'release_trybot', |
| 1219 ], | 1220 ], |
| 1220 | 1221 |
| 1221 'gpu_fyi_tests_release_trybot_asan': [ | 1222 'gpu_fyi_tests_release_trybot_asan': [ |
| 1222 'gpu_fyi_tests', 'release_trybot', 'asan', 'full_symbols', 'disable_nacl', | 1223 'gpu_fyi_tests', 'release_trybot', 'asan', 'full_symbols', 'disable_nacl', |
| 1223 ], | 1224 ], |
| 1224 | 1225 |
| 1226 'gpu_fyi_tests_release_trybot_tsan': [ |
| 1227 'gpu_fyi_tests', 'release_trybot', 'tsan', 'full_symbols', 'disable_nacl', |
| 1228 ], |
| 1229 |
| 1225 'gpu_fyi_tests_win_clang_debug_bot': [ | 1230 'gpu_fyi_tests_win_clang_debug_bot': [ |
| 1226 'gpu_tests', 'internal_gles2_conform_tests', 'clang', 'debug_bot', 'minima
l_symbols', | 1231 'gpu_tests', 'internal_gles2_conform_tests', 'clang', 'debug_bot', 'minima
l_symbols', |
| 1227 ], | 1232 ], |
| 1228 | 1233 |
| 1229 'gpu_tests_deqp_android_release_trybot_arm64': [ | 1234 'gpu_tests_deqp_android_release_trybot_arm64': [ |
| 1230 'gpu_tests', 'angle_deqp_tests', 'android', 'release_trybot', 'arm64', | 1235 'gpu_tests', 'angle_deqp_tests', 'android', 'release_trybot', 'arm64', |
| 1231 ], | 1236 ], |
| 1232 | 1237 |
| 1233 'gpu_tests_deqp_gles_debug_trybot': [ | 1238 'gpu_tests_deqp_gles_debug_trybot': [ |
| 1234 'gpu_fyi_tests', 'debug_trybot', | 1239 'gpu_fyi_tests', 'debug_trybot', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1906 | 1911 |
| 1907 'x64': { | 1912 'x64': { |
| 1908 'gn_args': 'target_cpu="x64"', | 1913 'gn_args': 'target_cpu="x64"', |
| 1909 }, | 1914 }, |
| 1910 | 1915 |
| 1911 'x86': { | 1916 'x86': { |
| 1912 'gn_args': 'target_cpu="x86"', | 1917 'gn_args': 'target_cpu="x86"', |
| 1913 }, | 1918 }, |
| 1914 }, | 1919 }, |
| 1915 } | 1920 } |
| OLD | NEW |