| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'Linux remote_run Tester': 'release_bot', | 192 'Linux remote_run Tester': 'release_bot', |
| 193 'Linux V8 API Stability': 'release_bot', | 193 'Linux V8 API Stability': 'release_bot', |
| 194 'Mac deterministic': 'release_bot_mac_strip', | 194 'Mac deterministic': 'release_bot_mac_strip', |
| 195 'Mac deterministic (dbg)': 'debug_bot', | 195 'Mac deterministic (dbg)': 'debug_bot', |
| 196 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', | 196 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', |
| 197 'Mojo Windows': 'release_bot_x86', | 197 'Mojo Windows': 'release_bot_x86', |
| 198 'Ozone Linux': 'release_bot_ozone_linux', | 198 'Ozone Linux': 'release_bot_ozone_linux', |
| 199 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', | 199 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', |
| 200 'Site Isolation Linux': 'release_trybot', | 200 'Site Isolation Linux': 'release_trybot', |
| 201 'Site Isolation Win': 'release_trybot_x86', | 201 'Site Isolation Win': 'release_trybot_x86', |
| 202 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static_use_lld', | 202 'ThinLTO Linux ToT': 'thin_lto_clang_tot_full_symbols_release_static_use_l
ld', |
| 203 'UBSanVptr Linux': 'ubsan_vptr_release_bot', | 203 'UBSanVptr Linux': 'ubsan_vptr_release_bot', |
| 204 'WebKit Linux - TraceWrappables': 'debug_bot', | 204 'WebKit Linux - TraceWrappables': 'debug_bot', |
| 205 'WebKit Linux - WPTServe': 'release_bot', | 205 'WebKit Linux - WPTServe': 'release_bot', |
| 206 'WebKit Mac - WPTServe': 'release_bot', | 206 'WebKit Mac - WPTServe': 'release_bot', |
| 207 'WebKit Win - WPTServe': 'release_bot_x86', | 207 'WebKit Win - WPTServe': 'release_bot_x86', |
| 208 'WebKit Linux - RandomOrder': 'release_bot', | 208 'WebKit Linux - RandomOrder': 'release_bot', |
| 209 'WebKit Mac - RandomOrder': 'release_bot', | 209 'WebKit Mac - RandomOrder': 'release_bot', |
| 210 'WebKit Win - RandomOrder': 'release_bot_x86', | 210 'WebKit Win - RandomOrder': 'release_bot_x86', |
| 211 'Win 10 Fast Ring': 'release_trybot', | 211 'Win 10 Fast Ring': 'release_trybot', |
| 212 'Windows deterministic': 'release_bot_x86', | 212 'Windows deterministic': 'release_bot_x86', |
| (...skipping 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 ], | 1441 ], |
| 1442 | 1442 |
| 1443 'shared_release_bot_x86': [ | 1443 'shared_release_bot_x86': [ |
| 1444 'shared_release_bot', 'x86', | 1444 'shared_release_bot', 'x86', |
| 1445 ], | 1445 ], |
| 1446 | 1446 |
| 1447 'syzyasan_no_pch_release_x86': [ | 1447 'syzyasan_no_pch_release_x86': [ |
| 1448 'syzyasan', 'no_pch', 'release', 'x86', | 1448 'syzyasan', 'no_pch', 'release', 'x86', |
| 1449 ], | 1449 ], |
| 1450 | 1450 |
| 1451 'thin_lto_clang_tot_release_static_use_lld': [ | 1451 'thin_lto_clang_tot_full_symbols_release_static_use_lld': [ |
| 1452 'thin_lto', 'clang_tot', 'release', 'static', 'use_lld', | 1452 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_lld', |
| 1453 ], | 1453 ], |
| 1454 | 1454 |
| 1455 'tsan_disable_nacl_debug_bot': [ | 1455 'tsan_disable_nacl_debug_bot': [ |
| 1456 'tsan', 'disable_nacl', 'debug_bot', | 1456 'tsan', 'disable_nacl', 'debug_bot', |
| 1457 ], | 1457 ], |
| 1458 | 1458 |
| 1459 'tsan_disable_nacl_release_bot': [ | 1459 'tsan_disable_nacl_release_bot': [ |
| 1460 'tsan', 'disable_nacl', 'release_bot', | 1460 'tsan', 'disable_nacl', 'release_bot', |
| 1461 ], | 1461 ], |
| 1462 | 1462 |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1872 | 1872 |
| 1873 'x64': { | 1873 'x64': { |
| 1874 'gn_args': 'target_cpu="x64"', | 1874 'gn_args': 'target_cpu="x64"', |
| 1875 }, | 1875 }, |
| 1876 | 1876 |
| 1877 'x86': { | 1877 'x86': { |
| 1878 'gn_args': 'target_cpu="x86"', | 1878 'gn_args': 'target_cpu="x86"', |
| 1879 }, | 1879 }, |
| 1880 }, | 1880 }, |
| 1881 } | 1881 } |
| OLD | NEW |