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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'WebKit Win - RandomOrder': 'release_bot_x86_minimal_symbols', | 214 'WebKit Win - RandomOrder': 'release_bot_x86_minimal_symbols', |
215 'Win 10 Fast Ring': 'release_trybot', | 215 'Win 10 Fast Ring': 'release_trybot', |
216 'Windows deterministic': 'release_bot_x86_minimal_symbols', | 216 'Windows deterministic': 'release_bot_x86_minimal_symbols', |
217 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', | 217 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', |
218 }, | 218 }, |
219 | 219 |
220 'chromium.goma': { | 220 'chromium.goma': { |
221 'Chromium Linux Goma Staging': 'release_bot', | 221 'Chromium Linux Goma Staging': 'release_bot', |
222 'Chromium Mac Goma Staging': 'release_bot', | 222 'Chromium Mac Goma Staging': 'release_bot', |
223 'CrWinGomaStaging': 'release_bot_x86_minimal_symbols', | 223 'CrWinGomaStaging': 'release_bot_x86_minimal_symbols', |
| 224 'Chromium Linux Goma GCE Staging': 'release_bot', |
224 }, | 225 }, |
225 | 226 |
226 'chromium.gpu': { | 227 'chromium.gpu': { |
227 # These all use the 'trybot' mixins to ensure that dcheck is on. | 228 # These all use the 'trybot' mixins to ensure that dcheck is on. |
228 'GPU Mac Builder': 'gpu_tests_release_trybot', | 229 'GPU Mac Builder': 'gpu_tests_release_trybot', |
229 'GPU Mac Builder (dbg)': 'gpu_tests_debug_trybot', | 230 'GPU Mac Builder (dbg)': 'gpu_tests_debug_trybot', |
230 'GPU Linux Builder (dbg)': 'gpu_tests_debug_trybot', | 231 'GPU Linux Builder (dbg)': 'gpu_tests_debug_trybot', |
231 'GPU Linux Builder': 'gpu_tests_release_trybot', | 232 'GPU Linux Builder': 'gpu_tests_release_trybot', |
232 'GPU Win Builder': 'gpu_tests_release_trybot_x86_minimal_symbols', | 233 'GPU Win Builder': 'gpu_tests_release_trybot_x86_minimal_symbols', |
233 'GPU Win Builder (dbg)': 'gpu_tests_debug_trybot_x86_minimal_symbols', | 234 'GPU Win Builder (dbg)': 'gpu_tests_debug_trybot_x86_minimal_symbols', |
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1911 | 1912 |
1912 'x64': { | 1913 'x64': { |
1913 'gn_args': 'target_cpu="x64"', | 1914 'gn_args': 'target_cpu="x64"', |
1914 }, | 1915 }, |
1915 | 1916 |
1916 'x86': { | 1917 'x86': { |
1917 'gn_args': 'target_cpu="x86"', | 1918 'gn_args': 'target_cpu="x86"', |
1918 }, | 1919 }, |
1919 }, | 1920 }, |
1920 } | 1921 } |
OLD | NEW |